Page static as one of the three major technologies to speed up a large website, it is also important to have memcached and MySQL optimization techniques.
Therefore, we should first understand the concept of static, dynamic, and pseudo-static.
The so-called static: In my personal view is a simple HTML page. Generally used only for viewing.
Dynamic: It is definitely not a dynamic Web page, but a user can interact with the server dynamically. such as form data submission to the server, etc.
Pseudo-static: is to hide the Dynamic Web page data, in a static form of the Web page display.
Before learning the static technology, we should know that dynamic data interaction is not conducive to the search engine, but must be SEO (Search engine Optimization), more detrimental to reduce the pressure on the server. So the page static is born.
To illustrate the importance of static processing this is the request test I made.
Page Request Server Stress test:
Ab.exe-n number of requests-C number of requests address.
The following test results appear: (PHP page test)
This is the request test for HTML:
It is obvious that requesting HTML is more efficient than requesting PHP pages. So it's absolutely necessary to make page static processing
Dynamic, static, pseudo-static concept of page static