Very slow initial load of react + hono api app

For Workers & Pages, what is the name of the domain?

What is the issue or error you’re encountering

My app (react + hono api) loads intermittently very slowly (over 40 seconds)

What steps have you taken to resolve the issue?

I have:

  • Removed any rate limiter or bot detection service I had switched on initially.
  • Made my turnstile checks lazyloading and only effecting on mounting of the forms they protect and loading of the turnstile script.
  • Added HTTP Alt-Svc response header my middleware to tell supporting clients “you can also speak HTTP/2 or HTTP/3 to this IPv4 address.”
  • tried disabling QUIC/HTTPS in my Brave and Firefox browsers

The site when accessed through the default https://terms-scout.feedfit.workers.dev/ link loads quickly.

What are the steps to reproduce the issue?

simply go to the site either www.termsscout.com or termsscout.com. It loads slowly 1/2 of the time.

This topic was automatically closed after 15 days. New replies are no longer allowed.