Lofesa commented on issue #1977: TypeError: pagespeed.CriticalImages is 
undefined
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1977#issuecomment-579890740
 
 
   @MrTschi 
   These hints are stored in the pagespeed cache (one of the problems is that 
never get renewed and thus disappear) so until they get stored in the cache....
   These deadline are the time pagespeed try to optimize 1 resource, by default 
10 ms. You can try
   ```
   pagespeed RewriteDeadlinePerFlushMs Ms;
   pagespeed InPlaceRewriteDeadlineMs Ms;
   ```
   And for pagespeed not defined, maybe is as you say. I think is related to 
lazyload images,, pagespeed inject js code for that, and if not injected, the 
snuppet in each image fail.
   Your page is heavy, 120 request, 6Mb.  with a lot of external resources 
maybe pagespeed need time to process all this stuff.
   Pagespeed works hiting the page, if the page don´t have a lot of hits take 
time to populate their cache. Maybe disbling filters you don´t need....
   I forgot a point:
   11.- You use inline_css and prioritize critical css, this second filter 
disables the inline, so you don´t need it, but if still want to inline google 
fonts css, still need to set the CssInlineMaxBytes.
   
   Ah! Take a look in the hreflang stuff, when I use url parameters. like 
?PageSpeedFilters=+debug, the parameters get converted in paths, like 
https://www.living-zone.de/index/index/PageSpeedFilters/+debug and this maybe 
indexed by google.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to