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 - 16 Oct 2015

New HHVM version came first 😉 Let's see if there are any differences.


RE: Site performance, Server errors, outages and tunings - herrpee - 16 Oct 2015

The error disappears for me after some time. It mostly helps visiting another thread and coming back to the one that gave the bug.
I can live with this, but I think you have a high standard of quality and you have difficulties knowing there are faults in your forums.

Edit: That last remark is something we appreciate heavily


RE: Site performance, Server errors, outages and tunings - Like Ra - 16 Oct 2015

(16 Oct 2015, 12:39 )herrpee Wrote: you have difficulties knowing there are faults in your forums
The problem is - I can't reproduce the problem. I do have "the server is busy" errors from time to time, that I can explain , but I never see "the garbage".

And yes, I would like to have everything faultlessly working. And fast 😉


RE: Site performance, Server errors, outages and tunings - Like Ra - 16 Oct 2015

Just rebooted the server to completely clean up all the caches.


RE: Site performance, Server errors, outages and tunings - Like Ra - 16 Oct 2015

Ha! After the reboot(and cache cleaning) Apache stopped compressing images! So, my config works!


RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Oct 2015

New HHVM 3.10.0 crashes a bit too often 😕

Oct 16 12:20 stacktrace.1253.log
Oct 17 09:03 stacktrace.1683.log
Oct 17 09:05 stacktrace.5358.log
Oct 17 14:40 stacktrace.5595.log
Oct 17 18:04 stacktrace.1794.log
Oct 17 18:28 stacktrace.18095.log
Oct 17 20:11 stacktrace.20066.log
Oct 17 23:12 stacktrace.28561.log
Oct 18 01:01 stacktrace.11295.log
Oct 18 02:20 stacktrace.20024.log
Oct 18 05:27 stacktrace.26273.log
Oct 18 08:17 stacktrace.9076.log
Oct 18 09:33 stacktrace.23319.log
Oct 18 10:16 stacktrace.29290.log
Oct 18 10:20 stacktrace.616.log
Oct 18 11:24 stacktrace.955.log
Oct 18 11:27 stacktrace.6807.log


RE: Site performance, Server errors, outages and tunings - Like Ra - 18 Oct 2015

HHVM keeps crashing. I dug into the code and replaced one function (HHVM chokes on) with the original PHP function. Let's see what happens. BTW, on the HHVM forum people ask how to revert back to the previous version (it's not that easy). There is definitely something wrong with 3.10.0, and it eats more CPU cycles.


RE: Site performance, Server errors, outages and tunings - Like Ra - 18 Oct 2015

No crashes since I changed the code. Let's see what happens overnight.

Also, I tweaked the slideshow plugin (highslide):

o- reduced CSS from 21K to 6K
o- changed the config (the slideshow controls are now underneath the image)
o- changed the CSS/JS loading logic, so no separate calls are made to get the extra files.

... and optimized the Blog code

o- No lazy load for the permanent header images (what removed image flickering)
o- Replaced some images with CSS

Took me two days 😁 At least the page load statistics and browser caching look much better.


Next step is to upgrade 3 more plugins and look into the youtube embedding code. It looks terrible in the web-page metrics.

Another thing - there is no support for MyBB 1.6 anymore. I'm soooooo glad I dared to upgrade to 1.8 a year ago! 😉


RE: Site performance, Server errors, outages and tunings - Like Ra - 18 Oct 2015

BTW, @madjack, @herrpee, @MstrChain : do you still see the garbage?


RE: Site performance, Server errors, outages and tunings - herrpee - 19 Oct 2015

will keep you posted if I encounter it