I want enable the gzip compression on my nginx server. The nginx.conf file is here:
http {
# Enable Gzip
server {
location ~* \.(?:ico|woff|css|js|gif|jpe?g|png)$ {
expires 30d;
add_header Pragma public;
add_header…
Lighthours and Pagespeed insight keep telling me to define an explicit width and height for my images. But most of my images comes from picture tags since mobile and desktop image sizes are different. How can I provide different width and Height…
i'm trying to get my google page speed insights rating to be decent, but there are some external files that i would want to be cached aswell, anyone knows what would be the best way to deal with this?
https://s.swiftypecdn.com/cc.js (5…
Instead of directly linking to the Font Awesome CSS, I am using the js from Font Awesome CDN to allow async loading of the icons on the homepage but Google's Pagespeed Insights still marks it as a render-blocking js.
I am using the custom js link…
I am using Ftp
When I run my website on page speed tools, it gives me the following message "Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local…
I am located in Spain, but my OS, browser settings and all on my laptop is in English.
For some reason, PageSpeed Insights appears in Spanish, which I don't want. When I change the language settings for PageSpeed Insights…
I know that many webmasters believe that page speed means nothing. However, I’m confident that this factor is one of TOP 3 in the Google’s decision of ranking any website.
I tired of seeing how Google’s own services are slowing down my pages. I…
When i check site speed using PageSpeed Insights
I am not able to see result and get error message like below :
Lighthouse: FAILED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the…
I analysed my page speed using google pagespeed insight and got below suggestion. Can any one help me how I can implement it.
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the…
Ensure text remains visible during webfont load issue is not getting resolved in google pagespeed insights report even after adding font-display: fallback to the CSS.
How can I resolve the issue?
@font-face {
font-family: Jura;
src:…
I'm trying to improve/optimize my website performance and cannot make it work.. And I running out of ideas.
This is my Site in Desktop with 99/100 score.
And this is my website performance in Mobile, with 40/100 score.
There are some big…
I'm using Gatsby.js and its Typography plugin with the Irving theme.
This theme requires the Google Fonts "Exo" and "Yrsa", and adds an import to the section of the exported static html files:
I know it's not a lot I could save in KB, but to achieve a better score in Google PageSpeed Insights, and thus probably better SEO ranking, how can I fix this?
From https://developers.google.com/speed/pagespeed/insights/?hl=en&url=www.tradebench.com…
I have created a web.config file that successfully turns on static compression for text and message resources. However, the obvious solution shown below does not seem to have any affect on .svg compression (validated that gzip content encoding not…