-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APMAnalytics load] and [GTMSessionUploadFetcher load] take too much time at app startup #6936
Comments
I found a few problems with this issue:
|
@shanksGuo Thank you for the report. Appreciate your time spent detailed investigation! As for We will work on these items. Sorry for troubles. |
I updated the title to better represent the issue and intended action items. |
Analytics part is tracked internally at b/173110496. |
@maksymmalyhin Thanks for your efforts, and I wonder which release version will these items be merged? |
@shanksGuo Sorry for the delayed response. The
The Analytics issue fix is still in progress. @htcgh may provide more detailed update on it. |
Sorry for the late response. The Analytics fix was included in Firebase 7.2.0. |
Feature proposal
I found [APMAnalytics load] and [GTMSessionUploadFetcher load] method take long time to execute, in my case, when app launches, [APMAnalytics load] takes 51ms and [GTMSessionUploadFetcher load] takes 95ms. see the pic below. I wish you can remove +load method considering Apple is not recommend +load.
By the way, there were too many +load method in firebase and related sdk, such as #6902 #6855 , I wonder if it is possible remove all +load to keep code in control
The text was updated successfully, but these errors were encountered: