.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _introduction: Introduction ============ .. _what-it-does: What does it do? ---------------- This frontend plugin loads inline javascript+css and javascript+css files asynchronously after the page rendered, thus helping with the Google Insight Page Speed rules "Optimize CSS Delivery" [https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery] and "Remove blocking resources, above the fold" [https://developers.google.com/speed/docs/insights/BlockingJS]. For example: you can load the css for a loading screen inline with the html content, and activate the actual css+javascript after all files are loaded -> the user will get a visual response immediately. Furthermore the plugin can merge all javascript and css resources to one file each, i. e. it reduces the requests when the webpage is loaded. The plugin is configured purely via the typoscript template and can take effect on the whole site or just some specific pages.