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

What Is More Efficient In Terms Of Data Consumption. Get Or Post?

Assuming we want to send the some data from a device (IOT) to our server. Small no. of variables (s… Read more What Is More Efficient In Terms Of Data Consumption. Get Or Post?

Use Duplicate Class Name On An Element?

I found that there are many frameworks will check the duplicate class name before adding the new cl… Read more Use Duplicate Class Name On An Element?

Measure Cpu Load Of Javascript Applications

I need to measure the performance overhead of additional Javascript event bindings (using jQuery li… Read more Measure Cpu Load Of Javascript Applications

Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

IE11 has a well-documented iframe memory leak. In a SPA, if you are using iframes the memory will g… Read more Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

Mouseover/hover Effect Slow On Ie8

I have noticed a weird performance thing in IE8 when using mouseover events on a table with many ro… Read more Mouseover/hover Effect Slow On Ie8

Why Is Jquery Selector Function So Slow Compared To Native Dom Methods

I know this topic has been debated in general several times already, but I am looking for a more te… Read more Why Is Jquery Selector Function So Slow Compared To Native Dom Methods

Fastest (javascript/jquery) Way To Track Changes In A Large Input Form

Since Javascript performance can possibly get intensive on large input forms, what is the cleanest … Read more Fastest (javascript/jquery) Way To Track Changes In A Large Input Form

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