.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: Includes.txt .. _start: ============================================================= Css+Js AsyncLoader ============================================================= .. only:: html :Classification: css_js_async_loader :Version: |release| :Language: en :Description: A plugin that loads the inline javascript+css and javascript+css files asynchronously after the page rendered, thus helping with the Google PageSpeed Insights 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. The plugin is configured purely via the typoscript template and can take effect on the whole site or just some specific pages. :Keywords: google pagespeed insights, css, javascript, js, load asynchronously, async, :Copyright: 2015 :Author: oli004 :Email: oli4 (underscore) seubert (at) yahoo (dot) de :License: This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml :Rendered: |today| The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from `www.typo3.org `_. **Table of Contents** .. toctree:: :maxdepth: 5 :titlesonly: :glob: Introduction/Index Administrator/Index Configuration/Index Developer/Index KnownProblems/Index ToDoList/Index ChangeLog/Index Targets