You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing the klaviyo_api module takes a very long time (up to 2 seconds) even on a fast NVME SSD. See the attached log file, generated from python -X importtime -c 'import klaviyo_api'.
The long import time is very inconvenient while iterating in development.
If the package were to be restructured such that the top-level klaviyo_api module doesn't import everything in openapi_client, import would be much faster.
The text was updated successfully, but these errors were encountered:
Importing the klaviyo_api module takes a very long time (up to 2 seconds) even on a fast NVME SSD. See the attached log file, generated from
python -X importtime -c 'import klaviyo_api'
.Here is a visualization using tuna:
The long import time is very inconvenient while iterating in development.
If the package were to be restructured such that the top-level
klaviyo_api
module doesn't import everything inopenapi_client
, import would be much faster.The text was updated successfully, but these errors were encountered: