Skip to content
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

Performance Issue when using the Debugger view #98

Closed
mackoj opened this issue Oct 21, 2020 · 5 comments
Closed

Performance Issue when using the Debugger view #98

mackoj opened this issue Oct 21, 2020 · 5 comments
Labels

Comments

@mackoj
Copy link

mackoj commented Oct 21, 2020

Hi,

When enabling the debugger the application become really slow.
The issue is with Debugger.swift file in the addEvent function.

        DispatchQueue.main.sync(execute: {
            self.addEventToList()
        })

The synchronisation between what the SDK is doing and the debugger should be less impactful on performance.

description image
with debugger enable Capture d’écran 2020-10-20 à 18 31 57
without debugger Capture d’écran 2020-10-20 à 18 31 34
@mackoj
Copy link
Author

mackoj commented Oct 27, 2020

@nsagnett any idea when or if this will receive a fix ?

@nsagnett
Copy link
Contributor

Hi,

I understand it's not user friendly but it's not critical and after checking the code, I think it's tricky to optimise it and it's just for debugger feature.

We have not planned yet any study for this case, sorry

Regards,

@mackoj
Copy link
Author

mackoj commented Oct 29, 2020

Thanks but this make the debugger unusable in our app. I guess we will use proxyman

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Nov 29, 2020
@mackoj
Copy link
Author

mackoj commented Nov 29, 2020

Putting a bot for stale ticket is funny knowing that most tickets take a lot more than 30 days to getting fixed 🤣

@mackoj mackoj closed this as completed Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants