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

IndexedDB connections must be closed so bfcache works #166

Open
raray opened this issue Jul 27, 2023 · 0 comments
Open

IndexedDB connections must be closed so bfcache works #166

raray opened this issue Jul 27, 2023 · 0 comments

Comments

@raray
Copy link

raray commented Jul 27, 2023

The browser's back/forward cache doesn't work when IndexedDB has an open connection. Currently, a connection is opened here and then never closed:

const request = indexedDB.open(dbName);

This causes Lighthouse to fail a check (https://developer.chrome.com/docs/lighthouse/performance/bf-cache/):

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant