https://geoheritageafrica.com/gallery/workshops

Query Metrics

10 Database Queries
9 Different statements
8.34 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.09 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.value AS value_3, t0.type AS type_4, t0.required AS required_5 FROM fbeen_settings t0
Parameters:
[]
2 0.35 ms
SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.slug AS slug_2, r0_.path AS path_3, r0_.position AS position_4, r0_.date_created AS date_created_5, r0_.visibility AS visibility_6, r0_.parent_id AS parent_id_7, r0_.route_name AS route_name_8, r0_.template AS template_9, r0_.layout_type AS layout_type_10, r0_.controller AS controller_11, r0_.content_type AS content_type_12, r0_.controller AS controller_13, r0_.content_type AS content_type_14, r0_.url AS url_15, r0_.permanent AS permanent_16, r0_.route_type AS route_type_17 FROM route r0_ WHERE r0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY r0_.position ASC
Parameters:
[]
3 0.15 ms
SELECT c0_.id AS id_0, c0_.unique_id AS unique_id_1, c0_.title AS title_2, c0_.slug AS slug_3, c0_.summary AS summary_4, c0_.body AS body_5, c0_.thumbnail AS thumbnail_6, c0_.status AS status_7, c0_.is_featured AS is_featured_8, c0_.promoted AS promoted_9, c0_.publish_on_socialmedia AS publish_on_socialmedia_10, c0_.is_published_social_media AS is_published_social_media_11, c0_.is_home AS is_home_12, c0_.date_created AS date_created_13, c0_.date_published AS date_published_14, c0_.meta_keywords AS meta_keywords_15, c0_.meta_description AS meta_description_16, c0_.updated_at AS updated_at_17, c0_.position AS position_18, c0_.views AS views_19, p1_.parent_id AS parent_id_20, p1_.page_icon AS page_icon_21, u2_.id AS id_22, u2_.username AS username_23, u2_.firstname AS firstname_24, u2_.lastname AS lastname_25, u2_.gender AS gender_26, u2_.dob AS dob_27, u2_.contact_number AS contact_number_28, u2_.email AS email_29, u2_.address AS address_30, u2_.city AS city_31, u2_.country AS country_32, u2_.postal_code AS postal_code_33, u2_.roles AS roles_34, u2_.password AS password_35, u2_.salt AS salt_36, u2_.account_status AS account_status_37, u2_.is_activated AS is_activated_38, u2_.created_at AS created_at_39, u2_.updated_at AS updated_at_40, u2_.bio AS bio_41, u2_.thumbnail AS thumbnail_42, r4_.id AS id_43, r4_.title AS title_44, r4_.slug AS slug_45, r4_.path AS path_46, r4_.position AS position_47, r4_.date_created AS date_created_48, r4_.visibility AS visibility_49, r4_.parent_id AS parent_id_50, r4_.route_name AS route_name_51, r4_.template AS template_52, r4_.layout_type AS layout_type_53, c0_.content_type AS content_type_54, c0_.user_id AS user_id_55, c0_.term_id AS term_id_56, p1_.route_id AS route_id_57, u2_.user_type AS user_type_58, r4_.route_type AS route_type_59 FROM page p1_ INNER JOIN contents c0_ ON p1_.id = c0_.id LEFT JOIN users u2_ ON c0_.user_id = u2_.id LEFT JOIN user_admin u3_ ON u2_.id = u3_.id LEFT JOIN route r4_ ON p1_.route_id = r4_.id AND r4_.route_type IN ('page') WHERE r4_.id = ? AND c0_.status = ?
Parameters:
[
  "259"
  "published"
]
4 0.08 ms
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.view_date AS view_date_3, t0.content_id AS content_id_4 FROM view_counter t0 WHERE t0.content_id = ? AND t0.ip = ? ORDER BY t0.view_date DESC LIMIT 1
Parameters:
[
  223
  "216.73.216.172"
]
5 0.05 ms
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.view_date AS view_date_3, t0.content_id AS content_id_4 FROM view_counter t0 WHERE t0.content_id = ? AND t0.ip = ? ORDER BY t0.view_date DESC LIMIT 1
Parameters:
[
  223
  "216.73.216.172"
]
6 0.05 ms
"START TRANSACTION"
Parameters:
[]
7 0.23 ms
INSERT INTO view_counter (ip, view_date, content_id) VALUES (?, ?, ?)
Parameters:
[
  "216.73.216.172"
  "2026-01-15 07:48:31"
  null
]
8 0.06 ms
UPDATE contents SET views = ? WHERE id = ?
Parameters:
[
  85
  223
]
9 6.19 ms
"COMMIT"
Parameters:
[]
10 0.09 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.created_at AS created_at_2, p0_.mime_type AS mime_type_3, p0_.thumbnail AS thumbnail_4, p0_.content_id AS content_id_5 FROM photo p0_ LEFT JOIN contents c1_ ON p0_.content_id = c1_.id LEFT JOIN article a2_ ON c1_.id = a2_.id LEFT JOIN audio a3_ ON c1_.id = a3_.id LEFT JOIN document d4_ ON c1_.id = d4_.id LEFT JOIN video v5_ ON c1_.id = v5_.id LEFT JOIN project p6_ ON c1_.id = p6_.id LEFT JOIN page p7_ ON c1_.id = p7_.id LEFT JOIN album a8_ ON c1_.id = a8_.id LEFT JOIN news n9_ ON c1_.id = n9_.id LEFT JOIN events e10_ ON c1_.id = e10_.id WHERE c1_.id = ? LIMIT 100
Parameters:
[
  223
]

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
Boab\CmsBundle\Entity\Route No errors.
Boab\CmsBundle\Entity\Content No errors.
Boab\CmsBundle\Entity\Event No errors.
Boab\CmsBundle\Entity\Block No errors.
Fbeen\SettingsBundle\Entity\Setting No errors.
Boab\CmsBundle\Entity\ListRoute No errors.
Boab\CmsBundle\Entity\PostRoute No errors.
Boab\CmsBundle\Entity\PageRoute No errors.
Boab\CmsBundle\Entity\TermRoute No errors.
Boab\CmsBundle\Entity\UrlRoute No errors.
Boab\CmsBundle\Entity\Term No errors.
Boab\CmsBundle\Entity\Page No errors.
Boab\CmsBundle\Entity\User No errors.
Boab\CmsBundle\Entity\Admin No errors.
Boab\CmsBundle\Entity\Photo No errors.
Boab\CmsBundle\Entity\Media No errors.
Boab\CmsBundle\Entity\ViewCounter No errors.
Boab\CmsBundle\Entity\Vocabulary No errors.
Boab\CmsBundle\Entity\Article No errors.
Boab\CmsBundle\Entity\Audio No errors.
Boab\CmsBundle\Entity\Document No errors.
Boab\CmsBundle\Entity\Video No errors.
Boab\CmsBundle\Entity\Project No errors.
Boab\CmsBundle\Entity\Album No errors.
Boab\CmsBundle\Entity\News No errors.