CoyoteKG
Regular Pleskian
Hello,
I just installed this Plesk's extension and started to follow instructions. And for now I improved few things.
It is strange, extension showing Result: 79 / 100, but Google Page insights site 68/100, but that is not my question.
I'm reading this guide Google PageSpeed Insights - How to optimize your site to rank higher - Plesk and it is very useful.
I have problem for now with "Leverage browser caching", and I added this in "Additional nginx directives",
and most of the reported links are fixed. But some links for google maps are still there
How to solve that?
Thanks
I just installed this Plesk's extension and started to follow instructions. And for now I improved few things.
It is strange, extension showing Result: 79 / 100, but Google Page insights site 68/100, but that is not my question.
I'm reading this guide Google PageSpeed Insights - How to optimize your site to rank higher - Plesk and it is very useful.
I have problem for now with "Leverage browser caching", and I added this in "Additional nginx directives",
Code:
location ~* \.(?:ico|css|js|gif|jpe?g|png|svg|woff)$ {
expires 30d;
add_header Pragma public;
add_header Cache-Control "public";
}
and most of the reported links are fixed. But some links for google maps are still there
How to solve that?
Thanks