MORE
Check out our most popular categories.
Company Name | Address | Date Established | Revenue to Date |
---|---|---|---|
Filter
1 x Application (88.48%) | 4.69s |
1 x Booting (11.52%) | 610ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
select * from `categories` where `type` = 'business' and `slug` = 'insurance' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where (`status` = 1 and `payment_status` = 1 and `type` = 'category_banner' and `parent_category_id` = 16) and date(`expired_at`) >= '2025-05-09' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where `pricing_option` = '1' and `is_published` = '1' and `parent_category_id` = 16 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `locations` where `slug` = 'emerald-coast' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `pricing_options` where `pricing_options`.`name` in ('Exclusive', 'Gold')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `categories` where `parent_id` = 16 and `image` != ''
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` = 16 and `image` != '' order by RAND() limit 12 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `type` = 'business' and `parent_id` is null and `deleted_at` is null order by `name` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `deleted_at` is null and `categories`.`parent_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33) order by RAND()
Metadata | |
---|---|
Backtrace |
|
select `name`, `id` from `categories` where `parent_id` = 16 order by `name` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `name`, `id` from `categories` where `parent_id` = 16 order by `name` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `cities`.`name` as `city_name` from `cities` inner join `locations` on `cities`.`location_id` = `locations`.`id` order by `city_name` asc
Metadata | |
---|---|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 268 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 268 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 268 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 268 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 269 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 269 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 269 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 269 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 549 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 549 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 549 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 549 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 270 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 270 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 270 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 270 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 725 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 725 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 725 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 725 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 271 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 271 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 271 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 271 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 726 and `pricing_option` in (1, 10, 11)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 726 and `pricing_option` in (1, 10, 11))) and `is_published` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `businesses` where (`location` = 1 and (`sub_category_id` = 726 and `pricing_option` in (2, 6, 8, 9)) or exists (select * from `listings` where `businesses`.`id` = `listings`.`business_id` and `sub_category_id` = 726 and `pricing_option` in (2, 6, 8, 9))) and `is_published` = 1 limit 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `locations` where `status` = 'active'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `locations` where `status` = 'active'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:16 [▼ "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "content-length" => array:1 [▶ 0 => "0" ] "host" => array:1 [▶ 0 => "demo.parentlivingplus.com" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] ]
0 of 0array:69 [▼ "LSPHP_ENABLE_USER_INI" => "on" "PATH" => "/usr/local/bin:/usr/bin:/bin" "TEMP" => "/tmp" "TMP" => "/tmp" "TMPDIR" => "/tmp" "PWD" => "/" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "CONTENT_LENGTH" => "0" "HTTP_HOST" => "demo.parentlivingplus.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "REDIRECT_UNIQUE_ID" => "aB2L8V-hCPOgp1m4NWFdxAAA60Y" "REDIRECT_QS_ConnectionId" => "174676683324039530647179" "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "demo.parentlivingplus.com" "REDIRECT_HTTP2" => "on" "REDIRECT_H2PUSH" => "off" "REDIRECT_H2_PUSH" => "off" "REDIRECT_H2_PUSHED" => "" "REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_H2_STREAM_TAG" => "647179-102-1" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aB2L8V-hCPOgp1m4NWFdxAAA60Y" "QS_ConnectionId" => "174676683324039530647179" "HTTPS" => "on" "SSL_TLS_SNI" => "demo.parentlivingplus.com" "HTTP2" => "on" "H2PUSH" => "off" "H2_PUSH" => "off" "H2_PUSHED" => "" "H2_PUSHED_ON" => "" "H2_STREAM_ID" => "1" "H2_STREAM_TAG" => "647179-102-1" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "demo.parentlivingplus.com" "SERVER_ADDR" => "162.241.248.17" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.117.120.35" "DOCUMENT_ROOT" => "/home3/itsyoux2/demo.parentlivingplus.com" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home3/itsyoux2/demo.parentlivingplus.com" "SERVER_ADMIN" => "webmaster@demo.parentlivingplus.com" "SCRIPT_FILENAME" => "/home3/itsyoux2/demo.parentlivingplus.com/public/index.php" "REMOTE_PORT" => "63791" "REDIRECT_URL" => "/public/category/insurance" "SERVER_PROTOCOL" => "HTTP/2.0" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/public/category/insurance" "SCRIPT_NAME" => "/public/index.php" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1746766833.2632 "REQUEST_TIME" => 1746766833 "argv" => [] "argc" => 0 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 09 May 2025 05:00:34 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXdkovVCsweHJGVEkrZ0ZGU1NWRmpkd0dhdEtGckxwYldKeFVwT0lLR3hiTlZjdStmNlFsYXVPUm16NzYiLCJtYWMiOiJkMGMwMDNlZDk2ODM5ZmMxZTIyMTAzYjBhNTI5ZDk5YmI0NDc4ODBiMTJiMTZjZGVjOGU5OTMxMjVhNzA2NzVjIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; Max-Age=604800; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXd ▶" 1 => "parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1WDE2TTNuekFwcEhxT1FnUzNvZzhZQ3VUemFyaHlERjZpUE5xZ2VSU1NkdlRmL1ZXUjdyN3hoS3hTdzE0QkQwVFFqdjhJcmkiLCJtYWMiOiJhMDdhNzc4MTg0YjQzYWY2ZjA3NGM3Njk2YTM4MTdlM2RiMTMxYzk1NTZmMGUzYTIzYmFjOGExYzIxMjU0MmMwIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; Max-Age=604800; path=/; httponly; samesite=lax ◀parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1W ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXdkovVCsweHJGVEkrZ0ZGU1NWRmpkd0dhdEtGckxwYldKeFVwT0lLR3hiTlZjdStmNlFsYXVPUm16NzYiLCJtYWMiOiJkMGMwMDNlZDk2ODM5ZmMxZTIyMTAzYjBhNTI5ZDk5YmI0NDc4ODBiMTJiMTZjZGVjOGU5OTMxMjVhNzA2NzVjIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlU1eitHdWVhSFk3WlZiRGpzN0FBTVE9PSIsInZhbHVlIjoiOXByUWRwZUpQeE1MVjdxd2haL3NaeW1YUmJqdXhZUkFFaFdXUldRMHBLcS9IYUpvcXlSNml6a0ZWUVBtN3JQaXNTU1ZXd ▶" 1 => "parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1WDE2TTNuekFwcEhxT1FnUzNvZzhZQ3VUemFyaHlERjZpUE5xZ2VSU1NkdlRmL1ZXUjdyN3hoS3hTdzE0QkQwVFFqdjhJcmkiLCJtYWMiOiJhMDdhNzc4MTg0YjQzYWY2ZjA3NGM3Njk2YTM4MTdlM2RiMTMxYzk1NTZmMGUzYTIzYmFjOGExYzIxMjU0MmMwIiwidGFnIjoiIn0%3D; expires=Fri, 16-May-2025 05:00:38 GMT; path=/; httponly ◀parent_living_plus_session=eyJpdiI6IkFJVkQ4MTFibFpYTGNsOGZQbEhUUUE9PSIsInZhbHVlIjoicWdzUzJnNmw5SGRza1pUalVDSjA4dmhXbzhTSHVUYTFXaXRYbUw4TW04NkVmYVNxaEdzZURwbkl1W ▶" ] ]
0 of 0array:6 [▼ "_token" => "kfxC4se2jjEEpCBwTAkqgnnJMen8oGB1DWYDEfTn" "city" => null "category" => 16 "_previous" => array:1 [▶ "url" => "https://demo.parentlivingplus.com/public/category/insurance" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]