We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6719802 commit 5ce0f3dCopy full SHA for 5ce0f3d
book/doctrine.rst
@@ -646,6 +646,11 @@ to easily fetch objects based on multiple conditions::
646
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.
654
655
Updating an Object
656
~~~~~~~~~~~~~~~~~~
0 commit comments