• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Server Timing headers for Rails apps

rails_server_timings

Rails support for returning Server Timing headers on requests providing instrumentation information to in-browser developer tools.

Download

Configuration

Add rails_server_timings to your Gemfile:

gem 'rails_server_timings'

By default, Rails will now include the Server-Timing response header on every controller response.

To disable, set config.server_timings.enabled to false in your application configuration.

Contributing

Contributions of bug reports, feature requests, and pull requests are greatly appreciated!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Licence

Copyright Β© 2017 Darryl Pogue Licensed under the MIT Licence.