Query Metrics
4
Database Queries
4
Different statements
0.93 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.29 ms |
SELECT t0.id AS id_1, t0.acronym AS acronym_2, t0.version AS version_3, t0.name AS name_4, t0.description AS description_5, t0.fees AS fees_6, t0.usage_right AS usage_right_7, t0.permissions AS permissions_8, t0.limitations AS limitations_9, t0.conditions AS conditions_10, t0.translation AS translation_11, t0.status AS status_12, t0.created_at AS created_at_13, t0.logo AS logo_14, t0.website AS website_15, t0.review AS review_16, t0.slug AS slug_17 FROM license t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"gratuiciel-hrvzfzxo"
]
|
2 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_license_id AS original_license_id_2, t3.id AS id_4, t3.acronym AS acronym_5, t3.version AS version_6, t3.name AS name_7, t3.description AS description_8, t3.fees AS fees_9, t3.usage_right AS usage_right_10, t3.permissions AS permissions_11, t3.limitations AS limitations_12, t3.conditions AS conditions_13, t3.translation AS translation_14, t3.status AS status_15, t3.created_at AS created_at_16, t3.logo AS logo_17, t3.website AS website_18, t3.review AS review_19, t3.slug AS slug_20, t0.edited_license_id AS edited_license_id_21, t22.id AS id_23, t22.acronym AS acronym_24, t22.version AS version_25, t22.name AS name_26, t22.description AS description_27, t22.fees AS fees_28, t22.usage_right AS usage_right_29, t22.permissions AS permissions_30, t22.limitations AS limitations_31, t22.conditions AS conditions_32, t22.translation AS translation_33, t22.status AS status_34, t22.created_at AS created_at_35, t22.logo AS logo_36, t22.website AS website_37, t22.review AS review_38, t22.slug AS slug_39 FROM license_copy t0 LEFT JOIN license t3 ON t0.original_license_id = t3.id LEFT JOIN license t22 ON t0.edited_license_id = t22.id WHERE t0.original_license_id IN (?)
Parameters:
[
5
]
|
3 | 0.19 ms |
SELECT t0.id AS id_1, t0.original_license_id AS original_license_id_2, t3.id AS id_4, t3.acronym AS acronym_5, t3.version AS version_6, t3.name AS name_7, t3.description AS description_8, t3.fees AS fees_9, t3.usage_right AS usage_right_10, t3.permissions AS permissions_11, t3.limitations AS limitations_12, t3.conditions AS conditions_13, t3.translation AS translation_14, t3.status AS status_15, t3.created_at AS created_at_16, t3.logo AS logo_17, t3.website AS website_18, t3.review AS review_19, t3.slug AS slug_20, t0.edited_license_id AS edited_license_id_21, t22.id AS id_23, t22.acronym AS acronym_24, t22.version AS version_25, t22.name AS name_26, t22.description AS description_27, t22.fees AS fees_28, t22.usage_right AS usage_right_29, t22.permissions AS permissions_30, t22.limitations AS limitations_31, t22.conditions AS conditions_32, t22.translation AS translation_33, t22.status AS status_34, t22.created_at AS created_at_35, t22.logo AS logo_36, t22.website AS website_37, t22.review AS review_38, t22.slug AS slug_39 FROM license_copy t0 LEFT JOIN license t3 ON t0.original_license_id = t3.id LEFT JOIN license t22 ON t0.edited_license_id = t22.id WHERE t0.edited_license_id IN (?)
Parameters:
[
5
]
|
4 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.version AS version_4, t0.created_at AS created_at_5, t0.translation AS translation_6, t0.slug AS slug_7, t0.status AS status_8, t0.website AS website_9, t0.github AS github_10, t0.gitlab AS gitlab_11, t0.bitbucket AS bitbucket_12, t0.id_hal AS id_hal_13, t0.bibtex AS bibtex_14, t0.logo AS logo_15, t0.developers AS developers_16, t0.os AS os_17, t0.project AS project_18, t0.funding AS funding_19, t0.review AS review_20, t0.swh AS swh_21, t0.on_platform AS on_platform_22, t0.private_demo AS private_demo_23, t0.hosted_demo AS hosted_demo_24 FROM software t0 INNER JOIN software_license ON t0.id = software_license.software_id WHERE software_license.license_id = ?
Parameters:
[
5
]
|
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\License | No errors. |
App\Entity\Media | No errors. |
App\Entity\Software | No errors. |
App\Entity\User |
|
App\Entity\LicenseCopy | No errors. |