0.31 ms (38.36%)
2
SELECT t0 . id AS id_1 , t0 . image_filename AS image_filename_2 , t0 . register_ip AS register_ip_3 , t0 . title AS title_4 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . company AS company_7 , t0 . zip AS zip_8 , t0 . country AS country_9 , t0 . street AS street_10 , t0 . hnr AS hnr_11 , t0 . phone AS phone_12 , t0 . mobil AS mobil_13 , t0 . notiz AS notiz_14 , t0 . change_pw AS change_pw_15 , t0 . must_validated AS must_validated_16 , t0 . bot_license AS bot_license_17 , t0 . created_at AS created_at_18 , t0 . voter AS voter_19 , t0 . gravatar AS gravatar_20 , t0 . account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0 . account_holder_id IS NULL LIMIT 1
SELECT t0 . id AS id_1 , t0 . image_filename AS image_filename_2 , t0 . register_ip AS register_ip_3 , t0 . title AS title_4 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . company AS company_7 , t0 . zip AS zip_8 , t0 . country AS country_9 , t0 . street AS street_10 , t0 . hnr AS hnr_11 , t0 . phone AS phone_12 , t0 . mobil AS mobil_13 , t0 . notiz AS notiz_14 , t0 . change_pw AS change_pw_15 , t0 . must_validated AS must_validated_16 , t0 . bot_license AS bot_license_17 , t0 . created_at AS created_at_18 , t0 . voter AS voter_19 , t0 . gravatar AS gravatar_20 , t0 . account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0 . account_holder_id IS NULL LIMIT 1 ;
Copy
0.27 ms (32.71%)
1
SELECT t0 . id AS id_1 , t0 . version AS version_2 , t0 . designation AS designation_3 , t0 . app AS app_4 , t0 . email AS email_5 , t0 . log AS log_6 , t0 . oauth AS oauth_7 , t0 . register AS register_8 , t0 . design AS design_9 FROM system_settings t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . version AS version_2 , t0 . designation AS designation_3 , t0 . app AS app_4 , t0 . email AS email_5 , t0 . log AS log_6 , t0 . oauth AS oauth_7 , t0 . register AS register_8 , t0 . design AS design_9 FROM system_settings t0 WHERE t0 . id = 1 ;
Copy