How to deal with the list page problem when the web page is static? Continue, but if there will be a lot of data in the future, there will be thousands of pages, every time you add a piece of data, it will be too troublesome to regenerate all the list pages! What do you do? ------ Solution-how to deal with the list page problem when the web page is static?
Continue, but if there will be a lot of data in the future, there will be thousands of pages, every time you add a piece of data, it will be too troublesome to regenerate all the list pages! What do you do?
------ Solution --------------------
The alternative is to generate only a list page with a relatively large access volume each time a newly added article is added. for example, each time the latest 10 list pages are generated, the proportion of visits to the list of old articles below is very small, direct and dynamic processing
------ Solution --------------------
Generally, only the first few pages are generated, and all pages are generated regularly every night.