Closed
Description
Describe the bug
Importing MSAL is can cost ~300ms on Windows due to some heavy libraries like request
and jwt
:
python -X importtime -c "import msal" 2>perf.log; tuna .\perf.log
MSAL can consider using lazy import for these libraries so that importing MSAL can be lightweight. (Azure CLI lazily imports MSAL: Azure/azure-cli#19898)
Metadata
Metadata
Assignees
Type
Projects
Status
Done