I'm running Magento 1.9.3 and PORTO(1.6.2) theme. Using the site with an http url, I can sort and load additional products on the page. However with the https url version, the site freezes when I try to change the way products are sorted or if I attempt to load more products on the page. Any ideas what would cause this?
Thank you
Solved! Go to Solution.
Hello @ishook
If it helps and works then please help me to accept this as a solution.
There could be many reasons:
# collection should be optimize
# Server configuration issue
# Site load speed/ performance issue
Please share site url
Hello @ishook
It is working fine, please check it again let me know if there any specific issue.
Hello @ishook
Found this issue in console:
Mixed Content: The page at 'https://www.discountirrigation.com/sprinklers/brass-impact-sprinklers.html' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.discountirrigation.com/sprinklers/brass-impact-sprinklers.html?p=2&infinite=true'. This request has been blocked; the content must be served over HTTPS
Please check code it seems ajax running with http url it should be https in ajax also.
Let me know if it will not fix with this.
Hello @ishook
If it helps and works then please help me to accept this as a solution.