Hi Emil, Have you looked into the php.ini settings or memory limit?
Cheers, Honey Singh # Twitter: http://www.twitter.com/ <http://www.twitter.com/honeytech> honeytech <http://www.twitter.com/honeytech> On Tue, Jun 21, 2011 at 3:21 PM, Emil Uzelac <[email protected]> wrote: > Thanks Andy :) > > ---- > *Emil Uzelac* | ThemeID | T: 224-444-0006 | Twitter: @EmilUzelac | E: > [email protected] | http://themeid.com > Make everything as simple as possible, but not simpler. - Albert Einstein > > > > On Tue, Jun 21, 2011 at 2:37 AM, Andrew Nacin <[email protected]> wrote: > > > On Tue, Jun 21, 2011 at 3:22 AM, Emil Uzelac <[email protected]> wrote: > > > > > By the way this is a shared hosting so called Business Plan with > > > *Unlimited* > > > everything but DB connections. HG Linux Admin blames WordPress for > > > connecting with DB each time the page is refreshed and as usual that > none > > > of > > > this is their fault ;) > > > > > > Yes, WordPress (and pretty much any other major web application) needs to > > make a DB connection, at least in the administration area. Some plugins > > offer static page caching (Super Cache, Total Cache, and Batcache, to > name > > three), which would avoid a DB hit when the cache is primed. > > > > Plugins such as HyperDB can divide calls across multiple databases, > > database > > servers, or even data centers, and also across read/writes. That can help > > to > > ensure that write or admin calls are always prioritized, etc. > > > > As Dion pointed out, you're using a plugin that should probably never > ever > > be run on a read-intensive site. That's your problem. "Who is online" > > plugins work better for something like forums and what not, which have a > > much more balanced read/write ratio. > > > > Nacin > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
