When analyzing my various websites pages with Google Page Speed, I always have the following recommendations:
- leverage browser caching
- serve static content from a cookie-less domain
I have no idea on how to eliminate or implement these messages. Can this be done:
- through .htaccess
- through php code
- Apache configuration
How can this be done?