Like Ra's Naughty Forum
Site performance, Server errors, outages and tunings - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site)
+--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings)



RE: Site performance, Server errors, outages and tunings - Like Ra - 24 Apr 2013

Aha, it's the APC cache fragmentation what caused the problem. You learn something every day. Increased the cache size to 192MB, and user cache TTL to 5400 and garbage collection timer to 3600.


RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Apr 2013

Looks like I fixed the "cache overflown" issue 😉 The fragmentation was the problem, indeed. No cache flushes in more than 1 day. Increased the TTL again 😉


RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Apr 2013

The OS has been upgraded to Ubuntu 13.04! They promise less memory usage and higher performance. Let's see... At least I see that some packages were upgraded to the latest versions not available for v12.10.


RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Apr 2013

Just an FYI: all images uploaded to the forum have been backed up.


RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Apr 2013

The forum software has been upgraded. Plugins are next...


RE: Site performance, Server errors, outages and tunings - Like Ra - 26 Apr 2013

Updated plugins (one by one), uploaded new games. "Tags" are not visible at the moment (I think I need to manually tweak the templates). Probably later. I'm done for today with upgrades 😁


RE: Site performance, Server errors, outages and tunings - Like Ra - 26 Apr 2013

Wooohaaa!!!! The site survived a merciless ripping from one IP address in Germany at 2+Mb/sec. The cache stayed intact, the server was responding.

I'm really proud of what I've achieved with my performance tuning! 😁


RE: Site performance, Server errors, outages and tunings - Like Ra - 15 May 2013

Hmmm... One of the WordPress plugin caused errors for not logged to the blog users. Disabled the plugin for the time being.


RE: Site performance, Server errors, outages and tunings - Like Ra - 20 May 2013

Performance-Tuningis, upgraditis, improvementitis ans other diseases are very contagious 😁 The APC cache is aeady boosted up to 256MB (he-he, it was 64 not that long time ago). MySQL caches have also been tuned (I still need to "up" a couple).

But what bothers me is the increased MySQL writes since I moved from MyISAM to InnoDB. The log size is bigger than the hourly amounts of writes, but it does not help. I do not like the disk IO graph at all. And I do not understand how come mysql writes twice as much as it reads!!! When I close WordPress for general public the load goes back to normal, so it's not MyBB.


RE: Site performance, Server errors, outages and tunings - Like Ra - 01 Jun 2013

So far I manage to keep up with the kernel updates. You may have noticed that the server gets rebooted every weekend. I combine reboots with new mysql and php parameter changes. Also, reboots help to solve various memory leaks.