vitaliymaz / vscode-svg-previewer

Vscode SVG Previewer
22 stars 4 forks source link

Telemetry performance hits? #69

Closed zm-cttae closed 1 year ago

zm-cttae commented 1 year ago

Are telemetry events sent before or after each UI event? Some telemetry can be a "Good Thing" - but if it is synchronous and blocking, that can kill the perf of the app. I got a nearly seamless experience after manually commenting out all telemetry, but that's fragile and not optimal.

zm-cttae commented 1 year ago

Turns out the bottleneck is only #70..