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

XDebug Profiling #18

Open
andrewvy opened this issue Aug 25, 2015 · 0 comments
Open

XDebug Profiling #18

andrewvy opened this issue Aug 25, 2015 · 0 comments
Assignees

Comments

@andrewvy
Copy link
Owner

Use XDebug to profile and generate flame graphs to pinpoint obvious speed bottlenecks. I don't want to focus too much on performance, but any chunk we can get along the way is added benefit. We definitely get slower and slower with parsing packets over time because our queue fills up.

We are getting bombarded with packets, it's crazily filling up our queue. There's gotta be a better way we can parse this out. Combined unpack statements rather than one by one? Something.

EDIT: xdebug is pending PHP 7 support.

@andrewvy andrewvy self-assigned this Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant