Actions
Bug #6100
closedToo 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.
Actions