Expand description
SQLite-backed persistent storage for crawl results and issues.
WAL-mode SQLite with LRU page cache, batch insert operations, and memory usage tracking. Supports pages, links, issues, images, structured data, and CrUX metrics.
Structs§
- Cache
Stats - Cache statistics for the LRU page cache.
- Crawl
Stats - Aggregate crawl statistics.
- Crux
Metrics - CrUX metrics for a single page.
- Issue
- An issue/finding detected during analysis.
- Issue
Filter - Filters for querying issues.
- Page
Data - A page extracted from the crawl, with full data for storage.
- Storage
- SQLite-backed storage for crawl data.
Enums§
- Issue
Category - Category of an analysis finding.
- Severity
- Severity level for an issue/finding.
- Storage
Error - Errors specific to storage operations.