KOR

While reducing analysis time is possible, it can impact results. Shortening the analysis may lead to detecting fewer vulnerabilities. Here are ways to reduce analysis time:

Dynamic Analysis:
1. URL Crawling Depth: Set to “”low”” to analyze fewer linked pages.
2. DOM Crawling Depth: Limit the depth of exploration within each page.
3. Event Performance per Page: Reduce the number of simulated events to analyze.

Static Analysis:
1. Checker Selection: Choose specific checkers instead of running all available ones.
2. Code Scope: Narrow down the codebase for analysis to focus on specific areas.