6.0.0-alpha12
6/9/25

[#5289] Good performance practices to document/apply
Summary Good performance practices to document/apply
Queue Horde Base
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester chuck (at) horde (dot) org
Created 04/23/2007 (6622 days ago)
Due
Updated 06/19/2007 (6565 days ago)
Assigned
Resolved 06/19/2007 (6565 days ago)
Milestone
Patch No

History
06/19/2007 03:52:59 AM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Documented.
04/23/2007 05:19:59 AM Chuck Hagenbuch Comment #1
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Good performance practices to document/apply
Queue ⇒ Horde Base
Reply to this comment
Get these written up in docs/CODING_STANDARDS, and apply them to our 
code as practical:



memory improvements: use strpos to check before doing strtr/str_replace/regex



@ is expensive

set error level manually is actually faster

Saved Queries