Hi,<br><br>The way the Assets are implemented, every single file access made in Qt will try to go the assets first. <br>When trying to find out why my QML app was so slow to start, I noticed that not using the assets as they are now gained me up to 20% in startup time.<br>
<br>My question is thus: Is there another reason for transparency than maximal compatibility?<br><br>If not, IMHO, it would be better to gain some speed rather that keep max compatibility. When switching platforms, the file locations are what is the least compatible, and is expected to be adjusted...<br>
<br>I'd suggest to only try the assets if the path starts with "/assets" or "file:///assets"<br><br>What do you think?<br><br>- Chris -<br>