Slow TTFB?
-
Hey,
Installed the plugin and setup everything just for cahing. I have a Woocommcer store, I have added the _wc_sessions_ section.
Caching works fine, but I have a 15 second Time To First Byte (TTFB). If I deactivate it and edit my nginx server block (Virtual Server) and added my own caching:
location ~* .(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|css|rss|atom|js|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|do$ expires 3M; log_not_found off; access_log off; add_header Pragma public; add_header Cache-Control "public"; }
This also works and I have got a 1.5 sec TTFB. What is the difference between the two. By doing the second way am I just caching sources etc. Is W3TC actually caching the whole page therefore reducing server load?
Is there a way to reduct W3TC TTFB time?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Slow TTFB?’ is closed to new replies.