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

Chrome: Search bar doesn't open on first load until after 5 seconds #1991

Open
jocelyn-dunkley opened this issue May 31, 2024 · 0 comments
Open
Labels
🐛 Type: Bug Something isn't working

Comments

@jocelyn-dunkley
Copy link

This is just an issue on Chrome (Version 123.0.6312.105) - I tested on Safari and Firefox and it works.

On first load the search bar doesn't open until about 5 seconds later. I think there is some load delay with some of the scripts that make the search work. I noticed in the network tab the manifest.webmanifest is the last thing to load on first load. Then after a couple seconds there's a lot of other requests that are loaded. I assume something that was async is tied to the search bar.

Solutions here would be:

  1. Make search bar script not async since it's above the fold
  2. Hide search bar until appropriate script is loaded
@jocelyn-dunkley jocelyn-dunkley added the 🐛 Type: Bug Something isn't working label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant