justice
justice copied to clipboard
Embeddable script for displaying web page performance metrics.
justice inserts two divs with the id "justice-text-metrics", the demo is affected too.
npm and/or bower would be great. I want to include this but I don't want to manage getting updates manually.
Hi, Could you add a SpeedIndex mesure ? The visual progress may not be easy to calculate. But it may be possible with the help of paint events. cf https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index...
Hi, First just want to say I really like this plugin and find it useful. It gives really easy access to important metrics. I'm trying to investigate critical rendering and...
Hey @okor! I plan on doing some work on this, because we want to use it at @Lostmyname. If I send pull requests, will you deal with them? Just asking...
Something like this: ``` js $(document).on("justice:metrics", function (event, metrics) { console.log(metrics); $.ajax({ type: "POST", url: "/api/metrics", data: JSON.stringify(metrics), dataType: "application/json", success: function (result) { console.log(result); } }); }); Justice.init({ metrics:...
Goals: - Share style variable between SCSS and JS. - Allow theme customization
It would be great Depends on #22
It would be really nice to have a memory usage chart, much like with the FPS counter. Google Chrome Only `window.performance.memory` https://docs.webplatform.org/wiki/apis/timing/properties/memory