PDA

View Full Version : database-driven sites



Randy5
2012-02-06, 07:33 AM
Are database-driven websites always slow, or does it just seem to that way to me? Any tips for speeding up the performance of a database-driven site?

greenmatter
2012-02-06, 05:32 PM
This is a big subject…but the brief answer is database-driven sites if done properly are quite snappy. As an example look at Amazon site…tons of data being pulled and the pages load quickly. Just depends how well you design it.



http://www.imgsnatch.com/img/n/9.jpg

suwunk
2012-02-07, 08:54 AM
Database-driven sites are commonly seen on online banking sites where you can log in (by entering your user name and password) and check out your bank account balance. Your bank account information is stored in a database and has been connected to the web page with programming thus enabling you to see your banking information.
25 Ways to Speed Up your Website (http://www.palmerwebmarketing.com/blog/25-ways-to-speed-up-your-website/)
If you have a high traffic, database driven website, you can benefit by placing your content on one server and your database on another. In addition to the speed benefits, it is more secure.