Performance Issues in Large STKO Model
-
Farazchanna
- Posts: 5
- Joined: Sat Aug 30, 2025 8:19 am
Performance Issues in Large STKO Model
Hi everyone, I’m working on a large STKO model (file size 88 MB, 19,000+ geometry tags, and 2,400+ physical property tags, only beams and columns, no shear wall yet), and I’m experiencing serious performance slowdowns. Whenever I open the Physical Properties tab, it takes about 30~50 seconds to load, and any further interaction within that section causes the interface to become unresponsive for several minutes. Eventually, I have to close the program manually since no error log appears. I’m running STKO on an Intel i7-10750H (6 cores, 12 threads) with 16 GB RAM, GTX 1650 Ti, and Windows 10 Pro, I’d really appreciate any advice or suggestions on how to improve performance and handle large models more efficiently. Thank you in advance for your time and support.
Re: Performance Issues in Large STKO Model
can you share your model?
-
Farazchanna
- Posts: 5
- Joined: Sat Aug 30, 2025 8:19 am
Re: Performance Issues in Large STKO Model
Yes, sure. Please find the files. [1] is the STKO file, [1] inside it, there are the Physical Properties. [2] is the screenshot. When I click on one property and try to assign it, STKO freezes and hangs.
- Attachments
-
- Files.zip
- (6.63 MiB) Downloaded 29 times
Re: Performance Issues in Large STKO Model
The issue comes from the automatic coloring of the WorkTree items by their usage. When you have thousands of properties (especially with fiber section) it can slow down performance.
Next version of STKO will have this fixed automatically, but in the meantime you can switch it off at the application level (i.e. you need to do it everytime you open STKO as this flag will be reset) by running this simple script:
Next version of STKO will have this fixed automatically, but in the meantime you can switch it off at the application level (i.e. you need to do it everytime you open STKO as this flag will be reset) by running this simple script:
Code: Select all
from PyMpc import *
App.setColorWorkTreeByUsageFlag(False)-
Farazchanna
- Posts: 5
- Joined: Sat Aug 30, 2025 8:19 am
Re: Performance Issues in Large STKO Model
Thank you so much, It worked.
Re: Performance Issues in Large STKO Model
You're welcome