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

Cache Issue #4

Open
jl9404 opened this issue Jul 19, 2016 · 0 comments
Open

Cache Issue #4

jl9404 opened this issue Jul 19, 2016 · 0 comments

Comments

@jl9404
Copy link

jl9404 commented Jul 19, 2016

As the number of javascript file will be different for each page,
it is not recommend to use js position as the cache key.

Example:
Page A
Position: 3
Files:
a.js, b.js

Page B
Position: 3
Files:
a.js, b.js, c.js

If the cache is generated on Page A,
Page B will not work because the c.js is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant