OC2PS Posted September 16, 2011 Share Posted September 16, 2011 Prestashop ships with libraries like jQuery. Can you add an option so that admin can decide to use Google's libraries instead (via AJAX libraries API http://code.google.com/apis/libraries/)? There are at least 2 benefits: 1) Many large sites use Google's libraries so there's a very high probability that these are already cached on the user's computer. 2) Even if the libraries aren't already cached, it could speed things up as a) The libraries are coming from a different domain, so for browsers that limit parallel threads from 1 domain this can help, b ) Google has a very massive CDN and serving anything through that implicitly speeds things up If I understand corectly, Google has following libraries available: Dojo Ext Core jQuery jQuery UI MooTools Prototype script.aculo.us SWFObject WebFont Loader Link to comment Share on other sites More sharing options...
OC2PS Posted November 27, 2011 Author Share Posted November 27, 2011 Vote at http://forge.prestas...browse/PSFV-101 Even phpbb have just completed the feature: http://area51.phpbb....hp?f=84&t=41673 and they aren't the quickest to follow new trends Link to comment Share on other sites More sharing options...
Recommended Posts