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

Why Do Inline Scripts Block Rendering When Put At The Bottom Of A Page?

I read High Performance Web Sites: Essential Knowledge for Front-End Engineers and in it the autho… Read more Why Do Inline Scripts Block Rendering When Put At The Bottom Of A Page?

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?

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

Angular 2 Performance Issue (rendering)

I'm doing a project in Angular 2 and I'm getting an issue that makes my pages lose a lot of… Read more Angular 2 Performance Issue (rendering)

Is It Faster To Swap An Img Src Or Show/hide Multiple Images?

What is the best practice to use when swapping an image on a webpage? Altering the image source or … Read more Is It Faster To Swap An Img Src Or Show/hide Multiple Images?