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

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)

Using One Ajax Call With Json, Or Two Ajax Calls With Html?

I have an element that contain many messages. each message is an HTML element Solution 1: Don'… Read more Using One Ajax Call With Json, Or Two Ajax Calls With Html?

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?

Is Playing Sound In Javascript Performance Heavy?

I'm making a simple game in Javascript, in which when an object collides with a wall, it plays … Read more Is Playing Sound In Javascript Performance Heavy?

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?

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