-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
(WIP) Update the profiler panel for Symfony 6.2+ #1558
Conversation
<span class="value">{{ collector.groupedQueryCount }}</span> | ||
<span class="label">Different statements</span> | ||
</div> | ||
<div class="metric-group"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this markup work in Symfony 6.1 too ?
</div> | ||
<div class="metric"> | ||
<span class="value">{{ collector.groupedQueryCount }}</span> | ||
<span class="label">Statements</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous label was Different statements
, and the key thing to distinguish it from the previous number is the word Different
that you removed.
<span class="label">Puts</span> | ||
</div> | ||
<div class="tab"> | ||
<h3 class="tab-title">Connections & EM</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use &
<p>Second level cache information is not available.</p> | ||
</div> | ||
{% else %} | ||
<div class="metric-gro"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div class="metric-gro"> | |
<div class="metric-group"> |
?
6c104ed
to
06ab798
Compare
1f11ec2
to
bba6634
Compare
Sorry @javiereguiluz but this is open for too long with no traction. Let's reopen when you are ready to continue working on it, alright? :) |
This is still WIP. When it's ready for review I'll post some screenshots.