Skip to main content

Module storage

Module storage 

Source
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§

CacheStats
Cache statistics for the LRU page cache.
CrawlStats
Aggregate crawl statistics.
CruxMetrics
CrUX metrics for a single page.
Issue
An issue/finding detected during analysis.
IssueFilter
Filters for querying issues.
PageData
A page extracted from the crawl, with full data for storage.
Storage
SQLite-backed storage for crawl data.

Enums§

IssueCategory
Category of an analysis finding.
Severity
Severity level for an issue/finding.
StorageError
Errors specific to storage operations.