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

Code Runs Too Slow

I'm trying to run a code that copies values from one spreadsheet and copies them to another, ho… Read more Code Runs Too Slow

Compress Javascript With Gzip

I ran Google PageSpeed Insights to optimize my site and it recommended archiving the numerous JavaS… Read more Compress Javascript With Gzip

Optimize Qscriptengine Repeated Action

I'm trying to optimize QScriptEngine operations in one of my functions. The function is named e… Read more Optimize Qscriptengine Repeated Action

Java Script Optimization For A Google Apps Script

I have the working code below that compares two sets of data from two different sheets. One is a li… Read more Java Script Optimization For A Google Apps Script

How To Stop Render-blocking Javascript And Css?

I have tested my page on Google PageSpeed Insights and It keeps saying 'Eliminate render-blocki… Read more How To Stop Render-blocking Javascript And Css?

Javascript Multiple Asignment Re-evaluation Or Result Passing?

The multiple assignment (or is it called chaining?) that I'm talking about is assignment such a… Read more Javascript Multiple Asignment Re-evaluation Or Result Passing?

Estimate Browser Js Engine Speed To Conditionally Disable Animations

Is there a standard (accepted/easy/performant) way to determine how fast a client machine renders j… Read more Estimate Browser Js Engine Speed To Conditionally Disable Animations

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

Optimizing Html5 Canvas Game

Right now I've got two game loops in a game I'm making. A draw loop that loops through an a… Read more Optimizing Html5 Canvas Game

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?

Html5 Canvas Redraw-cycle Performance Optimisations

We are building a CAD app that runs in a browser. C.A.D stands for Computer Aided Design. Illustr… Read more Html5 Canvas Redraw-cycle Performance Optimisations

Javascript Multiple Asignment Re-evaluation Or Result Passing?

The multiple assignment (or is it called chaining?) that I'm talking about is assignment such a… Read more Javascript Multiple Asignment Re-evaluation Or Result Passing?