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

Log activities to help profiling / debugging #32

Open
armetiz opened this issue May 23, 2019 · 2 comments
Open

Log activities to help profiling / debugging #32

armetiz opened this issue May 23, 2019 · 2 comments

Comments

@armetiz
Copy link

armetiz commented May 23, 2019

As a Symfony developper, I want to develop a DataCollector to know more about our usage during development process.

A dedicated DataLoaderLogger with logged get and cached activities could be used to develop such a DataCollector.

  • How many time keys have been fetched, with a ratio HIT / MISS.
  • How many batches have been executed to fetch data
@mcg-web
Copy link
Member

mcg-web commented May 23, 2019

That look good to me, how can I help you to implement this?

@armetiz
Copy link
Author

armetiz commented May 24, 2019

I'm not an expert about the DataLoader internals / activities; So I can not implement the solution myself.

Maybe you could start with a simple implementation collecting only basic metrics?

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

2 participants