from marketplace:
This slows down the opening of large files significantly; even when said file has no references to resources!
There are a few things to investigate:
- Are the improvements that can be made to the current codebase?
- Can a basic check for resources to adorn be done when opening a file? This could be combined with a known list of files that may or may not have something to adorn.
- Something else?
Improvement would be particularly relevant to files with no resources to adorn as these files gain nothing from a delay. At least if a delay in loading results in additional information being displayed it can be slightly more easily justified
from marketplace:
There are a few things to investigate:
Improvement would be particularly relevant to files with no resources to adorn as these files gain nothing from a delay. At least if a delay in loading results in additional information being displayed it can be slightly more easily justified