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

.prop() Vs .val() .setting An Input Text Value With Jquery

After reading (the interesting) .prop() vs .attr() and jQuery Performance : attributes doubt arise … Read more .prop() Vs .val() .setting An Input Text Value With Jquery

Avoid Forced Delay Of Settimeout When Breaking Up Long Running Javascript Tasks

I have a long running task in JavaScript, which I break up in chunks with a series of nested setTim… Read more Avoid Forced Delay Of Settimeout When Breaking Up Long Running Javascript Tasks

Compare Jquery Selectors Performance

Looking at improving the performance of my jquery selectors. so any tips or articles as the best pe… Read more Compare Jquery Selectors Performance

Is There Anything Faster Than Settimeout And Requestanimationframe?

(I need a process.nextTick equivalent on browser.) I'm trying to get the most out of javascript… Read more Is There Anything Faster Than Settimeout And Requestanimationframe?

Are Css Animations Faster Than Js Animations?

I read something a while ago that said that CSS animations are faster than JS animations. Having us… Read more Are Css Animations Faster Than Js Animations?

Javascript 'let' And 'var' In For-loops

On my search for concrete numbers to back usage of the const keyword in Javascript, I stumbled upon… Read more Javascript 'let' And 'var' In For-loops

Why Is This Piece Of Javascript Code So Slow?

I have this piece of Javascript code, which takes about 600 ms on every call in Internet Explorer. … Read more Why Is This Piece Of Javascript Code So Slow?

Performance Issue Rendering Large Tables

I'm trying to use html tables to show large quantities of data. In my case a matrix of 260 colu… Read more Performance Issue Rendering Large Tables