This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
OurUmbraco
Watch
1
Star
0
Fork
0
You've already forked OurUmbraco
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,218
Commits
12
Branches
0
Tags
a4dc2d9703f2b214ffedcfb2fa6f261efec82b85
Commit Graph
2 Commits
Author
SHA1
Message
Date
Shannon
1ca80f1249
Saves more N+1 query in the forum.
2015-03-02 16:39:05 +11:00
Shannon
940de49576
Fixing up the insane N+1 queries that exist for the forum. Removing extension methods to look up member names - these should just be part of the main query otherwise we have N+1 everywhere. Created new readonly entities for querying and result columns so we can get the Comments + all author names in a single query.
2015-03-02 16:15:15 +11:00