Support Forum
Hi again. I need my forum more fast.
I've my server in russia, but with one cloudflare server and the page load in 5 sec, but the forum load in 8/12 sec...
I've one plugin "Litespeed cache" but with exceptions in the forum for it charged correctly.
I've put JS combined files in forum tools, but I don't have put CSS Combined files in forum tools because it cause error.
Help me please. What configuration can I use for Cloudflare, LiteSpeed and Forum tools for more speed?
Thanks.
The length of time it takes a thread in the forum to load is really becoming an issue as google is becoming more and more picky about it.
If I put virtually any forum url into gtmetrix, it returns a litany of complaints around what is slowing the site, caused by forum plugins.
I've responded to this by disabling most of the plugins. It's still bad, and I don't really think SP can all itself "feature rich" when the features can't be used.
This is quite serious and should be addressed.
Thanks.
Because of the dynamic nature of forums, its data can't usually be cached by normal caching plugins. Combine that with the interpretative nature of PHP and you'll find shared hosting to not be adequate on large forums. Very busy forums or large forums are going to need their own servers or own dedicated cores on VPS servers - a shared environment isn't going to cut it beyond a certain point. After that you can get any WordPress performance expert to take a look at what your users are doing on the forum to make sure those database queries are optimized and that an object cache is in use. (We optimize the queries for most use cases but what users do on certain forums might be different from "normal".). Finally make sure you've got php 7.3 enabled. 7.3 is at least twice as fast as PHP 5.6.
Dynamic busy forums are altogether different animals - much different than an e-commerce store, your blog or your LMS.
Oh, and all this might be affected by what your other plugins and themes are doing too. So when optimizing, make sure those are all turned off and then turn those back on to see what effect they have on the forum.
I doubt that enabling and disabling the forum plugin is going to make a difference.
I have seen a few rare cases where rebuilding the database from scratch (i.e.: exporting the data from the WP database and importing it into a new database instance) made a difference to the WP site because of disk/data fragmentation. But its been a couple of years since I've seen one of those cases - maybe because the new versions of mysql / linux are smarter about things like that??
Also, GTMetrix can be misleading and can send you down a path of spending days trying to optimize for milliseconds of gains. What counts is how long it takes the first part of the page to show up for your users (regardless of what GTMetrix says.) And many times that goes back to some of the things I mentioned above...
1 Guest(s)