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

Caching changes for URL resolver APIs #87

Merged
merged 5 commits into from
Jan 9, 2022
Merged

Caching changes for URL resolver APIs #87

merged 5 commits into from
Jan 9, 2022

Commits on Jan 8, 2022

  1. 🍣 added back memory cache temporarily

    - added back manual memory cache temporarily
    - and this time its working as expected
    - also disabled use of browser cache for now
    - thought we are still saying browser to cache it for the future version
    DeepDoge committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    73508ff View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. 🍱 URL resolver api caching handled by the client

    - Told browser to not to cache the api request
    - Removed manual memory cache
    - Implimented caching using indexedDB
    - Cache time is 1 day
    DeepDoge committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    685f961 View commit details
    Browse the repository at this point in the history
  2. 🍱 Removed logs

    DeepDoge committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    ff83dfc View commit details
    Browse the repository at this point in the history
  3. 🍙 URL resolver caching improvements

    - Updated types for url because it can also be null
    - Cached 404 as null
    DeepDoge committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    475c38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b750c86 View commit details
    Browse the repository at this point in the history