8000 [Profiler] Sub requests are not Main requests · alexpott/symfony@b611db8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b611db8

Browse files
committed
[Profiler] Sub requests are not Main requests
1 parent 2551270 commit b611db8

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</form>
6464

6565
<h3>
66-
Main Request
66+
{{ profile.parent ? "Request" : "Main Request" }}
6767
<small>
6868
- {{ collector.events.__section__.totaltime }} ms
6969
{% if profile.parent %}

0 commit comments

Comments
 (0)
0