Opened 17 years ago
Last modified 16 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 Changed 17 years ago by
comment:2 Changed 17 years ago by
Milestone: | 0.2 → 0.1 |
---|
comment:3 Changed 17 years ago by
Milestone: | 0.1 → 0.1.1 |
---|
comment:4 Changed 17 years ago by
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.