Lofesa edited a comment on issue #1991:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1991#issuecomment-621437143


   Hi
   First, pagespeed module do nothing with ico,svg nor php files, so you don´t 
need these lines:
   ```
   pagespeed LoadFromFileRuleMatch allow .ico$ps_dollar;
   pagespeed LoadFromFileRuleMatch allow .svg$ps_dollar;
   pagespeed LoadFromFileRuleMatch allow .php$ps_dollar;
   ```
   In fact, I think you need to include these file extensions in the disallow 
section.
   My score for your site is 81 mobile 95 desktop, if your site still the same 
(drcrhub).
   I see you have issues with render blocking with css and js files.
   For css files you may take a look to the filters you have set:
   If you enable prioritize_critical_css, I think you don´t need any of the 
inline filters nor any of the move filters
   For the js files, I don´t know why the defer_javascript is not working, but 
you need to set the js script w/ defer or async attributes
   For the filter  inline_google_font_css you need, like css or js inline 
filters, the size with
   `pagespeed GoogleFontCssInlineMaxBytes bytes;`
   And you have TTFB issues too, so you need to optimize the nginx server for 
better TTFB, for example tunning the ssl config ( read 
https://haydenjames.io/nginx-tuning-tips-tls-ssl-https-ttfb-latency/)
   
   Take account that the Ligthhouse test for mobile emulates a very slow 
connection, with a fixed 150ms RTT and 1.6Mbps
   
   And maybe using cloudflare you have trouble with optimized resources and the 
clodflare cache. In fact i can´t test you site cause it.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to