slight performance boost
Posted: 29 Dec 2013, 18:22
If you are in for a slight performance boost you may try the following.
Create the virtual domain: images.deskthority.net (simply i.) and point it to /styles/deskthority_base/theme/images/ (and possibly one for /images/ )
then in the apache configuration for the virtual domain add:
Without changing anything in the current structure you should get a small speed boost. You probably already know what all this does, if you need in depth just let me know. Hope this helps.
Even better you could make a virtual domain for /styles/deskthority_base/theme/ (and also load JS, CSS from a pseudo-cdn) but in that case you probably need selective Expires directives.
Create the virtual domain: images.deskthority.net (simply i.) and point it to /styles/deskthority_base/theme/images/ (and possibly one for /images/ )
then in the apache configuration for the virtual domain add:
Code: Select all
AllowOverride None
Header unset ETag
FileETag None
ExpiresActive On
ExpiresDefault "access plus 1 year"
Even better you could make a virtual domain for /styles/deskthority_base/theme/ (and also load JS, CSS from a pseudo-cdn) but in that case you probably need selective Expires directives.