1 repositorio
Performance analysis tools specifically targeting applications implementing the Rack interface.
Distinct from Rack Application Servers: Shortlist candidates are servers or filters; this is a diagnostic profiler for the Rack ecosystem.
Explore 1 awesome GitHub repository matching web development · Rack Application Profilers. Refine with filters or upvote what's useful.
This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request execution times and resource usage, serving as a profiler for web applications to measure latency and identify bottlenecks. The tool provides specific analyzers for database query performance, memory allocations, and garbage collection statistics. It generates call stack flamegraphs to visualize time distribution across methods and renders speed badges and timing metrics directly onto HTML pages. The system covers broader performance profiling capabilities including custom code blo
Provides a performance analysis tool specifically for Ruby applications using the Rack interface.