Apache optimization tips
We have a web app that requests tons of media and audio files. We are trying to improve the performance on the client-side, but we haven't been able yet.
I have enabled mod_expires but it seems that the files aren't being cached by the browser because they are being requested through Ajax calls.
Is there anything else we can do to improve performance?
-
Hello :) You may find this thread helpful: Is Mod_Expires Working Thank you. 0 -
Thank you, mod_expires is indeed working. Are you aware if it works under Ajax calls? It seems to work fine on regular http calls, but not under Ajax calls which is very strange. 0
Please sign in to leave a comment.
Comments
2 comments