Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of caching based on the resources' cache key, I would cache it based on the pageid specified. By caching based on the resource cacheKey it wont find any cache for uncached resources. If you put this snippet in the footer it would then make a request for every individual page, while it could just get it from the existing cache.
- Loading branch information