Help me to understand google page speed
-
Hello, I need help to know how to optmized certain script in relation to the return of google page speed.
The first thing I would need help with is how to optimize this:
Ensure that text remains visible during webfont loading
Take advantage of CSS font display functionality to ensure that text remains visible to the user while webfonts are loading.
xxx.com/wp-content/themes/madara/css/fonts/ionicons/fonts/ionicons.woff2?v=4.5.10-1This one:
Eliminate resources blocking rendering
Resources block the first painting of your page. Consider providing critical JS/CSS inline and deferring all non-critical JS/styles.
https://xxx.com/wp-includes/js/jquery/jquery.min.jsThis one:
Reduce unused CSS Potential savings of 117 KiB
Reduce unused style sheet rules and defer CSS not used for content above the fold to reduce the number of bytes consumed by network activity.clearfix:before,.clearfix:after{content:” “;display:table} …
Please help me or see my site what I can exclude or what to check for better optimization!
- The topic ‘Help me to understand google page speed’ is closed to new replies.