LAMP
LAMP Architecture
The first step in tuning any system is to understand how it works. In the simplest form, LAMP-based applications are written in scripting languages such as PHP and run as part of an Apache Web server running on a Linux host.
The PHP application obtains information from the client through the requested URL, all form data, and any captured session information to determine what operations should be performed. If necessary, the server obtains information from the MySQL database (also running on Linux) and combines the information with some Hypertext Markup Language (HTML) templates, return the result to the client. This process is repeated when a user directs an application. When multiple users access the system, this process is performed concurrently. However, data streams are not unidirectional, because the database can be updated with information from users, including session data, statistical data (including voting), and user-submitted content (such as comments or site updates ). In addition to dynamic elements, there are also static elements such as images, JavaScript code, and Cascading Style Sheets (CSS ).
Based on the brief description in the article, we know the first step of LAMP optimization: LAMP Architecture
- Lamp diagram)
- The origin of lamp
- LAMP platform Composition
- LAMP System Optimization
- LAMP website architecture scheme anatomy