Quote:
Originally Posted by dartho
You could try editing your .htaccess file and setting caching on CSS files there, but if the blackberry doesn't want to cache it, it won't no matter what you do on the server
Code:
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache CSS for 2 weeks
ExpiresByType text/css A1209600
</IfModule>
|
*edit*
Nop you're right no difference
any tip on how i can speed that up?