Store the cache for a longer period. Also, consolidate the requests and update them at once. #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requesting new resources after expiration from js service is blocking and expensive.
Cache them for 30 days and reload them in the background is more preferrable.
Do not expire the cache. instead, consolidate the requests and update them at once.to Store the cache for a longer period. Also, consolidate the requests and update them at once.