-
Notifications
You must be signed in to change notification settings - Fork 32
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
FR: Automatically remove common Cache Busters #8
Comments
Hi @CoreyD97. Have you got some examples you can share? If there are a number of URLs with similar parameters, it should take care of those, so maybe I'm misunderstanding what you mean. |
Thanks. I'll look at adding some option to provide a list of parameters to exclude |
Just to clarify... Were you wanting cache buster parameters to be removed completely from the output?
You just want to see this as output?
Also, just so you are aware, by default |
Those are just some examples, but yes that's the expected outcome. That particular website ended up with a bunch of duplicate entries because of the presence of these cache buster parameters. As for the FILTER_KEYWORDS, that behavior is fine :) |
Great! I have done the change and almost ready to release. I have added a |
I kept it as |
The tool performs great, but sometimes I find apps that end up with a ton of duplicate resources since the URLs often contain a cache buster. This is typically the
_
orv
parameter with its value set to a unix timestamp. It'd be great to automatically ignore these parameters.Thanks again!
The text was updated successfully, but these errors were encountered: