El Patron Posted May 19, 2014 Share Posted May 19, 2014 Hi, I have two new demo shops to 'show off' my latest performance module, BoZoom. Here are the links: Sample Back Office PrestaShop 1.6 Sample Back Office PrestaShop 1.5 [email protected] pwd demodemo I've profiled and moved to the bottom a majority of JavaScripts using new module. The module also removes duplicate JavaScript (bug) and CCC .css files. Bottom loaded JavaScript is also CCC'ed. to see module: back office-->modules-->modules (BoZoom) by eTienas.co I'd really appreciate review the 1) performance 2) if there is anything broken in back office. This would be a result of moving some JavaScript to the bottom. I do plan on 'turn off' 'turn on' menu link so one can tell difference (speed) of demo with and without module. All suggestions/comments/criticisms etc is very much appreciated. Thanks in advance, el 1 Link to comment Share on other sites More sharing options...
El Patron Posted May 19, 2014 Author Share Posted May 19, 2014 Looking under the covers, here is an example. View any back office page, in this example I am editing a product on 1.6 shop. right click page, select view source. Now .css is CCC using native Smart Cache: <link href="http://demoboperf16.etiendas.co/themes/default-bootstrap/cache/v_1_a1e333805047ac9362b2cf181914613d_all.css" rel="stylesheet" type="text/css" media="all" /> Now only calls four(4) .js files required at the top of your page. <script type="text/javascript" src="/js/jquery/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="/admindemoboperf16/themes/default/js/vendor/modernizr.min.js"></script> <script type="text/javascript" src="/admindemoboperf16/themes/default/js/modernizr-loads.js"></script> <script type="text/javascript" src="/js/admin-products.js"></script> At the very bottom of source you will see the call for all bottom loaded JavaScript, CCC with native Smart Cache <!-- MODULE Back Office Performance --><script type="text/javascript" src="http://demoboperf16.etiendas.co/themes/default-bootstrap/cache/v_1_135a5002660172aeaf817583473eaba8.js"></script><!-- /MODULE Back Office Performance --> Link to comment Share on other sites More sharing options...
csschopper.com Posted June 10, 2014 Share Posted June 10, 2014 Hi, concept looks great. I noticed a bug explaining below: 1. Load the page http://demoboperf16.etiendas.co/admindemoboperf16/index.php?controller=AdminModules&token=558b6345d6b8c4aec69dee14582b206b&configure=javaprobo&tab_module=administration&module_name=javaprobo 2. Look at bottom, it have configuration (Manage translation) that is not working. 3. Switch tabs & again go back to 1st tab i.e. Manage BO JavaScript 4. configuration (Manage translation) disappears. Thanks Alok 1 Link to comment Share on other sites More sharing options...
El Patron Posted June 10, 2014 Author Share Posted June 10, 2014 Hi, concept looks great. I noticed a bug explaining below: 1. Load the page http://demoboperf16.etiendas.co/admindemoboperf16/index.php?controller=AdminModules&token=558b6345d6b8c4aec69dee14582b206b&configure=javaprobo&tab_module=administration&module_name=javaprobo 2. Look at bottom, it have configuration (Manage translation) that is not working. 3. Switch tabs & again go back to 1st tab i.e. Manage BO JavaScript 4. configuration (Manage translation) disappears. Thanks Alok thanks Alok, I will get on this today. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now