I'm exporting pages from a map series to PDF individually (have to move some things around on each layout). Each export is taking 7+ minutes, but usually only takes less than 30 seconds. I opened up Diagnostic Monitor to see what is taking so long, expecting it to be one of the feature services in the map. Instead, almost all of the delay is on a function called "VirtualRepository.CreateClone".
Anyone know what this does and why it would be so delayed? I don't recall ever seeing it before. Detail from the log window in Diagnostic Monitor below. Thanks!
<Event time="Mon Jun 15 11:11:38.579" type="Info" task#="5862" thread="d240: Main CIM worker thread" elapsed="400146" function="VirtualRepository.CreateClone" code="">
Finished creating a virtual repository for background processing
</Event>