the --scope-page-limit options
I set the --scope-page-limit = 10 and scan a web site, it spend two hours. Why? only 10 pages.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 27 Jun, 2017 02:06 PM
Try configuring the
--scope-dom-depth-limit
to limit the DOM crawl on those 10 pages.2 Posted by liuyong on 28 Jun, 2017 12:57 AM
what is the meaning of --scope-page-limit?
Support Staff 3 Posted by Tasos Laskos on 28 Jun, 2017 02:46 PM
--scope-page-limit
limits pages by URL, but each page can have a number of different DOM states caused by events that need to be triggered and this can cause the page to change and thus be audited again.