GET https://dev.theremotetribe.co/jobs/all

Query Metrics

12 Database Queries
5 Different statements
12.40 ms Query time
1 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 1.15 ms
SELECT count(DISTINCT j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.is_validated = ?
Parameters:
[
  1
]
2 0.57 ms
SELECT DISTINCT j0_.id AS id_0, j0_.created_at AS created_at_1 FROM job j0_ WHERE j0_.is_validated = ? ORDER BY j0_.created_at DESC LIMIT 10
Parameters:
[
  1
]
3 0.99 ms
SELECT j0_.id AS id_0, j0_.title AS title_1, j0_.description AS description_2, j0_.summary AS summary_3, j0_.created_at AS created_at_4, j0_.updated_at AS updated_at_5, j0_.is_validated AS is_validated_6, j0_.slug AS slug_7, j0_.publisher_id AS publisher_id_8 FROM job j0_ WHERE j0_.is_validated = ? AND j0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY j0_.created_at DESC
Parameters:
[
  1
  16
  15
  14
  11
  10
  7
  5
  2
]
4 2.54 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.slug AS slug_6, t0.linkedin_id AS linkedin_id_7, t0.linkedin_picture AS linkedin_picture_8, t0.linkedin_firstname AS linkedin_firstname_9, t0.linkedin_lastname AS linkedin_lastname_10, t0.created_at AS created_at_11, t0.last_connection AS last_connection_12, t13.id AS id_14, t13.title AS title_15, t13.description AS description_16, t13.city AS city_17, t13.country AS country_18, t13.profile_picture AS profile_picture_19, t13.search_status AS search_status_20, t13.linkedin AS linkedin_21, t13.website AS website_22, t13.created_at AS created_at_23, t13.updated_at AS updated_at_24, t13.deleted_at AS deleted_at_25, t13.firstname AS firstname_26, t13.lastname AS lastname_27, t13.part_time_freelancer AS part_time_freelancer_28, t13.full_time_freelancer AS full_time_freelancer_29, t13.full_time_employment AS full_time_employment_30, t13.level_junior AS level_junior_31, t13.level_mid_level AS level_mid_level_32, t13.level_senior AS level_senior_33, t13.level_staff AS level_staff_34, t13.level_clevel AS level_clevel_35, t13.tel AS tel_36, t13.is_validated AS is_validated_37, t13.featured AS featured_38, t13.user_id AS user_id_39 FROM user t0 LEFT JOIN profile t13 ON t13.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
5 3.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  16
]
6 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  15
]
7 0.73 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  14
]
8 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  11
]
9 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  10
]
10 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  7
]
11 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  5
]
12 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profile_id AS profile_id_3 FROM skill t0 INNER JOIN job_skill ON t0.id = job_skill.skill_id WHERE job_skill.job_id = ?
Parameters:
[
  2
]

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\Job 8
App\Entity\Skill 7
App\Entity\User 1
App\Entity\Profile 1

Entities Mapping

Class Mapping errors
App\Entity\Job No errors.
App\Entity\User No errors.
App\Entity\Skill
  • The field App\Entity\Skill#profile is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Profile#skills does not contain the required 'mappedBy: "profile"' attribute.
  • If association App\Entity\Skill#profile is many-to-one, then the inversed side App\Entity\Profile#skills has to be one-to-many.
App\Entity\JobApplicant No errors.
App\Entity\Profile No errors.
App\Entity\Event No errors.
App\Entity\EventAttendee No errors.
App\Entity\Tribe No errors.
App\Entity\TribeFollower No errors.
App\Entity\TribeCohost No errors.
App\Entity\EventCohost No errors.