#249: Static rendering -------------------------+-------------------------------------------------- Reporter: earle | Owner: Nobody Type: enhancement | Status: new Priority: low | Milestone: Component: openguides | Version: svn Severity: normal | Keywords: -------------------------+-------------------------------------------------- Idea: rejig the code to static render ("bake") pages. This could result in a significant load reduction on any busy server using OpenGuides.
How to:
1) Move the rendering step from page load time to save time. 2) When a user saves a page, channel the output to a file. 3) Redirect the user to the file.
Some template adjustment will be needed to the base URL for inter-page links.
I think dynamic rendering is fine to be kept for historic versions of pages as they're rarely requested, and to save static copies of all of them would be unnecessary.
#249: Static rendering -------------------------+-------------------------------------------------- Reporter: earle | Owner: Nobody Type: enhancement | Status: closed Priority: low | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: wontfix Keywords: | -------------------------+-------------------------------------------------- Changes (by bob):
* status: new => closed * resolution: => wontfix
Comment:
ive looked into this and while its possibly with CGI::Cache. There is only really a gain on index pages and anyway Moore's law has caught up with us.
openguides-tickets@lists.openguides.org