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

How Frequently Is D3 Drag Event Triggered?

I have a very general low level question about dragging. I am specifically interested in learning w… Read more How Frequently Is D3 Drag Event Triggered?

Which Is Faster? - Modifying Css Property Or Adding Class In Jquery

I have about 100 elements in like and am trying to create an animation with jquery. I need to add… Read more Which Is Faster? - Modifying Css Property Or Adding Class In Jquery

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

Declaring Multiple Variables In Javascript

In JavaScript, it is possible to declare multiple variables like this: var variable1 = 'Hello, … Read more Declaring Multiple Variables In Javascript

Measure Page Rendering Time On Ie 6 Or Ff 3.x

I have a page constructed using Dojo and I need to measure how long the page takes to complete rend… Read more Measure Page Rendering Time On Ie 6 Or Ff 3.x

Javascript Performance Problems With Too Many Dom Nodes?

I'm currently debugging a ajax chat that just endlessly fills the page with DOM-elements. If yo… Read more Javascript Performance Problems With Too Many Dom Nodes?