-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Server-Timing syntax? #5
Comments
Chrome 64 expects the old format:
Chrome 65+ (and other browsers when they implement the feature) expects the new format:
|
Thanks @PikachuEXE for reporting and @cvazac for the background. I'd prefer to keep it simple and stay consistent w/Chrome 65+ and future browser implementations. I've added a note to the README for others than run into an issue with Chrome 64: |
Thanks |
I believe Chrome 65+. |
Ah sorry @PikachuEXE - responded to fast. I'm not sure what version of Chromium (vs Chrome) uses the new format. |
Env
Server
ruby_server_timing
1.0.1
Browser
Chrome: Version 64.0.3282.186 (Official Build) (64-bit)
Actual Output
If I use https://github.com/dpogue/rails_server_timings
It outputs as
The text was updated successfully, but these errors were encountered: