First form: Like 360 movie click on the link of an actor name, the link form is: so.360kan.com/index.php?kw= "Yang Mi"
This form is the most common form of jump, passing the parameter "Yang Mi", in the index.php database data.
The second form: But like the 163 first page, its News link form is: news.163.com/14/0905/02/ae36718381c.html
What I don't understand is, how did the ae36718381c in the back be generated? If it is the first form, just a template, and then from the database
Extracting data in such a form is not convenient and saves space. And the second form, as if each news generated an HTML file, so
Not a waste of space, and waste of manpower, please explain to seniors, I understand that right?
Reply to discussion (solution)
may be pseudo-static, or it may be true static
When traffic is very large, true static is much higher than pseudo-static efficiency. It is worthwhile to spend a little bit of manpower, not to mention static pages that do not require manual intervention.
Large-scale portals are generally static-generated actual pages.