This is currently a ticket that i have submitted but was just wondering if anyone else has experienced an issue with this.
Our filtered products, using ajax, loads very slowly. I have investigated into this and the filters seems to return every product to the screen and then after the resources have loaded apply a style="display:none;" to all the products that don't correspond with the filter. The issue probably won't be noticed if there are only a few products on the website however we have decided to use the filtering on all of our products so at present we have 600+ images loading onto the webpage before the ajax applys the style to the unwanted images. I have done a page speed test which notified me that the page (uncached) takes 80 seconds to load and 18 seconds (cached) to load. With googles new 3 second guidline this isn't very seo friendly or consumer friendly. Has anyone seen this before?
Thanks
Our filtered products, using ajax, loads very slowly. I have investigated into this and the filters seems to return every product to the screen and then after the resources have loaded apply a style="display:none;" to all the products that don't correspond with the filter. The issue probably won't be noticed if there are only a few products on the website however we have decided to use the filtering on all of our products so at present we have 600+ images loading onto the webpage before the ajax applys the style to the unwanted images. I have done a page speed test which notified me that the page (uncached) takes 80 seconds to load and 18 seconds (cached) to load. With googles new 3 second guidline this isn't very seo friendly or consumer friendly. Has anyone seen this before?
Thanks
Comment