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

Are There Any Benefits Of Pre-fetching Templates In Angularjs?

I have question concerning optimising application. I have application with multiple directives, so … Read more Are There Any Benefits Of Pre-fetching Templates In Angularjs?

Tool To Measure Render Time

Is there a tool out there to measure the actual Render time of an element(s) on a page? I don'… Read more Tool To Measure Render Time

Whats The Rationale Behind The Yslow Rule "don't Scale Images In Html"

I have come across this rule in YSlow for performance improvement that says that images should not … Read more Whats The Rationale Behind The Yslow Rule "don't Scale Images In Html"

Javascript Replace "variables" In Html Code Faster

I'm building a multi-language single page website with javascript and the new html template-tag… Read more Javascript Replace "variables" In Html Code Faster

Kineticjs - Moving 4000 Tiles With Stage.draggable

(Sorry if this is a duplicate, but I don't think it is) Just so you know, I'm using Google … Read more Kineticjs - Moving 4000 Tiles With Stage.draggable

Angular 2 Performance Issue (rendering)

I'm doing a project in Angular 2 and I'm getting an issue that makes my pages lose a lot of… Read more Angular 2 Performance Issue (rendering)

How To Improve Performance With Many Objects In Game In Html5?

What things can I do when it's necessary to show many objects and calculate position, collision… Read more How To Improve Performance With Many Objects In Game In Html5?

Is It Better/faster To Resize An Image With Css, Or With The Tag?

I was wondering what is the better/faster way to resize an image. Normally I would resize an image … Read more Is It Better/faster To Resize An Image With Css, Or With The Tag?

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

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?

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

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

Is There A Definitive Way To Measure "time To Paint" For Performance?

I'm testing various performance tweaks for a large website, and I need to quantify how long it … Read more Is There A Definitive Way To Measure "time To Paint" For Performance?

Using One Ajax Call With Json, Or Two Ajax Calls With Html?

I have an element that contain many messages. each message is an HTML element Solution 1: Don'… Read more Using One Ajax Call With Json, Or Two Ajax Calls With Html?

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

Is There A Way To Know Anything About Hardware Resources Of 'platform' Accessing Webpage?

I'd like to be able to find out about a browser's hardware resources from a web page, or at… Read more Is There A Way To Know Anything About Hardware Resources Of 'platform' Accessing Webpage?

Finding Web Application Average Load Times

I am trying to find out the average time it takes various pages of a (private) web application for … Read more Finding Web Application Average Load Times

Does Too Many Hidden Inputs Affect The Page Rendering Speed?

I'm at the point where I'll need to keep some data about my control in hidden fields. I'… Read more Does Too Many Hidden Inputs Affect The Page Rendering Speed?

Escape Html To Php Or Use Echo? Which Is Better?

In terms of performance , what would be better. Using PHP to echo all the HTML output so I can pepp… Read more Escape Html To Php Or Use Echo? Which Is Better?