Skip to content

Commit ade7ba4

Browse files
committed
feature #4842 Add meaning of yellow icon for number of queries (XitasoChris)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4842). Discussion ---------- Add meaning of yellow icon for number of queries Some people (me included) have been confused about why the number of queries is sometimes displayed in a yellow color. Added explanation for this. Number is from https://stackoverflow.com/questions/17859176/what-does-the-yellow-color-warning-icon-mean-in-symfony2-web-profiler Commits ------- 5e687b2 changes as suggested by WouterJ in pull request #4842 5ce0f3d Add meaning of yellow icon for number of queries
2 parents 6719802 + 5e687b2 commit ade7ba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/doctrine.rst

+3
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,9 @@ to easily fetch objects based on multiple conditions::
646646

647647
If you click the icon, the profiler will open, showing you the exact
648648
queries that were made.
649+
650+
The icon will turn yellow if there were more than 50 queries on the
651+
page, this could indicate that something is not correct.
649652

650653
Updating an Object
651654
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)