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

Shortcut Fusion Optimization In Javascript

I have heard that lodash and other javascript libraries use a technique called 'shortcut fusion… Read more Shortcut Fusion Optimization In Javascript

Is It Possible To Direct Which Elements Of A Page Are Painted First By The Browser?

I wanted to know if there was any way to control browser painting, for example I'd like to load… Read more Is It Possible To Direct Which Elements Of A Page Are Painted First By The Browser?

Java Script Optimization For A Google Apps Script

I have the working code below that compares two sets of data from two different sheets. One is a li… Read more Java Script Optimization For A Google Apps Script

Html5 Canvas Redraw-cycle Performance Optimisations

We are building a CAD app that runs in a browser. C.A.D stands for Computer Aided Design. Illustr… Read more Html5 Canvas Redraw-cycle Performance Optimisations

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

Jquery Selector Optimization

Be specific on the right-hand side of your selector, and less specific on the left. // unoptimized… Read more Jquery Selector Optimization