close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

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 Slava Akhmechet

Note, this may be related to ticket #43.

comment:2 Changed 16 years ago by Slava Akhmechet

Milestone: 0.20.1

comment:3 Changed 16 years ago by Slava Akhmechet

Milestone: 0.10.1.1

comment:4 Changed 16 years ago by Slava Akhmechet

Milestone: 0.1.10.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.