Last modified: 2010-05-15 15:38:17 UTC
Line 74 of User.php in version 1.5 allocates a relatively heavy User object before it is needed; during the period between allocation and use, several possibilities for leaving the function are available. Proposed to move the instantiation to just above it's use.
Created attachment 947 [details] Patch for version 1.5 Patch to fix the problem as I proposed above.
Seems to have already been done on HEAD.