performance-bookmarklet
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...
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...
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,...
Need a way to export the results to PDF or Excel
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...
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
i18n
do you have plans for translating this into another languages? I would be interested in having it in Italian...
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...
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.