Skip to content

Implement Cache API #534

Description

@romandev

We need Cache API to improve a performance in client side.
If client developer uses the API, most of static pages should be cached automatically.
So, we might need the following requirements for the API.

  • Developer doesn't (or shouldn't) know ServiceWorker concept.
  • Developer just includes and uses the API in main thread.
    (In other words, there is no reason to handle the API in worker thread).
  • At least, should caches all static pages.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions