0

How can fix this?:

Leverage browser caching for the following cacheable resources:

http://query.yahooapis.com/…rmat=json&_nocache=1189031&callback=ywcb (3.3 minutes) https://maps.googleapis.com/maps/api/js?sensor=false (30 minutes)

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
  • What do you want to *fix*? Please clarify – Alexander Mar 20 '15 at 08:26
  • When I test experimental website(... .com) on PageSpeed tools the result is show as I mentioned above. I must modified .htaccess(cache-control) for these URLs but I don't know exact how. –  Mar 22 '15 at 02:18

1 Answers1

0

You can't Fix this issue. Google Page Speed wants you to increase cached max-age of these JS files. Now the problem here is, these files are hosted on servers that you don't control, meaning you cannot set http headers on these files.

check this similar article PageSpeed review and optimization

Community
  • 1
  • 1
Amit
  • 1,412
  • 1
  • 9
  • 12