Skip to content

Conversation

@adamwojs
Copy link
Contributor

@adamwojs adamwojs commented Aug 1, 2021

Steps to reproduce

  1. Define prefix for profiler routes in Symfony application e.g,
# web_profiler.yaml 
# ...

web_profiler_profiler:
    resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
    prefix: /prefix/_profiler
  1. Configure plugin as described in phpstorm profiler #1674
  2. Open profiler menu

Proposed patch

Proposed patch ignores everything before /_profiler/ segment (as is already part of the base url) when extracting profile URL from href attribute.

TODO:

@Haehnchen
Copy link
Owner

👍

@Haehnchen Haehnchen merged commit bc35f8b into Haehnchen:master Aug 15, 2021
@adamwojs adamwojs deleted the issue_1674 branch August 15, 2021 10:02
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.

2 participants