I took over development for an old website recently and the page doesn’t load for me in Firefox but it does load in Chrome. In Firefox the pages load part way and then after a few minutes Firefox warns me “This page slowing down Firefox. To speed up your browser, stop this page.”
I can’t see an exact cause but pages load when I comment out the code that loads jQuery so I assume it’s related:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.js" />
I can’t see any errors in the dev tools console (at least that I am able to decipher) to help me with the issue.
There are no problems loading jQuery with these pages in Chrome/Chromium - everything works on the website as planned.
Why does this problem occur in Firefox and why does it not occur in Chrome?
Thanks for your help.