PDA

View Full Version : Arcade optimization?



blind-eddie
09-09-2016, 01:27 AM
What are you using to optimize your arcade images?

stangger5
09-09-2016, 03:17 PM
Nothing, why? Should I?

blind-eddie
09-10-2016, 02:33 AM
I don't know, that is why I posted here to get some info. lol

My images on my arcade are slow loading, or its just my old desktop computer.
I went ahead and added an .htaccess file to my arcade, images folders with the following it.


### turn on the Expires engine
ExpiresActive On
### expires after 1 month in the client's cache
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/x-icon A2592000
ExpiresByType application/pdf A2592000
ExpiresByType text/plain A2592000
### expires after 1 Day
ExpiresByType application/x-javascript A86400
### expires after 4.8 hours
ExpiresByType text/css A17200