Actions
Bug #6100
closedToo many queries
Bug #6100:
Too many queries
Description
There are too many database queries associated with outputting a stream. Reduce them down as much as possible by using joins to grab all the necessary information at once. More specifically the comment count, tag count, etc.. usages are being done as separate queries instead of joins.
Updated by krileon over 9 years ago
- Target version changed from 754 to 4.0.0
Updated by krileon almost 9 years ago
- % Done changed from 0 to 40
Updated by krileon almost 9 years ago
- % Done changed from 40 to 70
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Updated by krileon almost 9 years ago
- Status changed from Resolved to Closed
Actions