Seems like my page speed score is heavily impacted by this issue:
Reduce the impact of third-party code Third-party code blocked the
main thread for [number] ms
This number changes every time I run the test, sometimes it's 1,000, sometimes…
I know this may seem a bit vague, but I'm about to give more context: in the company I work for we use (my personal thought is we're misusing) Google Tag Manager (GTM) to inject some third party scripts inside GTM tags. Mostly we use it to…
I was working on a similar issue for woff2 file type and made it successfully.
Thing is, the woff2 file exists in the server and was able to reference it in the:
I am trying to remove the "Script as render blocking file" error from Google Pagespeed insight caused by loading a Google web font. The internet tells me to use Web Font Loader to load the fonts async. I placed the following piece of javascript in…
I'm trying to satisfy 2 checkers: W3C validator and google page insight
Google Page Insight suggested to me to load asynchronously all blocking CSS files. Well, I've rewritten the stylesheet file inclusion in preload way, as follow, and deferred…
I am checking website link in https://developers.google.com/structured-data/testing-tool/
One url link is working and the other one (from the same site) is not. This message is coming up:
The URL timed out. Make sure it is responding in a timely…
I amtrying to follow the google pagespeed advice and Leverage browser caching. For that I place the following code into the server block of my nginx.conf file.
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 365d;
}
location ~* …
I have few warnings wich I'm tyring to solve in the pagespeed test, such as:
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources…
I've just spent a really long time googling... and only find half answers everywhere. I am using the google page speed insights to improve my website and it tells me to asynchronously load my javascript. I found a couple of codes, but they didn't…
I have been trying to retrieve the screenshot from the API but when I decode the image and save it I get a broken image. Below is the code I am using. I created a tinyurl to a sample file containing a google response if you wish to test it.
$name =…
I have the following js script referenced on the bottom of the page:
Google PageSpeed suggestion is to defer the loading of this js. I don't quite understand how to do that…
I have build a template and some site for client. I always give a concern about site loading time. I Google PageSpeed Insights is one of my main tool. Two days ago, i have mention something different. I found that many of my site page load is drop.…
So, I just ran Google's Page Speed on my website and received the following notice:
Can someone please tell me what that means? And how to "eliminate" those unnecessary reflows?
I also tried to use http://code.jquery.com/jquery-1.6.2.min.js…
SVGs are vectors so they can rescale in size without losing any quality.
Knowing this my mind says, why would I ever use an SVG at the correct size. It seems to me that the same size SVG at 100px x 100px is far larger in size than at 10px x…
Javascripts which are used but google page speed insights shows it is not used. Is there anyway the i can remove it. Here i am sharing the screen shot of PageSpeedInsight report.
In the above screenshot u can see 8 js files were unused. But it is…