
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Why is PHP apt for high-traffic websites?
The main reason behind websites being slow is overloading of hosts.
The benefit of using PHP over other compiled languages is the ease of maintenance. PHP has been designed ground up to efficiently handle HTTP traffic, there is less to build in comparison to building using other compiled languages. In addition to this, merging changes is an easier task since the server doesn’t need to be recompiled and restarted (which needs to be done in case of using a compiled binary- FastCGI).
PHP, when properly written, can be scaled to a great extent. Other limiting factors include the database engine that is used.
- Related Questions & Answers
- Basic Commands of APT-GET and APT-CACHE for Package Management
- Why the sound in cinema halls is kept so high? Can it be dangerous for many individuals?
- Apple Touch icon for websites in HTML
- Top 10 websites for Advanced level Java developers
- Difference between Traffic Policing and Traffic Shaping
- Safety tips for your kids to use social websites
- What is Traffic Throttling in computer networks?
- QOS Traffic Scheduling
- What is traffic aware routing in computer networks?
- Why is water management important for us?
- Why is feedback necessary for good business?
- Why Intellectual Property is Crucial for Business?
- Why is wavelet transformation useful for clustering?
- How to improve the ranking of your websites for search engines
- How to Create a Dark / Light Mode for Websites using CSS
Advertisements