Changes between Initial Version and Version 1 of Ticket #403
- Timestamp:
- 02/15/10 01:11:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #403
- Property status changed from new to closed
- Property resolution changed from to fixed
-
Ticket #403 – description
initial v1 1 1 The boolean test used to detect whether event generation should occur in the !GenerationController is presently less efficient than it could be, as it is checking for the presence of the requested event in the loaded event-handlers structure before the check to see whether the generationEnabled config setting is set to true: 2 3 {{{4 2 5 3 <cfif not getModelGlue().hasEventHandler(eventName) and getModelGlue().getConfigSetting("generationEnabled")> 6 4 7 }}}8 9 5 Inverting the order of this expression will slightly reduce the overhead on framework reload requests.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)