We are using Magento 2.3 and this extension. We have 900 options. Their website has indicated 2000 options should be no problem related to loading speed. Has anyone has this issue or found a fix. Our pages take minutes to load or never load. Also, on the backend we cannot load the options as it times out.
Hi @mark_roberts2,
Since that is a paid extension maybe it could be a good idea to ask for official support.
Hi Mark,
I'm copying in the Itoris team in case they monitor their Magento Forums accounts, and can assist. @IToris @ITORIS_INC
As @Damian Culotta mentioned, the best thing to do is to reach out to Itoris directly for support.
Best of luck!
Hello,
A few numbers relatively to your custom options.
We would suggest to do the following:
1203 server requests (883 images) and the total of 37MB of the page size slow your page.
Best regards,
ITORIS Team
We have now spent several days testing the various ways you have suggested to increase the speed. Unfortunately, the use of drop downs, small optimized images, etc does not improve the speed to an unacceptable level. We even reduced the options to less than 300 and the results are very disappointing. We believe that there is a problem with the extension and will be testing other extensions to see if the issue can be resolved. Perhaps you can test our example and see if the problem can be solved.
We have the same problem. Have you solved it @mark_roberts2 ?
Hello, I am experiencing a similar problem and wondering if there are any other solutions? You can find one of our more basic templates here:
After reading about your suggestions we spent hours sizing down the images to fit the base image (450px450) and then compressing the images down. Almost all of the images are below 90KB now (~300 swatches) and it didn't help much...
Can you explain more about and how to: "Enable the "production" mode to merge JS/CSS files and reduce the number of server requests."
Hello,
First of all, Make sure you are running the latest version of DPO (currently it is 2.8.1). It has a number of speed improvements.
Also, in file \vendor\magento\module-catalog\view\base\web\js\price-options.js comment out or remove the following line:
$(this.options.optionsSelector, this.element).trigger('change');
and redeploy the static content: php bin/magento setup:static-content:deploy -f
Your swatches will load fast then.
Best regards,
ITORIS support
This is really making a massive difference to the heavy with options page. I have around 14000 configurations on a page and it is now working like a charm
Thank You!