Nginx
- Configuration 304;
- Open zip;
- parameter tuning;
- Reverse proxy cache;
- Reverse proxy for load balancing;
- Cdn
Php
- parameter tuning;
- OpCode
- Fastcgi_cache as appropriate;
- code optimization;
- Scale-out: Split the business module;
- Vertical expansion: Split processing flow, General outer layer by PHP, internal is other languages, various middleware
Shared cache
- Memcached|redis;
- parameter tuning;
- distributed, cluster;
Db
- parameter tuning;
- Optimized SQL statements;
- Horizontal | vertical sub-table;
- Sub-Library;
- distributed, cluster;
- various middleware;
- Replace the database for example: mysql->oracle
Hardware
- CPU;
- Memory
- Raid10|radi5;
- Solid-state drives;
- Minicomputer and so on ...;
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above describes the common LNMP optimization, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.