interledger / interledger-website

🙅 Previous version of the interledger.org website
6 stars 10 forks source link

Cognito forms JS is latent, causing the site to freeze #42

Open sappenin opened 2 years ago

sappenin commented 2 years ago

Today while loading interledger.org in Chrome, this link is not responding (https://www.cognitoforms.com/forms/public?id=90&embedUrl=https%3A%2F%2Finterledger.org%2F&) which is causing the entire site to freeze for at least 30 seconds on every load.

AlexLakatos commented 2 years ago

I couldn't reproduce this today, @sappenin could you give it another try?

Could you also take a look at the extensions you have installed if you can still reproduce it on your Chrome? That and a Chrome version and OS would help me greatly to try to reproduce.

sappenin commented 2 years ago

Hey @AlexLakatos - I think this was maybe just some latency being experienced by the https://cognitoforms.com server. It's not happening any longer, but I think you should consider re-arranging when scripts are loaded on https://interledger.org so that if this script becomes latent again in the future, it won't prevent the entire site from loading.

I'm not that familiar with how the site loads, but maybe just placing the script lower in the page source could work, or perhaps some of these suggestions might help.