php - How to prevent Pagespeed from caching images from remote server? -


i have enabled pagespeed (apache's module) on website http://frendsdom.com.

1) there images loaded different host. real url of remote image this- cf2.imgobject.com/t/p/w500/o1nfdxkfpe9efp6lsween2mx1oi.jpg

2) pagespeed converts url - cf2.imgobject.com/t/p/w500/250x300xo1nfdxkfpe9efp6lsween2mx1oi.jpg.pagespeed.ic.pvxt1aut2o.jpg

consequently image doesn't load browser no such url (2) exists. how solve this?

sounds need modpagespeeddisallow [1].

i find little worrying though, mod_pagespeed trying optimize cf2.imgobject.com when html being served frendsdom.com. mod_pagespeed doesn't allow optimisation of resources hosted on other domains out of box security reasons, need check configuration that. there faulty modpagespeedallow line in there?

[1] https://developers.google.com/speed/pagespeed/module/restricting_urls


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -