Hi
I administer couple of websites and use Wordpress 4. One of the websites has experienced a considerable slow down in the past 2 - 3 weeks.
It is an add on site, so I accept that it may be somewhat affected, however I have now cached the site and the most recent tests have been coming back improved, here is a link http://www.webpagetest.org/result/141104_1Q_7EF/
When I try to edit or change pages the loading up is very, very slow.
I have considered moving the site on a separate plan, but not sure if this would fix the problem.
I’m not an expert so maybe I’m missing some signs in the reports that could help me fix the problem.
I would appreciate some help if possible
Better hosting should improve the problem (not sure if another plan on the same host would accomplish that or not). The reason the admin/edit UI is crazy-slow is that most caching software will bypass the cache for logged-in users (which includes admin and editing) because the content isn’t the same.
Basically, the caching hid the underlying performance issue but you still see it if you are logged in. The only way to fix it for everything is to get to the root of the performance issues and actually fix them (likely caused by slow shared hosting).
I don’t think this is a logged in request ( I don’t see any of the WordPress logged in cookies set for the initial page request ). While the references Patrick made to caching layers being bypassed for logged in requests are correct ( if they didn’t there would be really bad security consequences ), that doesn’t apply in this case.
The really slow request in that test - http://imageskin.com.au/wp-admin/admin-ajax.php?action=wordfence_logHuman&hid=97095F4026F528012B0D89494A729D1B&r=0.009941763059122921 - is for the WordFence plugin. That plugin has options that will trigger database writes on every page request ( doesn’t matter if visitor is logged in or not, it will write to the DB on every page request ). If you get lots of traffic or have a very minimal server hosting MySQL, it can easily crush your database. Unless you really need the additional data that WordFence writes to the database for every page request I recommend turning it off.
Beyond that the rest of the results show the typical issues when making lots of requests for JavaScript, CSS, and images. Reducing the number of different files being requested will help improve performance.
Hi,
Thanks for that. I am aware that Wordfence takes up lot of data. My concern is for the security of the site. Would you suggest another “security” plugin?