robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
951 stars 375 forks source link

Robot Framework IDE 1.7.4.1 takes 30 seconds to open a project with 900 files, and there is an optimization solution for subsequent loading, such as lazy loading? #2783

Closed guohui1992 closed 1 month ago

guohui1992 commented 1 month ago

image

guohui1992 commented 1 month ago

in windows10

HelioGuilherme66 commented 1 month ago

@guohui1992 Why you use RIDE 1.7.4.1? Are you using Python 2.7?

There will not be any support for older versions. We currently are developing version 2.1 and the latest released version is 2.0.8.

What is your version of Robot Framework? If it is higher than 6.0, and with Python 3.8 to 3.12, you can try the current development version, and experiment RIDE in Chinese :).

Closing this Issue.

guohui1992 commented 1 month ago

Thank you very much for your response. After upgrading RIDE to version 2.0.8.1 and Robot Framework to version 6.1.1, the loading speed of the project has improved significantly. The Python version used is 3.7. When using RIDE 2.0.8.1, if the AND keyword is used in the setup or teardown of a test case, it will split the following content into the test case. in ride 1.7.4.1: image in ride2.0.8.1: image

HelioGuilherme66 commented 1 month ago

@guohui1992 The problem you mention is fixed in current development version like I mention in #2778

You don't have conditions to experiment this fix, because of your Python 3.7.

guohui1992 commented 1 month ago

ok, thank you very much. I will upgrade the Python version used in my project and look forward to the release of Ride2.1.