Hi,
I'm optimizing the website with Page Speed Insights: https://developers.google.com/speed/pagespeed/insights/. And I would like to know what other people have done with the recommendations in the case of Contao.
I attach the report of the things I need to fix:
* Eliminate render-blocking JavaScript and CSS in above-the-fold content
I'm using Typekit and also apply JQuery to some images to make a whole area a link. If I place the link to JS at the bottom of the fe_page then the clickable area doesn't respond, you have to click several times. Also there's a milisecond where you see the fonts without Typekit.
If I place the link to Typekit at the bottom of the fe_page then that gives me a better score and changes from red to yellow but still stuck in 71. Sometimes you see the base font in between the seconds the page loads.
I guess that I could do the clickable area just with CSS no JS for the images in the front page? The site is: assembly21.com
Is there another way to tackle this?
Thanks.