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

Load Duplicate Images Efficiently

I stumbled across this weird situation(to me) where I might have an image in a html doc multiple ti… Read more Load Duplicate Images Efficiently

Least Significant Non-zero Digit Of A Factorial

I am trying to calculate the least significant non-zero digit in a factorial. I have the following… Read more Least Significant Non-zero Digit Of A Factorial

Preload Font File With Hashed Name

I am using React application and has below font files but on generating the build, react creates t… Read more Preload Font File With Hashed Name

How To Hide Content Not In Visible View On A Page With Many Html Elements To Improve Performance?

I have a site with extremely many HTML elements (> 100.000). The page is basically a large table… Read more How To Hide Content Not In Visible View On A Page With Many Html Elements To Improve Performance?

Save Object States In .data Or Attr - Performance Vs Css?

In response to my answer yesterday about rotating an Image, Jamund told me to use .data() instead o… Read more Save Object States In .data Or Attr - Performance Vs Css?

Is Playing Sound In Javascript Performance Heavy?

I'm making a simple game in Javascript, in which when an object collides with a wall, it plays … Read more Is Playing Sound In Javascript Performance Heavy?

Jquery - More Efficient To Use Multiple Selectors, Or Each

I have something like this ... .. . $('.Class1').so Solution 1: As far as fastest selec… Read more Jquery - More Efficient To Use Multiple Selectors, Or Each

Chrome Is Slow When There Are A Lot Of Inputs

In our MVC5 project there is a page where user can check multiple assets. Each asset is represenete… Read more Chrome Is Slow When There Are A Lot Of Inputs