Describe the bug
Every command is very slow.
It took me one week to understand that it was pyRevit. Now When it'is installed, Revit is very slow. When it is not installed, Revit works well...
Even the Revit native commands?
Yes, I only try using native commands like reference plan creation, in a
blank family without opening any project.
Hmm ok. Not sure why. This is the first time I'm seeing this report. It's very generic so I don't really know what I can do about this. "Slowness" is usually subjective. It'd help if you can record a video and share here so we can see how "Slow" is it or it feels. Maybe that would give us a lead into the root cause.
Hi, did you get the videos ?
@dsellam Nope.
I add a WeTransfer link on my last answer but it seems to have disappeared.
What is the best way to share two MP4 videos with you again ?
I add a WeTransfer link on my last answer but it seems to have disappeared. What is the best way to share two MP4 videos with you again ?
either use something like box, or put it on youtube and share the link, you could also zip the videos and share the zip
Thank you @jmcouffin .
Here is the zip file
pyRevit-slow.zip
@dsellam I also have 4.7.4 + case addins + bimtrack installed and it is not slow on my side.
First things I would do and try would be disabling all non builtin revit addins (bimtrack, case, pyrevit, ...) using the stantec addin manager https://bitbucket.org/BoostYourBIM/stantecaddinmanager/downloads/ that allows you to do so without uninstalling (it renames the .addin)
and try again. if it works fine, re-enable each addin one after the other and try each time
if it does not change anything, then it is not the addins. might be background task, , ...
@dsellam There is a config file under %APPDATA%/pyRevit names pyRevit_config.ini. Would you mind uploading that file here as well?
Here it is
pyRevit_config.zip
It seems to be that you have ALL the telemetry options active in the pyRevit settings. This means that pyRevit is listening to all the App Idle and Document Changes messages which adds quite a lot of overhead.
[telemetry]
active = true
telemetry_file_dir = "D:\\pyRevit Telemetry"
telemetry_server_url = ""
active_app = true
apptelemetry_server_url = ""
apptelemetry_event_flags = "0x7ffffffffffff"
Take a look at this page and disable the extensive telemetry options
Closing since I'm 99% sure that's the issue. Reopen please if you applied the fix above and the issue persists