Skip to main content

Home/ Groups/ Web Performance
Éric D.

Faster Websites: Crash Course on Web Performance - igvita.com - 4 views

  •  
    3 hour workshop on web performance from the ground up: what is fast, impact of latency and bandwidth, TCP performance, SPDY protocol, browser parsing and execution, rendering optimizations, critical path, and more.
Laurent Paoletti

ngx_pagespeed - 3 views

  •  
    Automatic PageSpeed optimization module for Nginx. Contribute to ngx_pagespeed development by creating an account on GitHub.
Oncle Tom

Performance and Metrics at Lonely Planet - 3 views

  •  
    La technique mise en place par Lonely Planet pour rester performant. Plus que de la technique, c'est avant tout une élaboration de culture de la vitesse et du plaisir à être rapide qui prime.
Laurent Paoletti

MessagePack: It's like JSON. but fast and small. - 0 views

shared by Laurent Paoletti on 29 Dec 12 - Cached
  •  
    MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it's faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical short strings only require an extra byte in addition to the strings themselves.
Frank Taillandier

Performance Calendar » Deciphering the Critical Rendering Path - 0 views

  •  
    Pour les sites complexes avec beaucoup de JS, surveiller DOMContentLoaded (fin du parsing) plutôt que juste Load (fin du chargement) pour améliorer le ressenti utilisateur
Frank Taillandier

Railgun in the real world: faster web page load times - CloudFlare blog - 0 views

  •  
    Yet another speedy protocol
anonymous

Support for performance.timing in Firebug - 1 views

  •  
    "One of the new features introduced in Firebug 1.11 is new waterfall timing graph displayed in Firebug's Console panel and visualizing Navigation Timing data (measured events related to page load performance)."
Laurent Paoletti

GitHub's CSS Performance - 4 views

  •  
    A talk on some problems solved related to CSS Performance at GitHub. The talk was given at CSS Dev Conference in Honolulu, HI 2012
« First ‹ Previous 101 - 120 of 1843 Next › Last »
Showing 20 items per page