Print
Category: jQuery Easy

General options

Information
jQuery Easy
Profiles
Find information about the plugin's additional settings in the profiles' configuration documentation.
Free v4+ Profiles removed in 5.0
Head-only modifications
Limit the plugin processing to the scripts and styles going through the Joomla API (off by default).
Note Use when there is no need to check the whole page for hard-coded scripts and styles. It will improve performance and limit server resources consumption.
New v5.0
Page scan
  • API the scan is limited to code going through the Joomla API (scripts, styles and declarations added through HTMLHelper or Factory::getDocument()->addScript and the likes)
  • head the scan is covering the whole <head> section of the page (therefore including hard coded scripts, styles and declarations that are not added through the Joomla API)
  • Joomla 4 API + body the scan is covering the <body> section of the page (therefore including hard coded scripts, styles and declarations added inside the body) as well as the code going through the API
  • head + body the whole page scan (worse server resources consumption, avoid when possible)
Profiles v4+
Min script declarations
Minimize the script declarations going through the Joomla API
Profiles v4+
Min style declarations
Minimize the style declarations going through the Joomla API. It also removes comments
removed in J! 4
Strip blank lines
Removes the blank lines created by the plugin’s cleaning during a whole page scan.

Note Disabled by default because it will slow down the loading of exceedingly long pages

Joomla 4 Blank lines are removed automatically except inside the body section
All libraries
Protocol Set the protocol that will be used to load the libraries.
  • http 
  • https required on specifically secured sites
  • none/relative to avoid most mixed-content (http and https calls on a same page) browser warnings. It will adapt the script to what is optimal for the site.
Compression Load the libraries compressed or not. The ‘minified’ option is selected by default (best loading times).
The un-compressed libraries would be mostly used for jQuery debugging (perfect if you want to see Migrate logs).
removed in J! 4
Versioning
Joomla 3.2+ Adds a version number to script or stylesheet local files.

Joomla 4 All files use versioning unless the site is in debug mode
Reporting
Report Show a report of the changes made through-out by the plugin.
  • Hide won't trigger the report
  • Show/Show modal will trigger logging and show a full report on the frontend in a modal window
  • Show below page will trigger logging and show a full report on the frontend at the bottom of the page
  • Show/Show modal (Super User only) will trigger logging and show a full report on the frontend in a modal window to a logged in Super User profile only
  • Show below page (Super User only) will trigger logging and show a full report on the frontend at the bottom of the page to a logged in Super User profile only
Warning the report below the page content may not show properly in some templates.
Check Reporting Tool for more information

Profiles The option Use Global is available in the jQuery Easy Profile module instances. The global options are the values that are set in the jQuery Easy Profiles plugin.