Meddington / OutlookPrivacyPlugin

A PGP encryption plugin for Outlook 2010, 2013 and 2016.
BSD 3-Clause "New" or "Revised" License
272 stars 59 forks source link

Outlook considers plugin slow to start #15

Closed dmjones closed 9 years ago

dmjones commented 10 years ago

Outlook has identified this plugin as being slow to start, complaining at a 2.230 second start time.

To be honest, I think that's perfectly fast enough. But I had to tell Outlook to always enable the plugin, otherwise it chose to disable it by default.

More of an FYI than a bug, but worth bearing in mind in case you do ever more computationally expensive things at plugin start-up.

Meddington commented 10 years ago

Strange, I haven't seen that error even in a virtual machine. Currently we are not doing much on startup, certainly not enough to cause such a slow down. Looking at our startup method the code is about 20 lines, mostly setting up some event handlers.

Could you provide some details about the system you are running outlook on? Is it an older machine?

mschnecke commented 9 years ago

maybe ngen?

Meddington commented 9 years ago

Closing due to lack of reproduction or additional information.