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

use workers to cache assets on compatible devices #2

Open
clockelliptic opened this issue Jan 1, 2024 · 0 comments
Open

use workers to cache assets on compatible devices #2

clockelliptic opened this issue Jan 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@clockelliptic
Copy link
Owner

To Do: use workers to cache assets on compatible devices

Why:

  • usage of indexed-db can block the main browser thread
  • storing and recalling large assets can negatively impact performance & UX

Acceptance Criteria:

  • code detects if worker threads are compatible with browser agent
  • usage of workers to load assets is optional
@clockelliptic clockelliptic added the enhancement New feature or request label Jan 6, 2024
@clockelliptic clockelliptic changed the title todo: use workers to cache assets on compatible devices use workers to cache assets on compatible devices Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant