micmro / performance-bookmarklet

Performance-Bookmarklet helps to analyze the current page through the Resource Timing API, Navigation Timing API and User-Timing - requests by type, domain, load times, marks and more. Sort of a light live WebPageTest.
MIT License
1.14k stars 87 forks source link

Support for Firefox 35a (Developer Edition) #15

Closed staabm closed 9 years ago

staabm commented 9 years ago

I just tried your bookmarklet on FF35 and it just opens a white layer on top of the current page (see screenshot).

website

The devtools itself contain some console.table() formatted data, but the bookmarklet does not show up like the screenshots of your readme explain.

devtools

Is Firefox not supported? Are there any statements regarding browser support?

staabm commented 9 years ago

the actual content of the perf-page shows up for a fraction of a second but then seems to be overlayed by a white shape

micmro commented 9 years ago

Oh, thanks for flagging this - that looks like a bug. FF didn't use to support resource timing, so I hadn't tested it yet, but looks like they do now: http://caniuse.com/#feat=resource-timing - nice.

staabm commented 9 years ago

IIRC I enabled the resource-timing thing via about:config in a prev release, so it might be not active per default yet.

micmro commented 9 years ago

fixed, verified and released.

staabm commented 9 years ago

@micmro confirmed on FF36, looks awesome. thx