This is a repo for reproduction of issue reported here: rails/rails#48375
Reported server timing data for partials appears to be inaccurate. When nested partials are used, the reported data shows the partials taking more time to render than the request in total. Stopwatch verification confirms timing in chrome & firefox.
Noted in FF, Chrome and Safari.
- open network tab
- refresh page
- click into the request for the page (probably localhost:3000)
- click timings
- server timings are at the bottom
- look for the key
render_partial.action_view
See also: rails/rails#36289
cd executable_test_case
ruby test.rb
Observe 1 failed test.