Ticket #249 (new enhancement)
Opened 4 months ago
Static rendering
| Reported by: | earle | Owned by: | Nobody |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | openguides | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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.
Note: See
TracTickets for help on using
tickets.
