|
|
|
|
|
by the8472
3369 days ago
|
|
> 2. compress No, you don't need to waste CPU cycles on compression for each connection. You can store the .css.gz on the filesystem along with the .css and have the webserver pick up the appropriate file based on Accept-encoding. That way you can precompress with the slowest compression options. |
|