https://www.bygmax.dk/byggematerialer/trapper-og-skunklemme/dolle-kampagne/dolle-cork-trapper.html
Hi, the ttfb for my site is 20+ sec when the pages are not cached.
can anyone see what is wrong?
Hi @kambizjams0e43 ,
Problem Solved? Accept as Solution!
Hope it helps!
Thanks
Could you provide more information about your server setup?
The `x-cache-age` in the response indicates either not using Varnish for Full Page Cache, or heavily customizing the default VCL for unknown purposes.
A slow uncached request may indicate anything from a problem with the hardware to non-optimal configuration that doesn't make use of all available resources.
I would first check the disk performance is adequate. You can run a test with the dd program to see if the hosting provider actually provides what they claimed.
I noticed some pages linked from the front page are uncached. It means either of two things: updating pages too often and during development it happens a lot that the cache is cleared (it takes a lot of time to rebuild), or the cache storage limit is configured in a way that it is not enough for storing all cache, and it has to evict some entries for storing the new ones.
Hi, we are using varnish for full page cache. But the problem is that some module/code is purging varnish cache constantly and we cannot find out what module/code is doing this..
on top of this a reindex all is constantly running, and i dont know why. We are using partial indexing, so the reindex all should be running at nighttime during low traffic hours, but for some reason it is triggered during the Day…
There are third party modules that can detect and log purges of cache.