High TTFB
-
Dear Plugin Author,
I tried the plugin and it seems to be great. However, I am still seeing High TTFB when checking using chrome developer tools.
Chrome’s network tab is showing me around 400 to 500 ms of TTFB.
Also, the status is not showing CF-Hit but shows as
server: nginx
x-wp-cf-super-cache: cache
x-wp-cf-super-cache-active: 1
x-wp-cf-super-cache-cache-control: s-maxage=31536000, max-age=600
x-wp-cf-super-cache-cookies-bypass: swfpc-feature-not-enabled`Is the request bypassing the caching and hitting the origin, I have also added the
location header to the website nginx config file – location ~* \.(xml|xsl)$ { add_header Cache-Control “no-cache, no-store, must-revalidate, max-age=0”; expires -1; }
location /robots.txt { add_header Cache-Control “no-cache, no-store, must-revalidate, max-age=0”; expires -1; }
location /wp-cron.php { add_header Cache-Control “no-cache, no-store, must-revalidate, max-age=0”; expires -1; }
location = /wp-content/wp-cloudflare-super-page-cache/candytech.in/debug.log { access_log off; deny all; }Please share any insights that may be helpful. Thanks a lot in advance.
The page I need help with: [log in to see the link]
The topic ‘High TTFB’ is closed to new replies.