1
0.50 ms
SELECT templates FROM tl_theme WHERE templates ! = ''
SELECT templates FROM tl_theme WHERE templates ! = '' ;
Copy
2
0.41 ms
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = ? LIMIT 0 , 1
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = 209 LIMIT 0 , 1 ;
Copy
3
0.13 ms
SELECT DATABASE ()
4
16.80 ms
SELECT c . TABLE_NAME , c . COLUMN_NAME AS field ,
IF (
c . COLUMN_TYPE = 'longtext'
AND EXISTS (
SELECT * from information_schema . CHECK_CONSTRAINTS i_c
WHERE i_c . CONSTRAINT_SCHEMA = 'd0457e6c'
AND i_c . TABLE_NAME = c . TABLE_NAME
AND i_c . CHECK_CLAUSE = CONCAT (
'json_valid(`' ,
c . COLUMN_NAME ,
'`)'
)
),
'json' ,
c . COLUMN_TYPE
) AS type ,
c . IS_NULLABLE AS `null` ,
c . COLUMN_KEY AS `key` ,
c . COLUMN_DEFAULT AS `default` ,
c . EXTRA ,
c . COLUMN_COMMENT AS comment ,
c . CHARACTER_SET_NAME AS characterset ,
c . COLLATION_NAME AS collation
FROM information_schema . COLUMNS c
INNER JOIN information_schema . TABLES t
ON t . TABLE_NAME = c . TABLE_NAME
WHERE c . TABLE_SCHEMA = ? AND t . TABLE_SCHEMA = ? AND t . TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
Parameters :
[
"d0457e6c "
"d0457e6c "
]
SELECT c . TABLE_NAME , c . COLUMN_NAME AS field ,
IF (
c . COLUMN_TYPE = 'longtext'
AND EXISTS (
SELECT * from information_schema . CHECK_CONSTRAINTS i_c
WHERE i_c . CONSTRAINT_SCHEMA = 'd0457e6c'
AND i_c . TABLE_NAME = c . TABLE_NAME
AND i_c . CHECK_CLAUSE = CONCAT (
'json_valid(`' ,
c . COLUMN_NAME ,
'`)'
)
),
'json' ,
c . COLUMN_TYPE
) AS type ,
c . IS_NULLABLE AS `null` ,
c . COLUMN_KEY AS `key` ,
c . COLUMN_DEFAULT AS `default` ,
c . EXTRA ,
c . COLUMN_COMMENT AS comment ,
c . CHARACTER_SET_NAME AS characterset ,
c . COLLATION_NAME AS collation
FROM information_schema . COLUMNS c
INNER JOIN information_schema . TABLES t
ON t . TABLE_NAME = c . TABLE_NAME
WHERE c . TABLE_SCHEMA = 'd0457e6c' AND t . TABLE_SCHEMA = 'd0457e6c' AND t . TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION ;
Copy
5
1.03 ms
SELECT TABLE_NAME , NON_UNIQUE AS Non_Unique ,
INDEX_NAME AS Key_name ,
COLUMN_NAME AS Column_Name ,
SUB_PART AS Sub_Part ,
INDEX_TYPE AS Index_Type
FROM information_schema . STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY SEQ_IN_INDEX
Parameters :
[
"d0457e6c "
]
SELECT TABLE_NAME , NON_UNIQUE AS Non_Unique ,
INDEX_NAME AS Key_name ,
COLUMN_NAME AS Column_Name ,
SUB_PART AS Sub_Part ,
INDEX_TYPE AS Index_Type
FROM information_schema . STATISTICS WHERE TABLE_SCHEMA = 'd0457e6c' ORDER BY SEQ_IN_INDEX ;
Copy
6
1.10 ms
SELECT DISTINCT k . TABLE_NAME , k . CONSTRAINT_NAME ,
k . COLUMN_NAME ,
k . REFERENCED_TABLE_NAME ,
k . REFERENCED_COLUMN_NAME ,
k . ORDINAL_POSITION
FROM information_schema . key_column_usage k WHERE k . TABLE_SCHEMA = ? AND k . REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k . ORDINAL_POSITION
Parameters :
[
"d0457e6c "
]
SELECT DISTINCT k . TABLE_NAME , k . CONSTRAINT_NAME ,
k . COLUMN_NAME ,
k . REFERENCED_TABLE_NAME ,
k . REFERENCED_COLUMN_NAME ,
k . ORDINAL_POSITION
FROM information_schema . key_column_usage k WHERE k . TABLE_SCHEMA = 'd0457e6c' AND k . REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k . ORDINAL_POSITION ;
Copy
7
2.91 ms
SELECT t . TABLE_NAME ,
t . ENGINE ,
t . AUTO_INCREMENT ,
t . TABLE_COMMENT ,
t . CREATE_OPTIONS ,
t . TABLE_COLLATION ,
ccsa . CHARACTER_SET_NAME
FROM information_schema . TABLES t
INNER JOIN information_schema . COLLATION_CHARACTER_SET_APPLICABILITY ccsa
ON ccsa . COLLATION_NAME = t . TABLE_COLLATION WHERE t . TABLE_SCHEMA = ? AND t . TABLE_TYPE = 'BASE TABLE'
Parameters :
[
"d0457e6c "
]
SELECT t . TABLE_NAME ,
t . ENGINE ,
t . AUTO_INCREMENT ,
t . TABLE_COMMENT ,
t . CREATE_OPTIONS ,
t . TABLE_COLLATION ,
ccsa . CHARACTER_SET_NAME
FROM information_schema . TABLES t
INNER JOIN information_schema . COLLATION_CHARACTER_SET_APPLICABILITY ccsa
ON ccsa . COLLATION_NAME = t . TABLE_COLLATION WHERE t . TABLE_SCHEMA = 'd0457e6c' AND t . TABLE_TYPE = 'BASE TABLE' ;
Copy
8
0.20 ms
SELECT DATABASE ()
9
0.45 ms
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = ? LIMIT 0 , 1
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = 196 LIMIT 0 , 1 ;
Copy
10
0.52 ms
SELECT tl_page . * FROM tl_page WHERE tl_page . type = 'root' AND tl_page . dns = ? AND tl_page . fallback = 1 AND tl_page . published = 1 AND (tl_page . start = '' OR tl_page . start < = 1768318620 ) AND (tl_page . stop = '' OR tl_page . stop > 1768318620 ) LIMIT 0 , 1
SELECT tl_page . * FROM tl_page WHERE tl_page . type = 'root' AND tl_page . dns = '' AND tl_page . fallback = 1 AND tl_page . published = 1 AND (tl_page . start = '' OR tl_page . start < = 1768318620 ) AND (tl_page . stop = '' OR tl_page . stop > 1768318620 ) LIMIT 0 , 1 ;
Copy
11
0.17 ms
SELECT tl_layout . * FROM tl_layout WHERE tl_layout . `id` = ? LIMIT 0 , 1
SELECT tl_layout . * FROM tl_layout WHERE tl_layout . `id` = 2 LIMIT 0 , 1 ;
Copy
12
0.16 ms
SELECT * FROM tl_theme WHERE tl_theme . `id` = ? LIMIT 0 , 1
SELECT * FROM tl_theme WHERE tl_theme . `id` = 1 LIMIT 0 , 1 ;
Copy
13
0.74 ms
SHOW FULL COLUMNS FROM tl_hofff_consent_tag
SHOW FULL COLUMNS FROM tl_hofff_consent_tag ;
Copy
14
0.36 ms
SHOW INDEXES FROM `tl_hofff_consent_tag`
SHOW INDEXES FROM `tl_hofff_consent_tag` ;
Copy
15
0.62 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . id = ? ) AND (tl_hofff_consent_tag . published = ? ) ORDER BY tl_hofff_consent_tag . sorting LIMIT 0 , 1
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (tl_hofff_consent_tag . id = ? )
AND (
tl_hofff_consent_tag . published = ?
)
ORDER BY
tl_hofff_consent_tag . sorting
LIMIT
0 , 1
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . id = 45 ) AND (tl_hofff_consent_tag . published = '1' ) ORDER BY tl_hofff_consent_tag . sorting LIMIT 0 , 1 ;
Copy
16
0.58 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 45 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
17
0.44 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 46 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
18
0.39 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 47 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
19
0.67 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 48 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
20
0.38 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 49 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
21
0.34 ms
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = ? LIMIT 0 , 1
SELECT tl_page . * FROM tl_page WHERE tl_page . `id` = 557 LIMIT 0 , 1 ;
Copy
22
0.16 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . id = ? ) AND (tl_hofff_consent_tag . published = ? ) ORDER BY tl_hofff_consent_tag . sorting LIMIT 0 , 1
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (tl_hofff_consent_tag . id = ? )
AND (
tl_hofff_consent_tag . published = ?
)
ORDER BY
tl_hofff_consent_tag . sorting
LIMIT
0 , 1
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . id = 45 ) AND (tl_hofff_consent_tag . published = '1' ) ORDER BY tl_hofff_consent_tag . sorting LIMIT 0 , 1 ;
Copy
23
0.11 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 45 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
24
0.10 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 46 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
25
0.11 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 47 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
26
0.10 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 48 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy
27
0.09 ms
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = ? ) AND (tl_hofff_consent_tag . pid = ? ) ORDER BY tl_hofff_consent_tag . sorting
SELECT
IFNULL (
translation . id , tl_hofff_consent_tag . id
) AS id ,
IFNULL (
translation . language , tl_hofff_consent_tag . language
) AS language ,
IFNULL (
translation . lang_pid , tl_hofff_consent_tag . lang_pid
) AS lang_pid ,
tl_hofff_consent_tag . tstamp ,
tl_hofff_consent_tag . pid ,
tl_hofff_consent_tag . sorting ,
tl_hofff_consent_tag . name ,
tl_hofff_consent_tag . type ,
tl_hofff_consent_tag . customize ,
tl_hofff_consent_tag . categoryType ,
tl_hofff_consent_tag . effectiveFrom ,
tl_hofff_consent_tag . showPlaceholder ,
tl_hofff_consent_tag . theme ,
tl_hofff_consent_tag . assetsPosition ,
tl_hofff_consent_tag . integrations ,
tl_hofff_consent_tag . published ,
tl_hofff_consent_tag . bannerTemplate ,
tl_hofff_consent_tag . assetsHtml ,
tl_hofff_consent_tag . head ,
tl_hofff_consent_tag . google_tag_manager_head ,
tl_hofff_consent_tag . google_tag_manager_mode ,
tl_hofff_consent_tag . isVendor ,
tl_hofff_consent_tag . cookies ,
tl_hofff_consent_tag . google_tag_manager_trigger ,
tl_hofff_consent_tag . temporaryConsent ,
IFNULL (
translation . storageDuration , tl_hofff_consent_tag . storageDuration
) AS storageDuration ,
IFNULL (
translation . title , tl_hofff_consent_tag . title
) AS title ,
IFNULL (
translation . provider , tl_hofff_consent_tag . provider
) AS provider ,
IFNULL (
translation . description , tl_hofff_consent_tag . description
) AS description ,
IFNULL (
translation . thirdCountryTransfer ,
tl_hofff_consent_tag . thirdCountryTransfer
) AS thirdCountryTransfer ,
IFNULL (
translation . acceptButton , tl_hofff_consent_tag . acceptButton
) AS acceptButton ,
IFNULL (
translation . denyButton , tl_hofff_consent_tag . denyButton
) AS denyButton ,
IFNULL (
translation . privacySettings , tl_hofff_consent_tag . privacySettings
) AS privacySettings ,
IFNULL (
translation . confirmation , tl_hofff_consent_tag . confirmation
) AS confirmation ,
IFNULL (
translation . purpose , tl_hofff_consent_tag . purpose
) AS purpose ,
IFNULL (
translation . jumpTo , tl_hofff_consent_tag . jumpTo
) AS jumpTo ,
IFNULL (
translation . privacyPage , tl_hofff_consent_tag . privacyPage
) AS privacyPage ,
IFNULL (
translation . privacyNote , tl_hofff_consent_tag . privacyNote
) AS privacyNote ,
IFNULL (
translation . outdatedNote , tl_hofff_consent_tag . outdatedNote
) AS outdatedNote ,
IFNULL (
translation . module , tl_hofff_consent_tag . module
) AS module ,
IFNULL (
translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle
) AS placeholderTitle ,
IFNULL (
translation . placeholderDescription ,
tl_hofff_consent_tag . placeholderDescription
) AS placeholderDescription ,
IFNULL (
translation . placeholderTemporaryDescription ,
tl_hofff_consent_tag . placeholderTemporaryDescription
) AS placeholderTemporaryDescription ,
IFNULL (
translation . placeholderAcceptButton ,
tl_hofff_consent_tag . placeholderAcceptButton
) AS placeholderAcceptButton ,
IFNULL (
translation . placeholderTemporaryAcceptButton ,
tl_hofff_consent_tag . placeholderTemporaryAcceptButton
) AS placeholderTemporaryAcceptButton ,
IFNULL (
translation . placeholderDenyButton ,
tl_hofff_consent_tag . placeholderDenyButton
) AS placeholderDenyButton ,
IFNULL (
translation . vendors , tl_hofff_consent_tag . vendors
) AS vendors
FROM
tl_hofff_consent_tag tl_hofff_consent_tag
LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid
AND translation . language = 'es'
WHERE
(
tl_hofff_consent_tag . lang_pid = 0
)
AND (
tl_hofff_consent_tag . published = ?
)
AND (tl_hofff_consent_tag . pid = ? )
ORDER BY
tl_hofff_consent_tag . sorting
Copy
SELECT IFNULL (translation . id , tl_hofff_consent_tag . id ) AS id , IFNULL (translation . language , tl_hofff_consent_tag . language ) AS language , IFNULL (translation . lang_pid , tl_hofff_consent_tag . lang_pid ) AS lang_pid , tl_hofff_consent_tag . tstamp , tl_hofff_consent_tag . pid , tl_hofff_consent_tag . sorting , tl_hofff_consent_tag . name , tl_hofff_consent_tag . type , tl_hofff_consent_tag . customize , tl_hofff_consent_tag . categoryType , tl_hofff_consent_tag . effectiveFrom , tl_hofff_consent_tag . showPlaceholder , tl_hofff_consent_tag . theme , tl_hofff_consent_tag . assetsPosition , tl_hofff_consent_tag . integrations , tl_hofff_consent_tag . published , tl_hofff_consent_tag . bannerTemplate , tl_hofff_consent_tag . assetsHtml , tl_hofff_consent_tag . head , tl_hofff_consent_tag . google_tag_manager_head , tl_hofff_consent_tag . google_tag_manager_mode , tl_hofff_consent_tag . isVendor , tl_hofff_consent_tag . cookies , tl_hofff_consent_tag . google_tag_manager_trigger , tl_hofff_consent_tag . temporaryConsent , IFNULL (translation . storageDuration , tl_hofff_consent_tag . storageDuration ) AS storageDuration , IFNULL (translation . title , tl_hofff_consent_tag . title ) AS title , IFNULL (translation . provider , tl_hofff_consent_tag . provider ) AS provider , IFNULL (translation . description , tl_hofff_consent_tag . description ) AS description , IFNULL (translation . thirdCountryTransfer , tl_hofff_consent_tag . thirdCountryTransfer ) AS thirdCountryTransfer , IFNULL (translation . acceptButton , tl_hofff_consent_tag . acceptButton ) AS acceptButton , IFNULL (translation . denyButton , tl_hofff_consent_tag . denyButton ) AS denyButton , IFNULL (translation . privacySettings , tl_hofff_consent_tag . privacySettings ) AS privacySettings , IFNULL (translation . confirmation , tl_hofff_consent_tag . confirmation ) AS confirmation , IFNULL (translation . purpose , tl_hofff_consent_tag . purpose ) AS purpose , IFNULL (translation . jumpTo , tl_hofff_consent_tag . jumpTo ) AS jumpTo , IFNULL (translation . privacyPage , tl_hofff_consent_tag . privacyPage ) AS privacyPage , IFNULL (translation . privacyNote , tl_hofff_consent_tag . privacyNote ) AS privacyNote , IFNULL (translation . outdatedNote , tl_hofff_consent_tag . outdatedNote ) AS outdatedNote , IFNULL (translation . module , tl_hofff_consent_tag . module ) AS module , IFNULL (translation . placeholderTitle , tl_hofff_consent_tag . placeholderTitle ) AS placeholderTitle , IFNULL (translation . placeholderDescription , tl_hofff_consent_tag . placeholderDescription ) AS placeholderDescription , IFNULL (translation . placeholderTemporaryDescription , tl_hofff_consent_tag . placeholderTemporaryDescription ) AS placeholderTemporaryDescription , IFNULL (translation . placeholderAcceptButton , tl_hofff_consent_tag . placeholderAcceptButton ) AS placeholderAcceptButton , IFNULL (translation . placeholderTemporaryAcceptButton , tl_hofff_consent_tag . placeholderTemporaryAcceptButton ) AS placeholderTemporaryAcceptButton , IFNULL (translation . placeholderDenyButton , tl_hofff_consent_tag . placeholderDenyButton ) AS placeholderDenyButton , IFNULL (translation . vendors , tl_hofff_consent_tag . vendors ) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag . id = translation . lang_pid AND translation . language = 'es' WHERE (tl_hofff_consent_tag . lang_pid = 0 ) AND (tl_hofff_consent_tag . published = '1' ) AND (tl_hofff_consent_tag . pid = 49 ) ORDER BY tl_hofff_consent_tag . sorting ;
Copy