Skip to content

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

@johnrom

Description

@johnrom

Webgrind is ignoring index.php by default because of the following default setting:

    static $hideWebgrindProfiles = true;

This means WordPress, which uses index.php to route all requests, does not show profiles for normal page loads. I wasn't able to find a way to configure this without overriding the config file itself, which isn't a future-proof solution.

In docker, xdebug isn't even installed and webgrind will never profile itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions