https://konashznaturals.com/policies/shipping-policy

Query Metrics

17 Database Queries
11 Different statements
3.64 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.67 ms
(45.94%)
1
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:
[]
0.39 ms
(10.67%)
1
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:
[]
0.35 ms
(9.58%)
1
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, p1_.parent_id AS parent_id_19, u2_.id AS id_20, u2_.username AS username_21, u2_.firstname AS firstname_22, u2_.lastname AS lastname_23, u2_.gender AS gender_24, u2_.dob AS dob_25, u2_.contact_number AS contact_number_26, u2_.email AS email_27, u2_.address AS address_28, u2_.city AS city_29, u2_.country AS country_30, u2_.postal_code AS postal_code_31, u2_.roles AS roles_32, u2_.password AS password_33, u2_.salt AS salt_34, u2_.account_status AS account_status_35, u2_.is_activated AS is_activated_36, u2_.created_at AS created_at_37, u2_.updated_at AS updated_at_38, u2_.thumbnail AS thumbnail_39, u3_.is_verified AS is_verified_40, r5_.id AS id_41, r5_.title AS title_42, r5_.slug AS slug_43, r5_.path AS path_44, r5_.position AS position_45, r5_.date_created AS date_created_46, r5_.visibility AS visibility_47, r5_.parent_id AS parent_id_48, r5_.route_name AS route_name_49, r5_.template AS template_50, r5_.layout_type AS layout_type_51, c0_.content_type AS content_type_52, c0_.user_id AS user_id_53, c0_.term_id AS term_id_54, p1_.route_id AS route_id_55, u2_.user_type AS user_type_56, r5_.route_type AS route_type_57 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_customer u3_ ON u2_.id = u3_.id LEFT JOIN user_admin u4_ ON u2_.id = u4_.id LEFT JOIN route r5_ ON p1_.route_id = r5_.id AND r5_.route_type IN ('page') WHERE r5_.id = ? AND c0_.status = ?
Parameters:
[
  208
  "published"
]
0.29 ms
(7.95%)
5
SELECT 'main'
Parameters:
[]
0.28 ms
(7.67%)
2
SELECT name AS table_name
FROM sqlite_master
WHERE TYPE = 'table'
  AND name != 'sqlite_sequence'
  AND name != 'geometry_columns'
  AND name != 'spatial_ref_sys'
UNION ALL
SELECT name
FROM sqlite_temp_master
WHERE TYPE = 'table'
ORDER BY name
Parameters:
[]
0.17 ms
(4.68%)
1
SELECT t.name AS table_name,
                   p.*
              FROM sqlite_master t
              JOIN pragma_foreign_key_list(t.name) p
                ON p."seq" != '-1' WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, p.id DESC, p.seq
Parameters:
[
  "doctrine_migration_versions"
]
0.14 ms
(3.80%)
2
SELECT SQL
  FROM (
      SELECT *
        FROM sqlite_master
   UNION ALL
      SELECT *
        FROM sqlite_temp_master
  )
WHERE TYPE = 'table'
AND name = ?
Parameters:
[
  "doctrine_migration_versions"
]
0.11 ms
(3.14%)
1
SELECT t.name AS table_name,
                   i.*
              FROM sqlite_master t
              JOIN pragma_index_list(t.name) i WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, i.seq
Parameters:
[
  "doctrine_migration_versions"
]
0.09 ms
(2.58%)
1
SELECT t.name AS table_name,
                   c.*
              FROM sqlite_master t
              JOIN pragma_table_info(t.name) c WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, c.cid
Parameters:
[
  "doctrine_migration_versions"
]
0.08 ms
(2.14%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]
0.07 ms
(1.84%)
1
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
  "doctrine_migration_versions"
]

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.