Ovidiu Drimba

Results 11 comments of Ovidiu Drimba

![Screenshot 2019-06-24 at 13 39 21](https://user-images.githubusercontent.com/52161015/60017610-cd484280-9691-11e9-9aec-76008583dab6.png) As you can see, the usage is on another thread and not on the main one.

Hello, I have tested this issue on an iPhone 6 plus running iOS 12.3, an iPhone X running 12.1.4, and iPhone XR running 12.3.1 I have only Messaging as a...

Hi @maksymmalyhin, Unfortunately, I cannot provide you the trace as there is some sensitive data. I will create a test project to see if I can reproduce the issue. This...

I have made a really simple test project that I can provide you with, but I cannot provide the GoogleService-Info.plist since it has sensitive data. Using my plist file, I...

Hello @maksymmalyhin, Thank you very much for the investigation, you have been really helpful with your reply! Regarding your suggestions: 1. The consumed CPU time looks pretty big, I mean...

@paulb777 according to https://firebase.google.com/docs/cloud-messaging/ios/client, it's mandatory to have the Firebase/Core in order to have push notifications for the application.

@maksymmalyhin Am I interpreting the data wrong in this case? I will try to profile with the Time Profiler again to get the data.

I found an older sample which indicates to what you were saying, the CPU load is not that high all the time, but there are moments when it reaches 100%...

@maksymmalyhin I just did a pass and this is the result I received: ![Screenshot 2019-06-25 at 17 54 42](https://user-images.githubusercontent.com/52161015/60109103-6b133e80-9772-11e9-9741-06ba18442b91.png) The duration of the 100% cpu load is around 29s: ![Screenshot...

Hello @maksymmalyhin, I have conducted another test with an iPhone 6 plus, iOS 12.3. I have attached the results, hopefully it may be of any help. [instrumentsScreens.zip](https://github.com/firebase/firebase-ios-sdk/files/3330325/instrumentsScreens.zip) I have noticed...