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

Optimize Javascript Pre-load Of Images

I was wondering if anyone has any strategies for optimizing the pre-loading of images via javascrip… Read more Optimize Javascript Pre-load Of Images

Send Head Before Body To Load Css And Js Asap

I wonder if anyone has found a way to send at mid rendering the head tag so CSS and Javascript are … Read more Send Head Before Body To Load Css And Js Asap

Estimate Browser Js Engine Speed To Conditionally Disable Animations

Is there a standard (accepted/easy/performant) way to determine how fast a client machine renders j… Read more Estimate Browser Js Engine Speed To Conditionally Disable Animations

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

Optimizing Javascript For Multiple Browser Display At High Fps

I have an FFT using canvas that plots a high speed display. I want to optimize the code to have 16 … Read more Optimizing Javascript For Multiple Browser Display At High Fps

An Efficient Way To Change This Dom Structure In Jquery

i want to reform the structure of a certain element. currently, it roughly resembles this structure… Read more An Efficient Way To Change This Dom Structure In Jquery

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

RequestAnimationFrame Garbage Collection

I'm profiling the following code's memory usage using the Timeline in Chrome Dev Tools v27.… Read more RequestAnimationFrame Garbage Collection