Closed
Bug 655732
Opened 14 years ago
Closed 14 years ago
Toolbox should cache templates
Categories
(Webtools Graveyard :: Toolbox, defect)
Webtools Graveyard
Toolbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
Currently, on each request the templates are looked up and
loaded. While this is useful for debugging, it is not the most
efficient thing to do. Instead, a parameter, ``reload``, should be
set on the dispatcher class. If the parameter is false, then
templates should be frozen to the handler class.
A similar strategy could be used to cache responses for the static
files and the PassthroughFileserver in factory.py
| Reporter | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•