Query Metrics
7
Database Queries
5
Different statements
8.29 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.91 ms |
SELECT t0.isOnFrontPage AS isOnFrontPage_1, t0.isVisible AS isVisible_2, t0.isDeleted AS isDeleted_3, t0.youtube AS youtube_4, t0.flickr AS flickr_5, t0.URL AS URL_6, t0.soundcloud AS soundcloud_7, t0.hasGeneratedPdf AS hasGeneratedPdf_8, t0.id AS id_9, t0.title AS title_10, t0.description AS description_11, t0.content AS content_12, t0.slug AS slug_13, t0.date AS date_14, t0.createdAt AS createdAt_15, t0.lastUpdate AS lastUpdate_16, t0.isEnabled AS isEnabled_17, t0.category_id AS category_id_18, t19.id AS id_20, t19.name AS name_21, t19.slug AS slug_22, t19.description AS description_23, t19.isEnabled AS isEnabled_24, t19.banner_id AS banner_id_25, t0.type_id AS type_id_26, t27.id AS id_28, t27.name AS name_29, t27.slug AS slug_30, t0.album_id AS album_id_31, t32.id AS id_33, t32.title AS title_34, t32.isEnabled AS isEnabled_35, t0.biblio_id AS biblio_id_36, t37.id AS id_38, t37.title AS title_39, t37.isEnabled AS isEnabled_40, t0.qrcode_id AS qrcode_id_41, t42.target AS target_43, t42.thumbnailDir AS thumbnailDir_44, t42.hasThumbnail AS hasThumbnail_45, t42.id AS id_46, t42.pages AS pages_47, t42.downloads AS downloads_48, t42.reading AS reading_49, t42.name AS name_50, t42.dir AS dir_51, t42.source AS source_52, t42.size AS size_53, t42.is_enabled AS is_enabled_54, t42.is_deleted AS is_deleted_55, t42.last_update AS last_update_56, t42.created_at AS created_at_57, t42.formatSize AS formatSize_58, t42.mimetype AS mimetype_59, t0.generated_pdf_id AS generated_pdf_id_60, t61.id AS id_62, t61.target AS target_63, t61.pages AS pages_64, t61.downloads AS downloads_65, t61.reading AS reading_66, t61.name AS name_67, t61.dir AS dir_68, t61.source AS source_69, t61.size AS size_70, t61.is_enabled AS is_enabled_71, t61.is_deleted AS is_deleted_72, t61.last_update AS last_update_73, t61.created_at AS created_at_74, t61.formatSize AS formatSize_75, t61.mimetype AS mimetype_76, t0.banner_id AS banner_id_77, t78.target AS target_79, t78.thumbnailDir AS thumbnailDir_80, t78.hasThumbnail AS hasThumbnail_81, t78.id AS id_82, t78.pages AS pages_83, t78.downloads AS downloads_84, t78.reading AS reading_85, t78.name AS name_86, t78.dir AS dir_87, t78.source AS source_88, t78.size AS size_89, t78.is_enabled AS is_enabled_90, t78.is_deleted AS is_deleted_91, t78.last_update AS last_update_92, t78.created_at AS created_at_93, t78.formatSize AS formatSize_94, t78.mimetype AS mimetype_95, t0.sector_id AS sector_id_96, t0.user_id AS user_id_97, t98.id AS id_99, t98.fName AS fName_100, t98.lName AS lName_101, t98.phone AS phone_102, t98.createdAt AS createdAt_103, t98.lastLogin AS lastLogin_104, t98.password AS password_105, t98.token AS token_106, t98.sex AS sex_107, t98.isEnabled AS isEnabled_108, t98.email AS email_109, t98.profile_id AS profile_id_110, t0.updatedBy AS updatedBy_111 FROM articles t0 LEFT JOIN articles_categories t19 ON t0.category_id = t19.id LEFT JOIN articles_types t27 ON t0.type_id = t27.id LEFT JOIN albums t32 ON t0.album_id = t32.id LEFT JOIN biblios t37 ON t0.biblio_id = t37.id LEFT JOIN picture t42 ON t0.qrcode_id = t42.id LEFT JOIN file t61 ON t0.generated_pdf_id = t61.id LEFT JOIN picture t78 ON t0.banner_id = t78.id LEFT JOIN users t98 ON t0.user_id = t98.id WHERE t0.id = ?
Parameters:
[
"5"
]
|
| 2 | 0.39 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.61 ms |
UPDATE articles SET isEnabled = ? WHERE id = ?
Parameters:
[ 0 5 ] |
| 4 | 2.54 ms |
"COMMIT"
Parameters:
[] |
| 5 | 0.39 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 0.59 ms |
INSERT INTO users_activities (object, objectID, action, info, date, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "App\Entity\Articles" 5 "disable" "Désactivation d'un article" "2026-02-06 06:25:21" null ] |
| 7 | 1.87 ms |
"COMMIT"
Parameters:
[] |
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\OSEntity | No errors. |
| App\Entity\Articles | No errors. |
| App\Entity\ArticlesCategories | No errors. |
| App\Entity\OSFile | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\ArticlesTypes | No errors. |
| App\Entity\Albums | No errors. |
| App\Entity\Biblios | No errors. |
| App\Entity\File | No errors. |
| App\Entity\Sectors | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\Profiles | No errors. |
| App\Entity\Tags | No errors. |
| App\Entity\UsersActivities | No errors. |