How can we make a dynamic website or a website which is developed in PHP and backend as MySQL a Social Networking Site High Scalable?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Following good design and programming practices such as low coupling. Try finding the best solution for your site (design patterns, OO best practices) with scalability in mind.
I don’t think there’s any silver bullet here, it depends on each case.
Redundancy is quite important too as stillstanding says.
Still, first focus on making the best design possible, and when the time comes, worry about scalability.