3,035
edits
No edit summary |
|||
Line 242: | Line 242: | ||
* Benchmark code to assure scalability | * Benchmark code to assure scalability | ||
* Check for improvements on performance | * Check for improvements on performance | ||
== Audit CVS Information == | |||
Line numbers mentioned for the files below may be relative. In order to prevent confusion, the output of 'cvs status' was captured in case they do not match. | |||
View the [[Update:Development:v1.0:CVS_Info|CVS information page]] for the complete 'cvs status' of the audited code. | |||
== Audit Log == | == Audit Log == | ||
The following is a list of all .php files in UMO. For each file the following will be determined: | The following is a list of all .php files in UMO. For each file the following will be determined: | ||
* Is the file live? | * Is the file live? | ||
Line 254: | Line 258: | ||
** Semi-urgent performance changes - things that could make a big difference in performance | ** Semi-urgent performance changes - things that could make a big difference in performance | ||
** Best-case scenario changes - things that probably _should_ be tended to but could wait | ** Best-case scenario changes - things that probably _should_ be tended to but could wait | ||
=== General Notes === | |||
---- | ---- | ||
* use single quotes for associative array key strings, e.g. $_GET['id'] instead of $_GET[id] | * use single quotes for associative array key strings, e.g. $_GET['id'] instead of $_GET[id] |
edits