Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: seems like clicking on links takes longer to respond? #527

Closed
dotansimha opened this issue Oct 24, 2022 · 2 comments
Closed

Bug: seems like clicking on links takes longer to respond? #527

dotansimha opened this issue Oct 24, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dotansimha
Copy link
Member

To reproduce:

  1. Use any website
  2. Click on a link
  3. It takes a few seconds to get to the actual page. I think eventually it's not JS-loading the page and does a full page load.

Note: loading the page without a link, replies instantly.

@dotansimha dotansimha added the bug Something isn't working label Oct 24, 2022
@charlypoly
Copy link
Contributor

charlypoly commented Oct 24, 2022

Looking at the Chrome Dev Tools, it seems to be front-end related (the actual network initiation is greatly delayed)

Repro:

Screen.Recording.2022-10-24.at.11.21.38.mov

@dotansimha
Copy link
Member Author

This happened due to a lowercase fix we applied to the router. Fixed in the-guild-org/website@212018a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants