ChangeSet ID: 26358 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/08 19:48:33
Modified files: admin : adminAppQueue.php include : application.php comment.php screenshot.php version.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Performance improvements to version and application classes. Reduce the amount of queries to what is necessary during object creation. The only use of all but one of the arrays we were fetching during version and application construction was in ::delete() so we can just retrieve them there. Speed screenshot class up by only querying for necessary columns, not select *
Patch: http://cvs.winehq.org/patch.py?id=26358
Old revision New revision Changes Path 1.66 1.67 +1 -1 appdb/admin/adminAppQueue.php 1.63 1.64 +18 -20 appdb/include/application.php 1.26 1.27 +10 -0 appdb/include/comment.php 1.43 1.44 +4 -3 appdb/include/screenshot.php 1.71 1.72 +115 -114 appdb/include/version.php