Skip to content

joinswoop/server_timing_middleware

 
 

Repository files navigation

ServerTimingMiddleware

Forked from server_timing_middleware with the following changes:

  • correctly handles ms values (used by ActiveSupport::Notifications)
  • automatically inserts itself in the middlware stack before Rack::Runtime via a railtie
  • adds the X-Runtime value as runtime.rack
  • adds a middleware.rack measurement which is the difference between runtime.rack and process_action.action_controller

About

Rack middleware that shows the Server Timing information using AS::Notifications

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.0%
  • Shell 2.0%