After clearing/priming cache, first visit to a page is slower than subsequent
-
We are dealing with a slow server, which is giving us wait times of 1.5 sec. and more.
We notice that when we purge all caches and prime the cache for a select set of pages, when we next test those pages (using Pingdom), on the first test the wait time is longer. On subsequent tests it’s a bit faster.
Is there additional caching that is generated the first time a page is requested after purging/priming? So that the first request would be slower?
It looks like the big performance hit is coming every time WordPress bootstraps. So when our page subsequently requests admin-ajax.php, for example, we see similar wait times. Currently we have database caching disabled. Do you think enabling it could improve WordPress’s bootstrapping performance?
Thanks!
- The topic ‘After clearing/priming cache, first visit to a page is slower than subsequent’ is closed to new replies.