The majority of the content in most web pages doesn't ever change, and could be calculated statically. However, currently each page is generated in its entirety for every single request, without any reuse. This could potentially be made much faster by constructing the pages using inlined methods.
The majority of the content in most web pages doesn't ever change, and could be calculated statically. However, currently each page is generated in its entirety for every single request, without any reuse. This could potentially be made much faster by constructing the pages using inlined methods.