8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce0f3d commit 5e687b2Copy full SHA for 5e687b2
book/doctrine.rst
@@ -647,10 +647,8 @@ to easily fetch objects based on multiple conditions::
647
If you click the icon, the profiler will open, showing you the exact
648
queries that were made.
649
650
- If you make more than 50 queries on a page, the icon will turn yellow to
651
- let you know that you are making a lot of requests to the database. This
652
- is only a warning and does not have any effect on the execution of further
653
- queries.
+ The icon will turn yellow if there were more than 50 queries on the
+ page, this could indicate that something is not correct.
654
655
Updating an Object
656
~~~~~~~~~~~~~~~~~~
0 commit comments