interledger / interledger-website

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

Prevent Cognito Form blocking page DOM load #86

Closed totorogendut closed 1 year ago

totorogendut commented 1 year ago

I'm trying to resolve issue #42 by making the external script made by the third-party non-blocking (using defer attribute). Also I put a preconnect link on header to reduce slight latency to Cognito's CDN.

I'm currently having trouble setting up local development because my Mac doesn't seem to play nicely with the Ruby version the site is using, so I can't actually test my changes locally on my machine. I need help from others to check if my changes don't break things.

AlexLakatos commented 1 year ago

Thanks so much for contributing this!