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

Number Of Hidden Inputs In Html Doc Affecting Page Rendering Speed

Does the number of hidden input fields in an HTML document affect the speed of page rendering in a … Read more Number Of Hidden Inputs In Html Doc Affecting Page Rendering Speed

Escape Html To Php Or Use Echo? Which Is Better?

In terms of performance , what would be better. Using PHP to echo all the HTML output so I can pepp… Read more Escape Html To Php Or Use Echo? Which Is Better?

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?

How To Know Which Part Of My Js Is Making It Laggy?

I'm a javascript beginner and I'm trying to improve my skills. I'm currently working on… Read more How To Know Which Part Of My Js Is Making It Laggy?

Kineticjs - Moving 4000 Tiles With Stage.draggable

(Sorry if this is a duplicate, but I don't think it is) Just so you know, I'm using Google … Read more Kineticjs - Moving 4000 Tiles With Stage.draggable

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?