appdb/ admin/adminAppQueue.php include/applica ...

WineHQ wineowner at wine.codeweavers.com
Sat Jul 8 19:48:33 CDT 2006


ChangeSet ID:	26358
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at 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 at 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




More information about the wine-cvs mailing list