How to speed up slow Google Workspace add ons?
I have noticed that performing just about any function in Google Apps scripts is quite slow, e.g.
Google Workspace add on attempting to authenticate as users personal account instead of work account
We have a situation where users are logged into both work and personal accounts and do not want to log out of their personal accounts to use our add on.
Google Workspace Add-On addOns.common.homepageTrigger will not trigger a second time
I have an add-on which utilizes the addOns.common.homepageTrigger function to show a sidebar (https://developers.google.com/apps-script/add-ons/concepts/homepages)