Experiment with caching HTML pages/fragments #9

Open
opened 2024-09-12 22:37:43 +02:00 by liquidex · 0 comments
Owner

Currently the browser fetches each branch from scratch because they cannot be cached.

  • Maybe exploiting cache control headers would help here to reduce the need to redownload the same content over and over again

  • Maybe using IndexDB to save branch content and fetch it quickly would help too. but I don’t like that as much as just using what the browser offers.

Currently the browser fetches each branch from scratch because they cannot be cached. - Maybe exploiting cache control headers would help here to reduce the need to redownload the same content over and over again - Maybe using IndexDB to save branch content and fetch it quickly would help too. but I don’t like that as much as just using what the browser offers.
liquidex added the
perf
label 2024-09-12 22:51:44 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/treehouse#9
No description provided.