Originally Posted by
dgorsman
Something else that has an effect on load time is Append vs. Merge. Append can result in delays, as the same objects are loaded over, and over, and... Merge checks for identical items and skips loading them if they are already present. The only case where I can see Append being useful is for comparing models where you don't want the duplicates skipped, so I always advocate using Merge even if there isn't any chance of duplicates just to get everyone in the habit of doing it right.