Should Google Rank Sites Based on Speed? - 0 views
Web Performance Best Practices - 0 views
Digg Is Also Feeling The Need For Speed - 0 views
Doctype: Speed | Carsonified - 0 views
Speeding up drupal - 0 views
Efficiently Rendering CSS | CSS-Tricks - 16 views
-
Ne pas oublier la fin : "I think the lesson here is not to sacrifice semantics or maintainability for efficient CSS"
- ...10 more comments...
-
@Vincent Juste pour pinailler : > Le mieux étant de faire $('.maclasse', noeudDomDeDepart) Je dirais le mieux serait même $('noeudDomDeDepart').find('.maclass') Source : http://jsperf.com/jquery-selectors-context/2
-
sans les tirets alors :-) À la base, je trouve ça assez fou que $(XXX).find(YYY) soit tellement plus rapide que $(YYY, XXX). Mais quand on regarde le code on voit qu'il y a beaucoup de "if" dans l'init de jQuery et que les cas les plus courants sont placés en premier. Le cas du contexte est traité à la toute fin, ça explique la différence.
Apache mod_pagespeed - 3 views
-
mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server.
mode apache pour accélérer les sites - 2 views
« First
‹ Previous
41 - 60 of 162
Next ›
Last »
Showing 20▼ items per page