Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Sultan X
Sultan X
527 Points

Does PHP scale well?

I have read online that PHP is awful language and it does not scale when the website get bigger. Please give me your opinion on this.

1 Answer

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hey Sultan X,

Many large-scale websites, such as Wikipedia and WordPress, use PHP successfully. With proper coding practices, optimization, and architecture, PHP can scale to meet the demands of large websites. While PHP might not be the best choice for every project, it's unfair to dismiss it entirely. It's a mature language with a massive community, extensive libraries, and a wide range of frameworks that help build robust applications.

Ultimately, a language's scalability depends more on the skills of the developers, architecture, and infrastructure than the language itself.