Google PageSpeed - Eliminate render-blocking CSS -


i'm trying 100/100 mark @ google pagespeed. have 91/100 , there 1 possible optimalization - render-blocking css.

i put important css in <style> tag in <head>, as recommended . however, have ~500 lines .css file rest css, makes website fancy. tried moving <link/> after </body> or </html> tag, it's not blocking anything, but, when load page on fast internet connection, first see plain, not fancy text, , changes want css loads, pagespeed still giving me 91 points because of this.

i have mod-pagespeed installed on apache2 server.

what proper way insert css google fine it?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -