Skip to content Skip to sidebar Skip to footer
Showing posts with the label Performance

Is There A Definitive Way To Measure "time To Paint" For Performance?

I'm testing various performance tweaks for a large website, and I need to quantify how long it … Read more Is There A Definitive Way To Measure "time To Paint" For Performance?

Is There A Way To Know Anything About Hardware Resources Of 'platform' Accessing Webpage?

I'd like to be able to find out about a browser's hardware resources from a web page, or at… Read more Is There A Way To Know Anything About Hardware Resources Of 'platform' Accessing Webpage?

Run Custom Javascript Code After Loading Any Website

I am working on taking readings about web browser performance and so need to access the window.per… Read more Run Custom Javascript Code After Loading Any Website

Are There Any Benefits Of Pre-fetching Templates In Angularjs?

I have question concerning optimising application. I have application with multiple directives, so … Read more Are There Any Benefits Of Pre-fetching Templates In Angularjs?

Does Too Many Hidden Inputs Affect The Page Rendering Speed?

I'm at the point where I'll need to keep some data about my control in hidden fields. I'… Read more Does Too Many Hidden Inputs Affect The Page Rendering Speed?

Json Or Html: Which Output Can Perform Better?

I am thinking of improving website performance by moving rendering to the client side. The current … Read more Json Or Html: Which Output Can Perform Better?

Improving Nested Ng-repeat + Directive Performance

I have a horizontal month calendar that shows the activities for employees per day. Currently it… Read more Improving Nested Ng-repeat + Directive Performance

Why Does Setting Textcontent Cause Layout Thrashing?

This blog post suggests that textContent is preferable to innerText for avoiding layout thrashing. … Read more Why Does Setting Textcontent Cause Layout Thrashing?