First time byte
|
05-07-2019, 01:39 PM
Post: #1
|
|||
|
|||
![]()
Before couple of days First byte time was A but now it has been F. I havenot done any changes to my server setting and website that degrades the performance. Can anybody help me to figure out what need to be done to my website to make A from F.
How can I improve start rendering time too? https://ecoholidaysnepal.com |
|||
05-08-2019, 02:04 PM
Post: #2
|
|||
|
|||
RE: First time byte
Did you ever figure this out?
|
|||
05-09-2019, 05:43 AM
Post: #3
|
|||
|
|||
RE: First time byte
It looks like your big issue is that you need to serve scaled images. Get that fixed.
Serving scaled images could save 1.3MiB (91% reduction) https://gtmetrix.com/reports/ecoholidays...m/VFlLJVI3 Code: https://ecoholidaysnepal.com/wp-content/uploads/2019/05/holidays-to-nepal.jpg is resized in HTML or CSS from 1200x800 to 250x150. Serving a scaled image could save 137.1KiB (96% reduction). |
|||
05-09-2019, 09:12 PM
Post: #4
|
|||
|
|||
RE: First time byte
I agree but it is not due to image scaling. Before couple of days the image scale issue was present but first byte time was lesser.
|
|||
05-10-2019, 03:08 AM
(This post was last modified: 05-10-2019 06:42 AM by avalanch.)
Post: #5
|
|||
|
|||
RE: First time byte
Usually when you've fixed all of the regular cms issues, first byte time is related to server hardware; I would start looking at tweaks for:
Apache Mysql/Maria Php dns SSL etc Here's a place that can help you get started on that. https://forums.cpanel.net/forums/workaro...ation.402/ |
|||
06-27-2019, 08:58 PM
Post: #6
|
|||
|
|||
RE: First time byte
Poor TTFB is also because the edge locations don't have your sites content cached. ( I see your on CloudFlare )
So when you do a fresh fetch from a given speed test location, the speed test bot is basically be served the files from the nearest origin point and not necessarily the nearest cached edge point. |
|||
07-10-2019, 02:37 AM
Post: #7
|
|||
|
|||
RE: First time byte
Looks like you're using WordPress. If you can, consider tuning your MySQL configuration (query cache, memory allocation, et al). I'd also consider tuning your PHP configuration to ensure the opcode cache is being used, and that your install is on the latest version.
You're also serving content over HTTPS. See if maybe you can enable HSTS for faster HTTP-to-HTTPS redirects, and consider having your site added to the HSTS preload list to effectively eliminate 301 redirect time to the secure version of your site. It appears you're currently not doing this, but if you decide to go down this route, carefully read HSTS documentation to understand what's involved. Hope this helps. |
|||
11-07-2019, 09:54 PM
Post: #8
|
|||
|
|||
RE: First time byte
how to fix TTFB ?
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)