peek / peek-performance_bar

Take a peek into the window.performance timing behind your Rails app.
MIT License
57 stars 20 forks source link

Weird timing being shown in the performance bar on page navigation #25

Open ur0 opened 8 years ago

ur0 commented 8 years ago

I've installed Peek into my application, and this is what I've been getting.

bug

This happens only when you navigate to the page, i.e. if you open the page by URL or refresh the page, this doesn't seem to occur. I'm thinking of this as a turbolinks issue.

Any help?

dewski commented 8 years ago

Which browser is this on?

hauleth commented 8 years ago

For me this is on Chrome 51 on macOS El Capitan

CHTJonas commented 5 years ago

Just experienced this myself. I think it's related to Turbolinks as the problem went away when I disabled TL and then reappeared when I enabled...