In order to enable jQuery and other key libraries, the plugin retrieves scripts from Content Delivery Networks (CDNs).
The free version jQuery Easy uses the Google CDN and when not available (for instance Google does not host the Migrate scripts), falls back to the jQuery CDN.
jQuery Easy Profile, on the other end, allows you to choose between 4 major CDNs. While this does not seem like a big deal, it actually can alleviate some shortcomings due to the use of the Google CDN. One shortcoming being that some countries ban Google from their territories.
Following is a table of how the CDNs are used throughout the free and pro versions of jQuery Easy and details specifics for each:
Google CDN |
Profiles Cloudlfare CDNJS |
Profiles jQuery MaxCDN |
Profiles Microsoft ASPNetCDN |
|
jQuery path | x specify sub-versions starting v1.9 |
x specify sub-versions |
x specify sub-versions |
x specify sub-versions |
Migrate path | MaxCDN | x | x | x no v1.3.0 and no v1.4.1 |
jQuery UI paths | x specify sub-versions starting v1.9 |
x specify sub-versions use versions > v1.8.12 |
x specify sub-versions |
x specify sub-versions use versions > v1.8.4 no v1.12 at this time |
Profiles jQuery Mobile paths |
MaxCDN | x | x | x |
Profiles Bootstrap paths |
CDNJS | x | CDNJS | x |
Even though sub-versions are not required for some versions of jQuery and jQuery UI (prior to v1.9) when loading libraries from the Google CDN, they should be added for longer browser caching times.
Check the FAQs section to learn more about what a CDN is and why it is used in these extensions.