You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Doctrine 2 plugin for Zend Server Z-Ray provides various information about the usage of Doctrine 2 in your application. Get a deeper look how entities and queries are used. Additional features are in the planning.
2
+
3
+
## Tab Entities
4
+
The `Entities` tab displays information about used entities of the current page. There are the following columns:
5
+
6
+
* **Entity**: FCQN of the entity class
7
+
* **Number Of Unique Entities**: How many unique objects of this entity exist.
8
+
* **Number Of Referenced Entities**: How many references exist for this entity.
9
+
10
+
## Tab Queries
11
+
The `Queries` tab displays information about executed queries. There are the following columns:
12
+
13
+
* **Query**: The executed query.
14
+
* **Number**: The number of executions e.g. with different parameters.
15
+
* **Cached**: The number of cached queries.
16
+
17
+
Note: real queries are calculated as `Number - Cached`.
0 commit comments