bluedoor Posted November 1, 2006 Share Posted November 1, 2006 Hi everyone,I'm new to the forum because I finally thought of a question for which I really want community input.Basically:Will I take a performance hit for using a CMS that stores content in MySQL tables? If so, how big must a site become before this begins to be an issue?Specifically:I'm developing a CMS that uses MySQL. As I have it now, each page load does the following with respect to MySQL:1) Loads server-wide variables from a small table2) Loads default template variables from a small table3) Calls page-specific template variables from a small table4) Loads the content for the pageThe template is loaded from a file and PHP goes to work on all the parsing.Would all this MySQL action ever slow my site down? How efficient is a CMS in general compared to traditional means?Thanks all Quote Link to comment https://forums.phpfreaks.com/topic/25776-mysql-backed-cms-versus-file-backed-performance-differences/ Share on other sites More sharing options...
fenway Posted November 1, 2006 Share Posted November 1, 2006 Personally, I think DB-stored content is just fantastic... yes, at some point, you'll take a performance hit, but then you can always add caching. Quote Link to comment https://forums.phpfreaks.com/topic/25776-mysql-backed-cms-versus-file-backed-performance-differences/#findComment-118072 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.