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?
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:
Cons: