Website/Database Caching

Permalink
I am new to using Concrete 5 and I am currently the webmaster for a website that uses it. We are having a lot of issues with pages taking a long time to load. The web hosting provider we are using stores the MySQL database on a separate server, which I know can increase page load times significantly. Is there any way that I can cache the database to speed up the page load time?

 
jordanlev replied on at Permalink Best Answer Reply
jordanlev
Turning on full page caching in Dashboard -> Sitewide Settings will decrease database hits. Also there are a bunch of other things you can do to try and speed up page loads (unrelated to the database issue) -- here's some of them:
http://www.concrete5.org/community/forums/chat/website-loads-very-s...
jordanlytle replied on at Permalink Reply
Thank you, that helped speed it up.