generalexperts Posted July 9, 2014 Share Posted July 9, 2014 I used Google PageSpeed Insights on my site. (wwwdotsavvymarinadotcom). For Desktop it came up with: Consider Fixing: Eliminate render-blocking JavaScript and CSS in above-the-fold contentShow how to fix Reduce server response timeShow how to fix Optimize imagesShow how to fix Minify CSSShow how to fix Leverage browser cachingShow how to fix With the first one that says consider fixing: "Show how to fix" This is what comes up: Remove render-blocking JavaScript:http://www.mysite.com/…ache/0e90cc1fd447c754309e537740bd12af.js Use asynchronous versions of the following scripts:http://apis.google.com/js/plusone.js Optimize CSS Delivery of the following:http://www.mysite.com/themes/shop/css/grid_prestashop.css (about 1 of 20 URLs) For Mobile it came up with the same "Remove render-blocking Javascript." I've tried changing the performance under Advance Parameters and there was no change. Can anyone help? Link to comment Share on other sites More sharing options...
El Patron Posted July 9, 2014 Share Posted July 9, 2014 to remove render blocking Java Scripts see this: http://www.prestashop.com/forums/topic/314461-module-javapro-prestashop-performance-significantly-speed-up-your-shop-pages-defer-javascript/ Link to comment Share on other sites More sharing options...
generalexperts Posted July 9, 2014 Author Share Posted July 9, 2014 Well it looks like you made this module, which looks great! But I'm looking to make the changes myself... Would you be able to explain how to do it manually? Link to comment Share on other sites More sharing options...
El Patron Posted July 9, 2014 Share Posted July 9, 2014 Well it looks like you made this module, which looks great! But I'm looking to make the changes myself... Would you be able to explain how to do it manually? it's not possible to make changes manually... Link to comment Share on other sites More sharing options...
FurkyStyle Posted July 11, 2014 Share Posted July 11, 2014 Following this topic! Link to comment Share on other sites More sharing options...
generalexperts Posted July 15, 2014 Author Share Posted July 15, 2014 I purchased the recommended module. Can't see a direct quantitative change. Anyone have any other ideas? Link to comment Share on other sites More sharing options...
El Patron Posted July 15, 2014 Share Posted July 15, 2014 I purchased the recommended module. Can't see a direct quantitative change. Anyone have any other ideas? As discussed in chat, JavaPro decreases render of 'above the fold' page, running gmetrix or other tools that can not measure this is not an accurate way to assess the benefits of module. for anyone interested and want to be ahead of the curve, learn more here http://www.feedthebot.com/pagespeed/prioritize-visible-content.html 1 Link to comment Share on other sites More sharing options...
generalexperts Posted July 15, 2014 Author Share Posted July 15, 2014 I don't see any qualitative results, I'm not trying to be a pain, I just want to see that it works. And, since I don't I am still interested to know how to get my page to load faster, if not the first one in Google PageSpeed, everything else that I fall short on. I know my site can't be perfect but I want to at least up it somewhat. Google.com ranks 99/100 Link to comment Share on other sites More sharing options...
generalexperts Posted July 17, 2014 Author Share Posted July 17, 2014 (edited) I used Google PageSpeed Insights on my site. For Desktop it came up with: Consider Fixing:Eliminate render-blocking JavaScript and CSS in above-the-fold content Show how to fix Reduce server response time Show how to fix Optimize images Show how to fix Minify CSS Show how to fix Leverage browser cachingShow how to fix With the first one that says consider fixing: "Show how to fix" This is what comes up: Remove render-blocking JavaScript: http://www.mysite.com/…ache/0e90cc1fd447c754309e537740bd12af.js Use asynchronous versions of the following scripts: http://apis.google.com/js/plusone.js Optimize CSS Delivery of the following: http://www.mysite.co..._prestashop.css (about 1 of 20 URLs) For Mobile it came up with the same "Remove render-blocking Javascript." I've tried changing the performance under Advance Parameters and there was no change. Can anyone help? Edited July 17, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
nicola82 Posted November 29, 2014 Share Posted November 29, 2014 did u manage to fix that, generalexperst? Link to comment Share on other sites More sharing options...
generalexperts Posted November 29, 2014 Author Share Posted November 29, 2014 nope, i can't seem to fix anything these days Link to comment Share on other sites More sharing options...
nicola82 Posted November 29, 2014 Share Posted November 29, 2014 I 've fixed the js issue thanks to: http://www.prestashop.com/forums/topic/267943-prestashop-loading-way-too-slow/ post #18 Link to comment Share on other sites More sharing options...
El Patron Posted November 29, 2014 Share Posted November 29, 2014 nope, i can't seem to fix anything these days General, I understand we all have our stretches of feeling unproductiv... you first put so much effort in and it shows in your front office, good work! also you used JavaPro yes? I know you can move everything (to do that upgrade to 1.6), but you did move much of it yes? Going from an F to A/B is pretty good. 1 Link to comment Share on other sites More sharing options...
generalexperts Posted December 2, 2014 Author Share Posted December 2, 2014 Yeah most of my site has been edited. I don't think an upgrade to 1.6 is possible. Unless someone knows how to detect every small change i've made. Lot's of things still need correcting to improve my store. The biggest right now effecting my site is "Reduce server response time" as I have mentioned in a different post. Most likely it's the redirect issue, which I am completely out of ideas. And yes, I have JavaPro Link to comment Share on other sites More sharing options...
El Patron Posted December 2, 2014 Share Posted December 2, 2014 the best advice...is not to let gmetrix or other tools drive you insane... they all have to 'report' something to be relevant. remember google measures your above the fold page render time, gmetrix pingdom etc. do not to get perfect score with reduce java (most important) is to migrate to 1.6. Remember don't fall in love with a theme...they get dated no matter how much effort you put into it. So always be on the prowl for new 1.6 compliant theme to fall in love with. Then get pro to upgrade you. 1 Link to comment Share on other sites More sharing options...
Prestachamps Posted December 3, 2014 Share Posted December 3, 2014 HiI've checked the site in several methods, your TTFB is between 0.3-06 MS (that's oke from my perspective, as I suppose your site is hosted on a shared server).What I would still change is the following :1. Optimize your bg image, you could reduce almost 100kb :https://savvymarina.com/themes/shop/img/BG-1.png (this should be in first place a jpg, as it shouldn't be transparent.Also as this has repeat-x why don't you use a 3px /3px version instead of the 256X256 px ?2. Your Google plus js is loaded synchronously and Google plus ahas already a js that loads asynchronously.3. You have several items that don't have a browser leverage caching set, also the Keep Alive on your items is not set.In regards to the defer parsing of js, there are elements that just can't be moved into the footer, Prestashop won't work properly.As mentioned first page load is around 3s, but at refresh it's around 1.2s.Kind RegardsLeoDO Developer Etiendas Team 1 Link to comment Share on other sites More sharing options...
HH Services Limited Posted August 3, 2015 Share Posted August 3, 2015 https://www.prestashop.com/forums/topic/459002-after-upgrading-to-ps-161-my-store-goes-slightly-slower-should-i-go-back-to-ps-1606/?p=2112888 Can anyone take a look at this post and see how to find a solution explained in answer #10? Thanks 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