0
kicks
Hijacking the SubSonic relationship loading process
In my quest to make SubSonic work for me, I’ve been stumbling through the source code and making improvements on my own super special branch. Of primary interest to me was the mechanism for loading objects related through a foreign key.
This has proven to be the biggest performance bottleneck on any of my SubSonic based applications. Here's how I'm fixing it.