performance-bookmarklet icon indicating copy to clipboard operation
performance-bookmarklet copied to clipboard

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...

Results 15 performance-bookmarklet issues
Sort by recently updated
recently updated
newest added

Hi This project is still alive ? Could i use it with Angular5 ? Do you have more documentation ? Regards Phil

I have modified the performance bookmarklet so that it runs within an iframe with it's own security sandbox (so that the code is only loaded as needed, and so I...

enhancement

alone the same line as https://github.com/micmro/performance-bookmarklet/issues/42, but I believe exporting the results to PDF or Excel is much more difficult than exporting as JSON, hence a new issue request. So,...

enhancement
help wanted

Need a way to export the results to PDF or Excel

enhancement
help wanted

Rather than forcing the user to wait for the onLoad event etc it would be possible to use [PerformanceObserver](https://www.w3.org/TR/performance-timeline-2) to react to entries becoming available. No support in IE and...

enhancement

Chrome M60 starts to support it, it might be nice to have this visualized as well: - https://github.com/wicg/paint-timing#definition - https://developers.google.com/web/updates/2017/06/user-centric-performance-metrics#first_paint_and_fist_contentful_paint

enhancement

do you have plans for translating this into another languages? I would be interested in having it in Italian...

enhancement
help wanted

Because when the window is scrolled to the bottom, the close button is not visible. Would be great to have an option to close it immediately. It could be clicking...

enhancement

There is a `domContentLoaded` mark in the navigation timing, but it would be good to calculate it relative to `domLoading`. ref: https://developers.google.com/web/fundamentals/performance/critical-rendering-path/measure-crp ``` var t = window.performance.timing, interactive = t.domInteractive...

Add more details about request e.g. init type/file type start/end etc.

enhancement