1
1.70 ms
SELECT c0_ . id AS id_0 , c0_ . source AS source_1 , c0_ . target AS target_2 , c0_ . status_code AS status_code_3 , c0_ . is_prefix AS is_prefix_4 , c0_ . automatically_added AS automatically_added_5 , c0_ . site_id AS site_id_6 FROM cms_redirect c0_ WHERE ((c0_ . is_prefix = 0 AND c0_ . source = ? ) OR (c0_ . is_prefix = 1 AND ? LIKE CONCAT (c0_ . source , '%' ))) AND c0_ . site_id IS NULL LIMIT 1
Parameters :
[
"/themes/.env.bak "
"/themes/.env.bak "
]
SELECT c0_ . id AS id_0 , c0_ . source AS source_1 , c0_ . target AS target_2 , c0_ . status_code AS status_code_3 , c0_ . is_prefix AS is_prefix_4 , c0_ . automatically_added AS automatically_added_5 , c0_ . site_id AS site_id_6 FROM cms_redirect c0_ WHERE ((c0_ . is_prefix = 0 AND c0_ . source = '/themes/.env.bak' ) OR (c0_ . is_prefix = 1 AND '/themes/.env.bak' LIKE CONCAT (c0_ . source , '%' ))) AND c0_ . site_id IS NULL LIMIT 1 ;
Copy
2
2.96 ms
SELECT c0_ . id AS id_0 , c0_ . path AS path_1 , c0_ . count AS count_2 , c0_ . first_seen_at AS first_seen_at_3 , c0_ . last_seen_at AS last_seen_at_4 , c0_ . average_seconds_elapsed AS average_seconds_elapsed_5 , c0_ . `ignore` AS ignore_6 , c0_ . site_id AS site_id_7 FROM cms_not_found c0_ WHERE c0_ . path = ? AND c0_ . site_id IS NULL LIMIT 1
Parameters :
[
"themes/.env.bak "
]
SELECT c0_ . id AS id_0 , c0_ . path AS path_1 , c0_ . count AS count_2 , c0_ . first_seen_at AS first_seen_at_3 , c0_ . last_seen_at AS last_seen_at_4 , c0_ . average_seconds_elapsed AS average_seconds_elapsed_5 , c0_ . `ignore` AS ignore_6 , c0_ . site_id AS site_id_7 FROM cms_not_found c0_ WHERE c0_ . path = 'themes/.env.bak' AND c0_ . site_id IS NULL LIMIT 1 ;
Copy
3
0.23 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
4
0.59 ms
UPDATE cms_not_found SET count = ? WHERE id = ?
UPDATE cms_not_found SET count = 2 WHERE id = 1660 ;
Copy
5
1.57 ms
"COMMIT"
6
0.70 ms
SELECT c0_ . id AS id_0 , c1_ . page_layout AS page_layout_1 , c1_ . meta_description AS meta_description_2 , c1_ . meta_author AS meta_author_3 , c1_ . primary_image AS primary_image_4 FROM cms_page c1_ LEFT JOIN cms_content_entry_revision c0_ ON c1_ . content_entry_revision_id = c0_ . id WHERE c0_ . id IN (? )
SELECT c0_ . id AS id_0 , c1_ . page_layout AS page_layout_1 , c1_ . meta_description AS meta_description_2 , c1_ . meta_author AS meta_author_3 , c1_ . primary_image AS primary_image_4 FROM cms_page c1_ LEFT JOIN cms_content_entry_revision c0_ ON c1_ . content_entry_revision_id = c0_ . id WHERE c0_ . id IN (22 );
Copy
7
0.72 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = 2 ;
Copy
8
0.74 ms
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = 57 ;
Copy
9
0.55 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = 3 ;
Copy
10
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = 29 ;
Copy
11
0.36 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = 4 ;
Copy
12
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = 62 ;
Copy
13
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sort_order AS sort_order_3 , t0 . is_deleted AS is_deleted_4 , t0 . restrict_sites AS restrict_sites_5 , t0 . time_created AS time_created_6 , t0 . time_published AS time_published_7 , t0 . time_deleted AS time_deleted_8 , t0 . published_revision_id AS published_revision_id_9 , t0 . draft_revision_id AS draft_revision_id_10 FROM cms_content_entry t0 WHERE t0 . id = 5 ;
Copy
14
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . is_published_revision AS is_published_revision_2 , t0 . time_created AS time_created_3 , t0 . autosave AS autosave_4 , t0 . content_entry_id AS content_entry_id_5 , t0 . parent_id AS parent_id_6 , t0 . author_id AS author_id_7 FROM cms_content_entry_revision t0 WHERE t0 . id = 21 ;
Copy