1 Repo
Techniques to reduce the total number of HTTP requests, such as through asset consolidation.
Distinct from HTTP Request Caching: Candidates focus on caching or compression of individual requests, not the reduction of the total request count.
Explore 1 awesome GitHub repository matching web development · Request Minimization. Refine with filters or upvote what's useful.
This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers
Combines multiple images into a single sprite to minimize the total number of requests per page.