Opened 19 years ago
Last modified 18 years ago
#22 new enhancement
Consider lazy session initialization
| Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
|---|---|---|---|
| Priority: | low | Milestone: | 0.2 |
| Component: | weblocks | Version: | pre-0.1 |
| Keywords: | lazy initialization session | Cc: |
Description
Currently when a session is initialized in 'init-user-session', all widgets are instantiated at once. We should make this process lazy and instantiate widgets as necessary (perhaps via hooks from the navigation widget?) Additionally, we should consider freeing hidden widgets for garbage collecting.
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Milestone: | 0.2 → 0.1 |
|---|
comment:3 by , 19 years ago
| Milestone: | 0.1 → 0.1.1 |
|---|
comment:4 by , 18 years ago
| Milestone: | 0.1.1 → 0.2 |
|---|
Not relevant for this release. Moving to next one.
Note, this might be significantly easier with new navigation functionality.
Note:
See TracTickets
for help on using tickets.

Note, this may be related to ticket #43.