Sponsorised links
This month
TechCrunch en français » Mozilla prépare déjà sa riposte à Chrome en annoncant un Firefox 3.1 encore plus rapide
Afin de le démontrer, Mozilla a effectué un premier test avec Firefox sur TraceMonkey et a comparé les performances avec Chrome en se servant d’une solution de “benchmarking” du nom de SunSpider. Selon la société, Chrome fut 28% plus lent sous WindowsXP et 16% plus lent sous Vista.
July 2008
Sponsorised links
June 2008
May 2008
April 2008
March 2008
YSlow for Firebug
YSlow analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:
* Performance report card
* HTTP/HTML summary
* List of components in the page
* Tools including JSLint
Visit Yahoo! Exceptional Performance on YDN.
Ajaxian » Firefox 3 Performance Numbers
They are reporting that Firefox 3 is now faster than Safari 3, and is close to WebKit nightly in certain benchmarks. I can just picture Steve coming down on people saying “we market this as the fastest browser on the planet!” which is tough, as noone stays the fastest for ever. It is a race, and I am sure that WebKit and Firefox will be switching spots a lot in recently years.
February 2008
Website Performance | CSS Sprite Generator
Les Sprites CSS sont un moyen de réduire le nombre de requêtes HTTP faites sur les ressources images de votre site. Les images sont regroupées en une seule grande image, et sont accessibles via leurs coordonnées X et Y au sein de l'image. En affectant l'image générée aux bons éléments de la page la propriété CSS background-position peut alors être utilisée afin de ne rendre visible que la zone cible de l'image Sprite.
January 2008
Improve website load time by 500% with 3 lines of code | Aciddrop.com
There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page:
- * Make fewer HTTP requests
- * Add a far-future expires header
- * Gzip your page's components
- * Minify your JavaScript, CSS and HTML
