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

Improvement: Cache searched URL's #9

Open
hiddengearz opened this issue Dec 8, 2021 · 0 comments
Open

Improvement: Cache searched URL's #9

hiddengearz opened this issue Dec 8, 2021 · 0 comments

Comments

@hiddengearz
Copy link
Member

hiddengearz commented Dec 8, 2021

In both proxy and search mode create a list of visited URL's, before processing new JS check if the page has been processed before.

Pro's:

  • Might save a ton on compute, processing large static JS files/libraries

Cons:

  • Might cause an issue with dynamic pages. Maybe create a hash of the request or response? Static js check request hash? Dynamic page check response hash?
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