I have just ONE page that is super slow on load. Can anyone help identify what's causing this issue?

So I have this ecommerce page on Webflow that sells a drinkable collagen ampoule, and whenever I load up this page whether on Webflow designer or on the live site, it’s SUPER slow and lags a lot. The other product pages work just fine. Can someone help me identify what’s causing it?

READ-ONLY LINK: Webflow - Incellderm

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

hi @Healstones I do not experience any extreme slow loading but there is an error you should fix. There are also errors on other pages.

1 Like

Hi @Stan thank you for pointing that out!! I am a newbie in web design and know very little HTML/CSS, so could you help guide me on how to get rid of that error on Webflow’s designer?

That’d be much appreciated!!!

hi @Healstones I’m sorry but I can’t spend time to investigate why is your custom jQuery script broken and why many pages returns several errors. Im in vanilla javaScript world and I do not understand jQuery syntax well. You have build it so you should know what it can be. :man_shrugging:

this script return error can many pages…

   <script>
    $('img').bind('contextmenu', function(e) {
        return false;
    });
    </script>

but IMO it does nothing . Try comment it out and see.
the script is in your project setting

I have just found that it disables right click and here is one source you can read but feel free to find another.