E-commerce web-site speed is one of the most important criterion to enhance user experience . Every bit of effort to improve site speed counts.
Here is a simple plugin available free for OpenCart which will modify the paths of hosted Jquery ; to pull it from Google’s hosted Javascript libraries. It will serve jQuery to your users directly from Google’s network of datacenters.
As your Jquery will be hosted on Google’s Content Delivery network ; download time will be reduced. Your users in Europe will hit the Google’s hosted library servers in USA and your users in the Europe should hit the Europe CDN.
Speed through caching
if they have visited another website that references the same jQuery library then jQuery library is already cached in the visitor's browser. In this case, the visitor won't even have to download the jQuery library.
What if the Google’ Hosted Library is down?
Google’s CDN down ..is the rarest of the rare possibility still suppose if your user can't access the CDN for some reason.. The Plugin has a fail-safe system. It will download the library from your server.
To What Extent it improves the speed
Here are some analysis from our in-house experiment.
E-commerce web-site speed is one of the most important criterion to enhance user experience . Every bit of effort to improve site speed counts.
Here is a simple plugin available free for OpenCart which will modify the paths of hosted Jquery ; to pull it from Google’s hosted Javascript libraries. It will serve jQuery to your users directly from Google’s network of datacenters.
download.jpg
What are the advantages of using this plugin?
Speed through Google’s CDN infrastructure
As your Jquery will be hosted on Google’s Content Delivery network ; download time will be reduced. Your users in Europe will hit the Google’s hosted library servers in USA and your users in the Europe should hit the Europe CDN.
Speed through caching
if they have visited another website that references the same jQuery library then jQuery library is already cached in the visitor's browser. In this case, the visitor won't even have to download the jQuery library.
What if the Google’ Hosted Library is down?
Google’s CDN down ..is the rarest of the rare possibility still suppose if your user can't access the CDN for some reason.. The Plugin has a fail-safe system. It will download the library from your server.
To What Extent it improves the speed
Here are some analysis from our in-house experiment.
We installed a default Opencart on our server…and tested on www.webpagetest.org
There is considerable speed enhancement when Jquery is switched to Google CDN.
jquery-download-time1.jpg
BEFORE-AND-AFTER-INSTALLATION.jpg
More Details and customized Plug-in Extension Development contact: [email protected]