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

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?

How To Know Which Part Of My Js Is Making It Laggy?

I'm a javascript beginner and I'm trying to improve my skills. I'm currently working on… Read more How To Know Which Part Of My Js Is Making It Laggy?

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

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?

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)

Improving Nested Ng-repeat + Directive Performance

I have a horizontal month calendar that shows the activities for employees per day. Currently it… Read more Improving Nested Ng-repeat + Directive Performance