Community
Participate
Working Groups
Some profiling was done during publishing and it was discovered that a lot of time was being spent when determining whether a binary reference was a child module. The reason is due to some duplicate checking going on. On the first check, the referenced component is used to retrieve the cache when doing the quick peek. However, then it is checked again, but this time calls quick peek using the path. This is not cached and takes a while to check. The fix is to eliminate the unnecessary check.
Created attachment 171299 [details] patch
approve
I approve.
Committed to HEAD for WTP 3.2.1 and WTP 3.3