stable
Clone or download
Read-only
request #13405: Do not retrieve all active project DB rows to count the number of active projects on the homepage
We should let the DB do the count, it's faster and it requires to fetch far less data. Change-Id: Iaa06b102ec157ff7738cd9b478932bb8482fd26c
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/ProjectManager.class.php | +1 | −3 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +15 | −0 | Go to diff View file |
M | src/common/layout/HomePage/StatisticsCollectionBuilder.php | +3 | −4 | Go to diff View file |