eZ JS Core
The eZ JS Core extension provides a framework for using Ajax, Javascript and CSS to allow easier client/server integrations using yui 3.0 and/or jQuery.
Main eZ JS Core features
- Javascript / CSS file dependency handling which enables developers to define the files to load per code block. This supports the loading of only those JavaScript and CSS files that are needed for a particular page.
- Packing JavaScript files and CSS files into a single JavaScript or CSS file and thus minimizing the total. This improves the performance by reducing the number and sizes of requests.
- Functions (and template operators) to encode eZ Publish nodes and variables to JSON and XML.
For more information regarding use and configuration please read ezjscore: eZ Publish JavaScript and Ajax framework
How to get output information on packed javascript and stylesheet files in eZ Publish debug
The following setting in "site.ini" needs to be enabled in order to get output information on packed javascript and stylesheet files in your debug list.
[TemplateSettings] ShowUsedTemplates=enabled
Click this link to go to the TemplateSettings in "Site.ini".
See example screenshot below: