Dynamic, static, pseudo-static concept of page static

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.