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,315
Commits
12
Branches
0
Tags
f8920fea8ee5df8774e58ba67ab9d66dbef8b646
Commit Graph
4 Commits
Author
SHA1
Message
Date
Shannon
7501c1c323
Removes Url from the forum index since Url generation requires a db lookup which will be slow to re-index and we cannot have 2 readers open at once while reading. Changes the Url property of Topic to be a method called GetUrl. Udpates the logic in the SearchResultExtensions to lookup the forum URL based on the result. Changed the other examine data services to yield return for max performance and less memory. The Forum can now be fully indexed... before was only 1000 incomplete records. Still needs more work though.
2015-03-02 18:19:58 +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
ploug@umbraco.dk
56a2ace7d2
Initial commit of our WIP
...
This is very likely break the dev site
2015-01-26 13:13:06 +01:00
ploug@umbraco.dk
12f9dd9da6
WIP on new topics/comments service
2015-01-19 22:01:06 +01:00