shaikh441
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation image speedGreat I’ll try that and see if things improve.
Just to confirm, I assume I change both the “10’s” to the number of my variations..so in the function statement and the add filter section?
Sorry, I’m new to woocommerce and haven’t needed to add much in child themes function.php for it.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation image speed108 variations in total for the colour edition product, and there is an image set for each.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation image speedThanks. I have changed this and regenerated thumbnails, but the change is still slow.(done on testing environment so wont be visible through link)
But I have found my first product page (gold edition) is instant even though the image is initially bigger. This product only has a few variations.
However, my second product page (colour edition) is the one that is slow even though the initial image is sized to 557 so no scaling should be needed; and that one has many variation (approx 100).
I’m assuming the amount of variations is most probably the issue more than image size? If so, any ideas how to improve the speed even with this issue?Thanks for your help so far. Appreciated.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation image speedIn my Woocommerce settings (settings > products > display) the sizes are set as:
Catalog Images – 120 x 120
Single Product Image – 800 x 800
Product Thumbnails – 90 x 90
The “Hard Crop” checkbox is checked on all threeWhen checking the images on the browser inspect console:
Gold edition product page shows:
556.8 x 556.8 and in the code shows max-width 800Color edition product page:
556.8 x 556.8, and in code shows max-width 480I’m not sure if this is the correct sizes you needed.
I have linked the two product pages in the previous reply if you needed to inspect further.Thanks
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation image speedI have two product pages:
First one:
image is 800px x 800px, being scaled to 557 x 557
379.74kb
(http://www.luxury-vi.com/gold-edition/)Second one:
image is 480px x 480px, being scaled to 557 x 557
approx 125-130kb
(http://www.luxury-vi.com/colour-edition/)Also, not sure if the image crop settings in woocommerce affects any of this.