bitbucket-for-visual-studio icon indicating copy to clipboard operation
bitbucket-for-visual-studio copied to clipboard

Bitbucket causes Visual Studio 2017 to start slowly.

Open jessehouwing opened this issue 8 years ago • 4 comments

Visual Studio complains about the add-in causing a delay on startup, probably because it tries to connect or auth as part of loading:

image

jessehouwing avatar Sep 15 '17 11:09 jessehouwing

As you can see you're in good company ;)

jessehouwing avatar Sep 15 '17 11:09 jessehouwing

Authentication is done asynchronously now, previously someone complained that it slows visual studio by 25 seconds :) Not sure if there is anything I can do, I can definitely move the entire logic out of https://github.com/MistyKuu/bitbucket-for-visual-studio/blob/develop/Source/GitClientVS.VisualStudio.UI/GitClientVSPackage.cs but not sure if it's worth.

As you can see you're in good company ;)

In terms of performance - definitely :)

MistyKuu avatar Sep 16 '17 18:09 MistyKuu

I suppose that there must be something. That can be done ;). Maybe some folks from the VS team will recognize what.

On Sep 16, 2017 20:07, "MistyKuu" [email protected] wrote:

Authentication is done asynchronously now, previously someone complained that it slows visual studio by 25 seconds :) Not sure if there is anything I can do.

As you can see you're in good company ;) In terms of performance - definitely :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MistyKuu/bitbucket-for-visual-studio/issues/32#issuecomment-329985403, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-uS21YiOCWesNvE5BXo2pPWLIgQGOYks5sjA5lgaJpZM4PY3gA .

jessehouwing avatar Sep 16 '17 18:09 jessehouwing

Sure, I'll take a look what is causing the biggest impact when I get a chance.

MistyKuu avatar Sep 16 '17 18:09 MistyKuu