Quote:
Is it possible to use the X-Cart 4.4.3 speed up tool to optimize the JS/CSS in the Smart Template?
|
Yes, it's possible to make some 'load_defers' in skin/smart_template/custom/common.tpl
Eg.
{load_defer file="../smart_template/custom/js/ie6/ie6_redirect.js" type="js"}
However, it appears a limitation of the JS tool, is that it fails on already minified/compressed scripts. CSS files seem to be fine.