Pre-prod Home v2

Please select event ticket

Early Bird
Read More

Price

10.00

Tax Fee (Included)

0

Total

10.00
Select
Free
Read More

Price

0.00

Tax Fee

0.00

Total

0.00
Select
Upgrade package
Read More

Price

20.00

Tax Fee (Included)

0

Total

20.00
Select
New 1
Read More

Price

10.00

Tax Fee

0.00

Total

10.00
Select
upgarded
Read More

Price

20.00

Tax Fee (Included)

0

Total

20.00
Select
Golden
Read More

Price

100.00

Tax Fee (Included)

0

Total

100.00
Select
Add-On

Addon 1

Read more

10.00

Tax: 0.00

Add
Silver
Read More

Price

50.00

Tax Fee

5.00

Total

55.00
Select
Add-On

Silver

Read more

20.00

Tax: 2.00

Add
test2
Read More
Available Until 03 May, 2025 16:13 PM (Asia/Karachi)

Price

100.00

Tax Fee (Included)

0

Total

100.00
Select
You have added

Your total order price 0.00




Already registered? Want to cancel registration? Click here!
Delete Account? Click here!
Already registered, click here to edit
DB Queries: 39
×
Total Queries: 39, Read Queries: 37, Write Queries: 2
Potential Duplicate Patterns Found:
Pattern executed 8 times (Total time: 294.43097ms, Avg: 36.80387ms)
select * from (`discount_code`) where `package_id` = ? and `is_active` = 1
Examples:
SELECT *
FROM (`discount_code`)
WHERE `package_id` =  '773163'
AND `is_active` =  1
SELECT *
FROM (`discount_code`)
WHERE `package_id` =  '773164'
AND `is_active` =  1
SELECT *
FROM (`discount_code`)
WHERE `package_id` =  '773165'
AND `is_active` =  1
Pattern executed 2 times (Total time: 0.59414ms, Avg: 0.29707ms)
select id from languages where prefix=? limit 1
Examples:
SELECT id from languages where prefix='es' LIMIT 1
SELECT id from languages where prefix='es' LIMIT 1
Pattern executed 2 times (Total time: 0.7689ms, Avg: 0.38445ms)
select json_config, messageatstartup_ar, start_date,end_date,messageatstartup,time_zone from application where appid = ?
Examples:
select json_config, messageAtStartup_ar, start_date,end_date,messageAtstartup,time_zone from application where appid = 6081
select json_config, messageAtStartup_ar, start_date,end_date,messageAtstartup,time_zone from application where appid = 6081
Pattern executed 2 times (Total time: 3.66402ms, Avg: 1.83201ms)
select cp.type, cw.* from cms_widget as cw join cms_page as cp on cw.cms_page_id=cp.id where cp.campaign_id = ? and cw.language_id=? and cw.is_active = ? and (cp.type=? or cp.type=? or cp.type=? or cp.type=? or cp.type=? or cp.type=?) order by cw.sequence asc
Examples:
        SELECT cp.type, cw.*
        FROM cms_widget AS cw
        JOIN cms_page AS cp ON cw.cms_page_id=cp.id
        WHERE cp.campaign_id=6081 AND cw.language_id='5' AND cw.is_active=1 AND (cp.type='Public Page Header' OR cp.type='Public Page Footer' OR cp.type='Home Page Scripts' OR cp.type='Homepage Head Tag' OR cp.type='Registration Page Top' OR cp.type='Registration Page Bottom')
        ORDER BY cw.sequence ASC
      
        SELECT cp.type, cw.*
        FROM cms_widget AS cw
        JOIN cms_page AS cp ON cw.cms_page_id=cp.id
        WHERE cp.campaign_id=6081 AND cw.language_id='5' AND cw.is_active=1 AND (cp.type='Public Page Header' OR cp.type='Public Page Footer' OR cp.type='Home Page Scripts' OR cp.type='Homepage Head Tag' OR cp.type='Registration Page Top' OR cp.type='Registration Page Bottom')
        ORDER BY cw.sequence ASC
      
Pattern executed 2 times (Total time: 2.35486ms, Avg: 1.17743ms)
select cw.`name`,cp.slug,cp.meta_data, cw.content,cp.is_login_required as loginrequired from cms_widget as cw join cms_page as cp on cw.cms_page_id=cp.id where cp.campaign_id = ? and cw.language_id=? and cp.is_home = ? and cw.is_active = ? and cp.slug=?;
Examples:
SELECT cw.`name`,cp.slug,cp.meta_data, cw.content,cp.is_login_required as LoginRequired FROM cms_widget AS cw
		JOIN cms_page AS cp ON cw.cms_page_id=cp.id
		WHERE cp.campaign_id=6081 AND cw.language_id='5' AND cp.is_home=0 AND cw.is_active=1 AND cp.slug='registration';
SELECT cw.`name`,cp.slug,cp.meta_data, cw.content,cp.is_login_required as LoginRequired FROM cms_widget AS cw
		JOIN cms_page AS cp ON cw.cms_page_id=cp.id
		WHERE cp.campaign_id=6081 AND cw.language_id='5' AND cp.is_home=0 AND cw.is_active=1 AND cp.slug='registration';
Pattern executed 2 times (Total time: 0.76914ms, Avg: 0.38457ms)
select * from (`payment_methods`) where `name` = ? and `type` = ?
Examples:
SELECT *
FROM (`payment_methods`)
WHERE `name` =  'Stripe'
AND `type` =  'Stripe'
SELECT *
FROM (`payment_methods`)
WHERE `name` =  'Stripe connect'
AND `type` =  'Stripe connect'
Pattern executed 2 times (Total time: 0.78702ms, Avg: 0.39351ms)
select * from (`payment_method_details`) where `payment_method_id` = ? and `app_id` = 6081
Examples:
SELECT *
FROM (`payment_method_details`)
WHERE `payment_method_id` =  '1'
AND `app_id` =  6081
SELECT *
FROM (`payment_method_details`)
WHERE `payment_method_id` =  '13'
AND `app_id` =  6081
Pattern executed 2 times (Total time: 0.85592ms, Avg: 0.42796ms)
select `payment_methods`.`id` as paymentmethodid, `payment_method_details`.`id` as paymentdtlid, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element` from (`payment_method_details`) left join `payment_methods` on `payment_methods`.`id` = `payment_method_details`.`payment_method_id` where `app_id` = 6081
Examples:
SELECT `payment_methods`.`id` as paymentMethodId, `payment_method_details`.`id` as paymentDtlID, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element`
FROM (`payment_method_details`)
LEFT JOIN `payment_methods` ON `payment_methods`.`id` = `payment_method_details`.`payment_method_id`
WHERE `app_id` =  6081
SELECT `payment_methods`.`id` as paymentMethodId, `payment_method_details`.`id` as paymentDtlID, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element`
FROM (`payment_method_details`)
LEFT JOIN `payment_methods` ON `payment_methods`.`id` = `payment_method_details`.`payment_method_id`
WHERE `app_id` =  6081
Pattern executed 2 times (Total time: 0.75889ms, Avg: 0.37944ms)
select group_concat(distinct webinar.title) as title from (`variable_payment`) left join `webinar_variable_payment` on `webinar_variable_payment`.`variable_payment_id` = `variable_payment`.`id` left join `webinar` on `webinar`.`id` = `webinar_variable_payment`.`webinar_id` where `variable_payment`.`app_id` = 6081 and `webinar_variable_payment`.`variable_payment_id` = ? group by `variable_payment`.`id`
Examples:
SELECT GROUP_CONCAT(DISTINCT webinar.title) as title
FROM (`variable_payment`)
LEFT JOIN `webinar_variable_payment` ON `webinar_variable_payment`.`variable_payment_id` = `variable_payment`.`id`
LEFT JOIN `webinar` ON `webinar`.`id` = `webinar_variable_payment`.`webinar_id`
WHERE `variable_payment`.`app_id` =  6081
AND `webinar_variable_payment`.`variable_payment_id` =  '2727'
GROUP BY `variable_payment`.`id`
SELECT GROUP_CONCAT(DISTINCT webinar.title) as title
FROM (`variable_payment`)
LEFT JOIN `webinar_variable_payment` ON `webinar_variable_payment`.`variable_payment_id` = `variable_payment`.`id`
LEFT JOIN `webinar` ON `webinar`.`id` = `webinar_variable_payment`.`webinar_id`
WHERE `variable_payment`.`app_id` =  6081
AND `webinar_variable_payment`.`variable_payment_id` =  '2728'
GROUP BY `variable_payment`.`id`
select id from languages where prefix='es' limit 1
READ 0.29016
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:798 /bayt/pre-prod/application/controllers/base.php:124 /bayt/pre-prod/application/controllers/en.php:25 /bayt/pre-prod/application/controllers/es.php:9 /bayt/pre-prod/system/core/CodeIgniter.php:308 /bayt/pre-prod/index.php:206
select json_config, messageatstartup_ar, start_date,end_date,messageatstartup,time_zone from application where appid = 6081
READ 0.37503
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:5033 /bayt/pre-prod/application/controllers/base.php:25500 /bayt/pre-prod/application/controllers/base.php:584 /bayt/pre-prod/application/controllers/en.php:25 /bayt/pre-prod/application/controllers/es.php:9 /bayt/pre-prod/system/core/CodeIgniter.php:308 /bayt/pre-prod/index.php:206
select cp.type, cw.*
from cms_widget as cw
join cms_page as cp on cw.cms_page_id=cp.id
where cp.campaign_id=6081 and cw.language_id='5' and cw.is_active=1 and (cp.type='public page header' or cp.type='public page footer' or cp.type='home page scripts' or cp.type='homepage head tag' or cp.type='registration page top' or cp.type='registration page bottom')
order by cw.sequence asc
READ 1.87993
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:927 /bayt/pre-prod/application/controllers/base.php:620 /bayt/pre-prod/application/controllers/en.php:25 /bayt/pre-prod/application/controllers/es.php:9 /bayt/pre-prod/system/core/CodeIgniter.php:308 /bayt/pre-prod/index.php:206
select cw.`name`,cp.slug,cp.meta_data, cw.content,cp.is_login_required as loginrequired from cms_widget as cw
join cms_page as cp on cw.cms_page_id=cp.id
where cp.campaign_id=6081 and cw.language_id='5' and cp.is_home=0 and cw.is_active=1 and cp.slug='registration';
READ 1.20592
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:858 /bayt/pre-prod/application/controllers/base.php:625 /bayt/pre-prod/application/controllers/en.php:25 /bayt/pre-prod/application/controllers/es.php:9 /bayt/pre-prod/system/core/CodeIgniter.php:308 /bayt/pre-prod/index.php:206
select *
from (`form`)
where `type` =  'registration_form'
and `app_id` =  6081
READ 3.60608
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1372 /bayt/pre-prod/application/controllers/base.php:41936 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select id from languages where prefix='es' limit 1
READ 0.30398
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:798 /bayt/pre-prod/application/controllers/base.php:124 /bayt/pre-prod/application/controllers/form.php:56 /bayt/pre-prod/system/core/Loader.php:1099 /bayt/pre-prod/system/core/Loader.php:975 /bayt/pre-prod/system/core/Loader.php:216 /bayt/pre-prod/application/controllers/base.php:41937 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select json_config, messageatstartup_ar, start_date,end_date,messageatstartup,time_zone from application where appid = 6081
READ 0.39387
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:5033 /bayt/pre-prod/application/controllers/base.php:25500 /bayt/pre-prod/application/controllers/base.php:584 /bayt/pre-prod/application/controllers/form.php:56 /bayt/pre-prod/system/core/Loader.php:1099 /bayt/pre-prod/system/core/Loader.php:975 /bayt/pre-prod/system/core/Loader.php:216 /bayt/pre-prod/application/controllers/base.php:41937 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select cp.type, cw.*
from cms_widget as cw
join cms_page as cp on cw.cms_page_id=cp.id
where cp.campaign_id=6081 and cw.language_id='5' and cw.is_active=1 and (cp.type='public page header' or cp.type='public page footer' or cp.type='home page scripts' or cp.type='homepage head tag' or cp.type='registration page top' or cp.type='registration page bottom')
order by cw.sequence asc
READ 1.78409
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:927 /bayt/pre-prod/application/controllers/base.php:620 /bayt/pre-prod/application/controllers/form.php:56 /bayt/pre-prod/system/core/Loader.php:1099 /bayt/pre-prod/system/core/Loader.php:975 /bayt/pre-prod/system/core/Loader.php:216 /bayt/pre-prod/application/controllers/base.php:41937 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select cw.`name`,cp.slug,cp.meta_data, cw.content,cp.is_login_required as loginrequired from cms_widget as cw
join cms_page as cp on cw.cms_page_id=cp.id
where cp.campaign_id=6081 and cw.language_id='5' and cp.is_home=0 and cw.is_active=1 and cp.slug='registration';
READ 1.14894
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/mainmodel.php:858 /bayt/pre-prod/application/controllers/base.php:625 /bayt/pre-prod/application/controllers/form.php:56 /bayt/pre-prod/system/core/Loader.php:1099 /bayt/pre-prod/system/core/Loader.php:975 /bayt/pre-prod/system/core/Loader.php:216 /bayt/pre-prod/application/controllers/base.php:41937 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `t`.*
from (`translation` t)
join `languages` l on `l`.`id` = `t`.`lang`
where `t`.`app_id` =  6081
and `t`.`type` =  'static'
and `l`.`prefix` =  'es'
READ 4.51088
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/translation_model.php:19 /bayt/pre-prod/application/libraries/LocalizationHelper.php:34 /bayt/pre-prod/application/libraries/LocalizationHelper.php:57 /bayt/pre-prod/application/controllers/form.php:69 /bayt/pre-prod/system/core/Loader.php:1099 /bayt/pre-prod/system/core/Loader.php:975 /bayt/pre-prod/system/core/Loader.php:216 /bayt/pre-prod/application/controllers/base.php:41937 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`form`)
where `id` =  '50044'
and `app_id` =  6081
READ 0.38004
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:46 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`form_field`)
where `form_id` =  '50044'
order by `sequence` asc
READ 0.44394
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:68 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`package`)
where `user_type` in (1, 5) 
and `app_id` =  '6081'
and `is_active` =  '1'
order by `sequence`
READ 0.43106
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:817 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773163'
and `is_active` =  1
READ 36.68118
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773164'
and `is_active` =  1
READ 36.56197
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773165'
and `is_active` =  1
READ 36.24201
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773213'
and `is_active` =  1
READ 36.32808
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773214'
and `is_active` =  1
READ 37.81199
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773222'
and `is_active` =  1
READ 38.39087
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773224'
and `is_active` =  1
READ 36.22103
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`discount_code`)
where `package_id` =  '773370'
and `is_active` =  1
READ 36.19385
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:907 /bayt/pre-prod/application/models/form_model.php:873 /bayt/pre-prod/application/models/form_model.php:155 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`payment_methods`)
where `name` =  'stripe'
and `type` =  'stripe'
READ 0.43917
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:179 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`payment_method_details`)
where `payment_method_id` =  '1'
and `app_id` =  6081
READ 0.40913
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:184 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`payment_methods`)
where `name` =  'stripe connect'
and `type` =  'stripe connect'
READ 0.32997
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:192 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`payment_method_details`)
where `payment_method_id` =  '13'
and `app_id` =  6081
READ 0.37789
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:197 /bayt/pre-prod/application/controllers/form.php:303 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`utm_referral_code`)
where `app_id` =  6081
and `status` =  1
READ 0.81396
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:2390 /bayt/pre-prod/application/controllers/form.php:954 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `id`, `package_ids`
from (`seating_plan_templates`)
where `app_id` =  6081
and `status` =  1
and `enable_for_attendee_registration` =  0
and `enable_for_group_registration` =  1
and `template_json_published` is not null
order by `id` asc
READ 0.47588
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/controllers/form.php:17380 /bayt/pre-prod/application/controllers/form.php:969 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select * from payment_method_details where app_id=6081 and payment_method_id=1 limit 1;
READ 0.42892
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/models/payment.php:14 /bayt/pre-prod/application/controllers/form.php:1100 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`form_field`)
where `form_id` =  '50044'
and `field_type` =  'page-break'
order by `sequence`
READ 0.46492
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:2633 /bayt/pre-prod/application/controllers/form.php:1169 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`application`)
where `appid` =  6081
READ 0.48494
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1741 /bayt/pre-prod/application/controllers/form.php:1176 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `organization_id`
from (`organization_events`)
where `app_id` =  '6081'
WRITE 0.27108
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:2849 /bayt/pre-prod/application/views/forms/page/form.php:51 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `payment_methods`.`id` as paymentmethodid, `payment_method_details`.`id` as paymentdtlid, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element`
from (`payment_method_details`)
left join `payment_methods` on `payment_methods`.`id` = `payment_method_details`.`payment_method_id`
where `app_id` =  '6081'
READ 0.44394
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1032 /bayt/pre-prod/application/views/forms/page/form.php:1962 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select *
from (`package`)
where `app_id` =  6081
READ 0.38004
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:2138 /bayt/pre-prod/application/helpers/vep_helper.php:954 /bayt/pre-prod/application/views/forms/page/form.php:2195 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `payment_methods`.`id` as paymentmethodid, `payment_method_details`.`id` as paymentdtlid, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element`
from (`payment_method_details`)
left join `payment_methods` on `payment_methods`.`id` = `payment_method_details`.`payment_method_id`
where `app_id` =  6081
READ 0.40388
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1032 /bayt/pre-prod/application/views/forms/page/form.php:3755 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `variable_payment`.`id`, `variable_payment`.`name`, `variable_payment`.`limitation`, `variable_payment`.`avail_count`, `variable_payment`.`show_description`, `variable_payment`.`price`, `variable_payment`.`description`, `variable_payment`.`translations`, `package_variable_payment`.`package_id`, `variable_payment`.`purchase_limit_type`, `variable_payment`.`max_addons_per_ticket`, `variable_payment`.`max_addons_overall`, `variable_payment`.`apply_discount`
from (`variable_payment`)
left join `package_variable_payment` on `package_variable_payment`.`variable_payment_id` = `variable_payment`.`id`
left join `webinar` on `webinar`.`id` = `variable_payment`.`webinar_id`
where `variable_payment`.`app_id` =  6081
and `variable_payment`.`avail_count` < variable_payment.limitation
and `variable_payment`.`is_active` =  '1'
order by `variable_payment`.`sequence`
READ 2.15793
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:993 /bayt/pre-prod/application/views/forms/page/form.php:3761 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select group_concat(distinct webinar.title) as title
from (`variable_payment`)
left join `webinar_variable_payment` on `webinar_variable_payment`.`variable_payment_id` = `variable_payment`.`id`
left join `webinar` on `webinar`.`id` = `webinar_variable_payment`.`webinar_id`
where `variable_payment`.`app_id` =  6081
and `webinar_variable_payment`.`variable_payment_id` =  '2727'
group by `variable_payment`.`id`
READ 0.40698
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1013 /bayt/pre-prod/application/models/form_model.php:997 /bayt/pre-prod/application/views/forms/page/form.php:3761 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select group_concat(distinct webinar.title) as title
from (`variable_payment`)
left join `webinar_variable_payment` on `webinar_variable_payment`.`variable_payment_id` = `variable_payment`.`id`
left join `webinar` on `webinar`.`id` = `webinar_variable_payment`.`webinar_id`
where `variable_payment`.`app_id` =  6081
and `webinar_variable_payment`.`variable_payment_id` =  '2728'
group by `variable_payment`.`id`
READ 0.35191
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1013 /bayt/pre-prod/application/models/form_model.php:997 /bayt/pre-prod/application/views/forms/page/form.php:3761 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select `payment_methods`.`id` as paymentmethodid, `payment_method_details`.`id` as paymentdtlid, `payment_methods`.`name`, `payment_methods`.`type`, `payment_method_details`.`currency`, `payment_method_details`.`currency_symbol`, `payment_method_details`.`bussines_email`, `payment_method_details`.`public_key`, `payment_method_details`.`is_sandbox`, `payment_method_details`.`payment_image`, `payment_method_details`.`hold_on_card`, `payment_method_details`.`booking_fee`, `payment_method_details`.`stripe_element`
from (`payment_method_details`)
left join `payment_methods` on `payment_methods`.`id` = `payment_method_details`.`payment_method_id`
where `app_id` =  6081
READ 0.45204
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/system/database/DB_active_rec.php:963 /bayt/pre-prod/application/models/form_model.php:1032 /bayt/pre-prod/application/views/forms/page/form.php:4525 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206
select customer_profile_id as id,email from authorize_net_profiles where app_id=6081
WRITE 1.25813
/bayt/pre-prod/test-drive/shared/QueryLog/QueryLog.php:107 /bayt/pre-prod/system/database/DB_driver.php:428 /bayt/pre-prod/application/views/forms/page/authorizenet.php:23 /bayt/pre-prod/application/views/forms/page/form.php:4549 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/views/forms/template.php:7 /bayt/pre-prod/system/core/Loader.php:833 /bayt/pre-prod/system/core/Loader.php:419 /bayt/pre-prod/application/controllers/form.php:1206 /bayt/pre-prod/application/controllers/base.php:41938 /bayt/pre-prod/application/controllers/en.php:8822 /bayt/pre-prod/system/core/CodeIgniter.php:359 /bayt/pre-prod/index.php:206