psmb/ajaxify
composer require psmb/ajaxify
Lazily load any content on your Neos site
1.0
Readme excerpt
Psmb.AjaxifyThis package allows you to mark any part of page for asynchronous loading via AJAX with just one line of Fusion code. Why? It helps you to speed up initial page load by delaying the load of some less relevant parts of the page, e.g. comments.
TL;DR- Install the package
-
Add @process.myUniqueKey = Psmb.Ajaxify:Ajaxify on any Fusion path. The myUniqueKey key of the processor MUST be globally unique.
-
Add this anywhere in your Fusion code to include the sample AJAX loading script:
Read more
The same vendor provides 13 package(s).