No commit activity in last 3 years
No release in over 3 years
Server Timing headers for Rails apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.0
 Project Readme

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.