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

Dijit Tree, How To Improve Performance For A Large Tree With 500 Child Nodes Under Root

Each tree node contains other inner widgets, so it takes long time to render the whole 500 items es… Read more Dijit Tree, How To Improve Performance For A Large Tree With 500 Child Nodes Under Root

Strange Safari Rendering Issues, And Low Performance On Other Browsers

I'm in the middle of development of a website, however I cannot work out what is causing this p… Read more Strange Safari Rendering Issues, And Low Performance On Other Browsers

Finding Web Application Average Load Times

I am trying to find out the average time it takes various pages of a (private) web application for … Read more Finding Web Application Average Load Times

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?

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?

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?