GET https://dev.theremotetribe.co/tribe/list

Query Metrics

3 Database Queries
3 Different statements
2.77 ms Query time
0 Invalid entities
16 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.17 ms
(42.38%)
1
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.background_picture AS background_picture_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, t0_.is_validated AS is_validated_6, t0_.city AS city_7, t0_.is_published AS is_published_8, t0_.slug AS slug_9, t0_.country AS country_10, t0_.summary AS summary_11, t0_.events_count AS events_count_12, t0_.followers_count AS followers_count_13, t0_.host_id AS host_id_14 FROM tribe t0_ WHERE t0_.is_validated = ? AND t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0_.followers_count DESC
Parameters:
[
  1
  1
  2
  3
  6
  7
  10
  11
  12
]
1.01 ms
(36.61%)
1
SELECT count(DISTINCT t0_.id) AS sclr_0 FROM tribe t0_ WHERE t0_.is_validated = ?
Parameters:
[
  1
]
0.58 ms
(21.01%)
1
SELECT DISTINCT t0_.id AS id_0, t0_.followers_count AS followers_count_1 FROM tribe t0_ WHERE t0_.is_validated = ? ORDER BY t0_.followers_count DESC LIMIT 12
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Tribe 8
App\Entity\User 8

Entities Mapping

Class Mapping errors
App\Entity\Tribe No errors.
App\Entity\User No errors.
App\Entity\Event No errors.
App\Entity\TribeFollower No errors.
App\Entity\TribeCohost No errors.