Changes in 2015
-
Yup!
-
Well, actually, I'm not sure what SU does when you import... Need to check that. But it could be that we load the schema.
-
@tt_su said:
I still don't see any difference. Do you have a sample model to share?
I just did some tests with all kinds of code and you might be right it's my component files that are causing the problem. This one (see attachment) for instance takes 0.93 seconds to load in V15 while in V14 it takes 0.36
I'm puzzled...
edit:
- the file in the attachment is 70kB in size. If I re-create it from scratch the file is 11Kb in size. Maybe there's something hidden/attributes that isn't purged using TIG's purge?
-
Ok - now I can reproduce this:
DefinitionList.load Timing Tests > SketchUp Version; 14.1.1282 > File; C;/Users/Thomas/Desktop/bed2p.skp > 0.623036 > 0.566034 > 0.561033 > 0.560033 > 0.566032 > 0.565037 > 0.569028 > 0.567033 > 0.558033 > 0.597035 > Average; 0.5732334000000001
DefinitionList.load Timing Tests > SketchUp Version; 15.0.9350 > File; C;/Users/Thomas/Desktop/bed2p.skp > 1.236068 > 1.278074 > 1.295075 > 1.286072 > 1.284073 > 1.28907 > 1.289079 > 1.281074 > 1.275078 > 1.276078 > Average; 1.2789741000000001
I'll forward this to the team. It looks to be related to the classifier system as after I removed the IFC schema and saved a new file:
DefinitionList.load Timing Tests > SketchUp Version; 14.1.1282 > File; C;/Users/Thomas/Desktop/bed2p2.skp > 0.008995 > 0.006996 > 0.008 > 0.008001 > 0.008006 > 0.008997 > 0.008996 > 0.007997 > 0.009 > 0.008001 > Average; 0.0082989
DefinitionList.load Timing Tests > SketchUp Version; 15.0.9350 > File; C;/Users/Thomas/Desktop/bed2p2.skp > 0.008005 > 0.005998 > 0.008 > 0.007 > 0.008005 > 0.006996 > 0.006 > 0.007 > 0.006 > 0.007 > Average; 0.007000400000000001
The profiler will tell us exactly what it is. Thanks for the report.
-
I saved it as a componant and ...
DefinitionList.load Timing Tests > SketchUp Version; 15.0.9349 > 0.033619; 0.033619 > 0.003637; 0.003637 > 0.003768; 0.003768 > 0.004126; 0.004126 > 0.003228; 0.003228 > 0.003331; 0.003331 > 0.003248; 0.003248 > 0.003292; 0.003292 > 0.003231; 0.003231 > 0.003322; 0.003322 > Average; 0.006480200000000001
prior to that I got
DefinitionList.load Timing Tests > SketchUp Version; 15.0.9349 > 1.569674; 1.569674 > 1.604715; 1.604715 > 1.554494; 1.554494 > 1.546019; 1.546019 > 1.591651; 1.591651 > 1.560916; 1.560916 > 1.561827; 1.561827 > 1.580865; 1.580865 > 1.577112; 1.577112 > 1.575873; 1.575873 > Average; 1.5723146
john
Advertisement