ResolvedSlow Page Load Speed
- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by
Althemist.
- AuthorPosts
- February 29, 2020 at 11:04 am #21553
nurul
ParticipantHello;
My page load speed is highly slow.
On Gtmextix, “Specify a Vary: Accept-Encoding header” score is “F”.Please see below link.https://gtmetrix.com/reports/www.yapanbenim.com/tXIk6C8t
How can i solve this problem?
Do you think this is hosting problem or i need to add some plugins ?
I use “godady” hosting company and they say this server limits are okay for me. I prefered Deluxe wordpress hosting.
(https://tr.godaddy.com/hosting/wordpress-hosting)This slow speed issue is ongoing from beginning of setup.
Updated plugins :
Custom PHP settings, Envato Market, EWWW Image Optimizer, Loco Translate, WP-Optimize, WPBakery Page BuilderMarch 2, 2020 at 2:07 pm #21568Althemist
KeymasterHello nurul,
Basically the loading speed depends on many different factors, but the hosting is the most important one.
Fixing the F status for the “Specify a Vary: Accept-Encoding Header” is easy. Just add the following code in your HTACCESS file:
<IfModule mod_headers.c> <FilesMatch ".(js|css|xml|gz|html)$"> Header append Vary: Accept-Encoding </FilesMatch> </IfModule>
However, I don’t really think this is the case with your website. As you can see in the Timings tab of your site stats here:
https://gtmetrix.com/reports/www.yapanbenim.com/VOETLHtN
The Time To First Byte (TTFB) of your server is pretty slow (1.3s). A good hosting should have a TTFB bellow 200ms (0,2s). Also, it looks like your site is not fully optimized, as I can see the page generates 116 requests. For comparison, the same page on our demo generates 33 requests.
For best results, I’d suggest getting a good hosting like SiteGround. You can even get a discount for it in our Deals and Coupons page
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.