public marks

PUBLIC MARKS from dzc with tags performance & javascript

June 2010

February 2010

LABjs :: Loading And Blocking JavaScript

by 2 others
LABjs (Loading And Blocking JavaScript) is an open-source (MIT license) project. on-demand JavaScript loader, capable of loading any JavaScript resource, from any location, into any page, at any time. LABjs by default will load (and execute) all scripts in parallel as fast as the browser will allow. However, you can easily specify which scripts have execution order dependencies and LABjs will ensure proper execution order. This makes LABjs safe to use for virtually any JavaScript resource, whether you control/host it or not, and whether it is standalone or part of a larger dependency tree of resources. It uses an expressive, chaining API to specify which scripts to load, and when to wait ("block"), if necessary, for execution before proceeding with further execution.

The Real Performance Overhead of CSS Expressions Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog)

CSS expressions are a powerful (and dangerous) way to set CSS properties dynamically” … and … “The problem with expressions is that they are evaluated more frequently than most people expect”

September 2009

August 2009

January 2009

SmartOptimizer | Farhadi.ir

(via)
css et js : concaténer, minimiser, compresser,