…
Dave you rightly stated ‘When the new forum launched, response times where unacceptably slow’ I still find it so to be fair currently it is the only problem I do get these days, I find the site slow to open then ‘latest replies’ again slow and posting is a real pain very slow.
H
… Is there any way to bypass this and speed up the time it takes for the site to load?Regards,
Alan C.
Like Harry I find the forum on the slow side, though not unbearably so. It helps to have a fast network connection and computer.
During testing I compared the volume of data sent by the old forum with that sent by the new, and found the new forum was about 3 times more verbose. The extra information is admin overhead, part of the forum base software, there in case the developers need to add a new feature. On my system the overhead is trivial, but no doubt it shows up on a slow set-up.
In the same way, adverts do not slow down a fast set-up significantly, but of course they take time to download and display, which a slow system will highlight. An adblocker may help, though it makes little difference to my performance.
The main delays, last time I checked, are at the server end. The forum software comes with a multitude of complicated performance options, ranging from dirt-cheap to super-high-end expensive. Again, I don’t know what performance options Mortons have implemented, other than we are hosted professionally on a proper server, not on an ancient PC hidden in the broom cupboard!
An interesting technical feature of the WordPress forum plug-in is that it uses the same database table for almost everything. Thus when a user clicks on a feature, the feature is retrieved from the table and executed, which in turn reads and writes posts and topics from the same table. I’d expect this table to be kept very busy, potentially causing queues. Databases are usually designed to spread the load by sharing accesses between many tables, each dedicated to one purpose. If this is a bottleneck, it’s not easy to fix.
To answer Alan’s question, apart from buying a faster computer and network connection, I’ve not found anything a user can do to improve performance. Turning cookies on and off makes no difference to performance, though ad-blocking might help.
At the moment Morton’s are only fixing bugs reported through the Help system .
Dave