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

Poor Performance With Tables In Internet Explorer 8 Standards Mode

When using a table with a reasonable amount of data - 100 rows by 50 columns - I notice that IE8 pe… Read more Poor Performance With Tables In Internet Explorer 8 Standards Mode

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?

Javascript Replace "variables" In Html Code Faster

I'm building a multi-language single page website with javascript and the new html template-tag… Read more Javascript Replace "variables" In Html Code Faster

Tool To Measure Render Time

Is there a tool out there to measure the actual Render time of an element(s) on a page? I don'… Read more Tool To Measure Render Time

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

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?