Heya!
I’m running Nginx on a 512MB Debian 7 Droplet in Amsterdam. The time-to-first-byte is between 400-500ms for static files/pages and funnily enough for a WordPress installation as well.
I’d like to get that down to 100ms, maybe 200ms. Is that a good goal, or are 500ms already good? How do I get that number down without using Varnish? Can I tweak Nginx some way, or would a hardware upgrade change it?
Cheers, Till
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Your solution is awesome and working fine but We are facing an issue with our Magento 2 Application and it gets cached everything.
TTFB for our application is always keep between 1s to 2s. I have checked the Magento application execution time which keeps around 400-600ms to complete the execution of the request.
Please find the details about application.
I am working to resolve the issue since last 2 months but not able to find any such solutions for the same.
Please provide any suggestions for the same.
Thanks. Paresh
Be ware, that caching will also cache the simplest dynamic content, like:
<?php echo date('Y-m-d H:i');?>
will be displayed as cached content (that exact minute, when the current page was last time cached) and not change until cache expire
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.