GET https://trucker.brettevanson.com/companies/1

Query Metrics

2 Database Queries
2 Different statements
2.23 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.12 ms
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.address AS address_5, t0.city AS city_6, t0.state AS state_7, t0.zip_code AS zip_code_8, t0.phone AS phone_9, t0.is_verified AS is_verified_10, t0.is_profile_complete AS is_profile_complete_11, t0.company_size AS company_size_12, t0.status AS status_13, t0.created_at AS created_at_14, t0.last_activity_at AS last_activity_at_15, t0.activity_metrics AS activity_metrics_16, t0.integration_statuses AS integration_statuses_17, t0.owner_id AS owner_id_18 FROM company t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 1.11 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.location AS location_5, t0.employment_type AS employment_type_6, t0.route_type AS route_type_7, t0.requirements AS requirements_8, t0.required_endorsements AS required_endorsements_9, t0.salary AS salary_10, t0.is_active AS is_active_11, t0.expires_at AS expires_at_12, t0.custom_questions AS custom_questions_13, t0.video_url AS video_url_14, t0.parsed_video_embed AS parsed_video_embed_15, t0.radius AS radius_16, t0.minimum_experience AS minimum_experience_17, t0.pay_range AS pay_range_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.company_id AS company_id_21 FROM job_posting t0 WHERE t0.company_id = ? AND t0.is_active = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
  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.

Entities Mapping

Class Mapping errors
App\Entity\Company No errors.
App\Entity\User No errors.
App\Entity\JobPosting No errors.
App\Entity\JobApplication
  • The association App\Entity\JobApplication#driver refers to the inverse side field App\Entity\DriverProfile#applications which does not exist.