| 1 |
4.05 ms |
SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1
Parameters: [
"/about?tab=FAQ"
1
]
SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = '/about?tab=FAQ' AND t0.active = 1 LIMIT 1;
|
| 2 |
1.16 ms |
SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1
Parameters: [
"/about"
1
]
SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = '/about' AND t0.active = 1 LIMIT 1;
|