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

Icon Font Vs. Svg Caching And Network Concern

Setup The topic SVG vs. Icon Font is well covered in the web. But even after long searches, I did n… Read more Icon Font Vs. Svg Caching And Network Concern

Is Canvas Scaling More Performant Via Css Or Js?

The following document mentions some guidelines for performant scaling of HTML5 Canvas: https://dev… Read more Is Canvas Scaling More Performant Via Css Or Js?

Run Custom Javascript Code After Loading Any Website

I am working on taking readings about web browser performance and so need to access the window.per… Read more Run Custom Javascript Code After Loading Any Website

Is It Faster To Swap An Img Src Or Show/hide Multiple Images?

What is the best practice to use when swapping an image on a webpage? Altering the image source or … Read more Is It Faster To Swap An Img Src Or Show/hide Multiple Images?

Horrible Canvas Getimagedata() / Putimagedata() Performance On Mobile

I'm doing a little HTML5 game and, while loading my sprites at the beginning of the map, I do s… Read more Horrible Canvas Getimagedata() / Putimagedata() Performance On Mobile

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