| Rule Name | Rule Id | Default weight |
| Make fewer HTTP requests | ynumreq | 8 |
| Use a CDN | ycdn | 6 |
| Add an Expires header | yexpires | 10 |
| Compress components | ycompress | 8 |
| Put CSS at top | ycsstop | 4 |
| Put Javascript at the bottom | yjsbottom | 4 |
| Avoid CSS expression | yexpressions | 3 |
| Make JS and CSS external | yexternal | 4 |
| Reduce DNS lookups | ydns | 3 |
| Minify JS and CSS | yminify | 4 |
| Avoid redirects | yredirects | 4 |
| Remove duplicate JS and CSS | ydupes | 4 |
| Configure ETags | yetags | 2 |
| Make Ajax cacheable | yxhr | 5 |
| Use GET for AJAX requests | yxhrmethod | 5 |
| Reduce the Number of DOM elements | ymindom | 5 |
| No 404s | yno404 | 5 |
| Reduce Cookie Size | ymincookie | 5 |
| Use Cookie-free Domains | ycookiefree | 5 |
| Avoid filters | ynofilter | 5 |
| Don't Scale Images in HTML | yimgnoscale | 5 |
| Make favicon Small and Cacheable | yfavicon | 5 |
lunes, 21 de diciembre de 2009
14 Steps - Importancia de las reglas YSlow
Suscribirse a:
Enviar comentarios (Atom)
Entradas populares
-
¿Cómo usar clases anidadas en CSS ? Para que nos entendamos, usar clases anidadas o identificadores anidados quiere decir poner varias propi...
-
Cambiando las cabeceras conseguimos que se refresque la página sin tener que forzar una recarga de nuestro navegador. $this-...
-
Do you remember when people would talk about ways to do things on your computer without using the mouse? Well, even though times are changin...
-
¿Qué es una expresión regular ? Una expresión regular , a menudo llamada también patrón, es una expresión que describe un conjunto de cade...
-
Crontab is a program used in linux to execute schedule scripts. If you need to run one script after rebooting the server you can use @reboot...
-
public function guardarImagen($object){ $directorio = IMG_PATH. '/' .$object-> directorio . '/' ; $n...
-
Recuperar lista de paquetes instalados En muchas ocasiones tenemos la necesidad de replicar una instalación en varios puestos de trabajo. ...
-
It's not necessary to use global variable in codeigniter, you can do this: class MY_Controller extends Controller { var $data; ...
-
Cómo ver todas las contraseñas guardadas en Chrome chrome://settings/passwords
-
Install mysql $ apt-get install apache2 $ apt-get install mysql-server $ apt-get install php5 $ apt-get install libapache2-mod-php5 $ ...
No hay comentarios:
Publicar un comentario