Thread: Site too Slow?
View Single Post
Old 09-12-2012, 12:42 AM  
hapheus
Registered User
 
Industry Role:
Join Date: Sep 2012
Location: Austria
Posts: 4
It seems that your script processing time is the problem.
Have you tried to enable caching in your cms?
I also mentioned that you are not using browser caching for your images, js and css files.

To enable this you can try to add this to your .htaccess:
# cache images/pdf docs for 10 days
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "max-age=864000, public, must-revalidate"
Header unset Last-Modified
</FilesMatch>
hapheus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook