2 Repos
Utilities for comparing performance and quality metrics between different versions of a website.
Distinct from Code Version Comparisons: Focuses on web page audit metrics (performance, SEO, accessibility) rather than general codebase or architectural changes.
Explore 2 awesome GitHub repositories matching development tools & productivity · Web Version Comparisons. Refine with filters or upvote what's useful.
Lighthouse CI is a continuous integration tool designed to automate web audits and detect performance, accessibility, and SEO regressions between code commits. It functions as a web performance regression suite that enforces resource budgets and runs automated quality checks during the software development lifecycle. The system distinguishes itself through the ability to block code merges if performance metrics fall below defined quality thresholds. It provides mechanisms for commit-to-commit comparison and cross-version site analysis to pinpoint specific resource improvements or regressions.
Provides the ability to analyze two different versions of a site to pinpoint resource improvements or regressions.
ApplicationInspector is a multi-language static analysis tool designed to detect specific features and characteristics within source code. It utilizes a declarative JSON rules engine to identify patterns and structural tags across project directories without requiring the analyzer to be recompiled. The system distinguishes itself through a code version differ that compares two different source paths to report changes in detected features. It also provides utilities for creating and validating custom JSON-based rules, including a validation pipeline to verify syntax and identifier uniqueness.
Provides a CLI tool to report differences in detected features and tags between two different project versions.