Skip to content

Conversation

@kasparsd
Copy link

Fixes #130.

  • Webgrind is a generic tool to display Xdebug profiling results. It works by parsing all /tmp/cachegrind.out* files.
  • It currently assumes that all profiling results for index.php are from Webgrind itself. That is a generic assumption and doesn't apply in any of the Docker use-cases where the Webgrind container is attached to the /tmp directory of other PHP containers.

Solutions:

  • Default to showing all profiling results.
  • Alternative: offer an environment variable or some other configuration option to adjust this particular behaviour.

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

Successfully merging this pull request may close these issues.

Docker Webgrind ignores index.php by default and is not configurable.

1 participant