1 x Application (89.69%) | 467.81ms |
1 x Booting (10.26%) | 53.52ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
select count(*) as aggregate from `products` where `type` = 'simple' and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1') and `products`.`parent_id` is null and `published` = 1
11.44ms/app/Repositories/ProductRepository.php:90tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where `parent_id` is not null and exists (select * from `products` as `laravel_reserved_0` where `laravel_reserved_0`.`id` = `products`.`parent_id` and exists (select * from `brands` where `laravel_reserved_0`.`brand_id` = `brands`.`id` and `status` = '1') and `published` = 1)
14.02ms/app/Repositories/ProductRepository.php:96tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `categories` where `is_disable` = '0' and `is_default` = 0 and `level` = 1
6.99ms/app/Repositories/CategoryRepository.php:23tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and `products`.`parent_id` is null and `published` = 1
24.87ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and `products`.`parent_id` is null and `published` = 1 limit 36 offset 0
32.69ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` in (8154, 8155) and `media`.`model_type` = 'App\Models\Product'
1.7ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where `brands`.`id` in (21)
970μs/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (509) order by `block` asc, `position` asc
1.83ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `products` where `type` = 'simple' and `parent_id` is null and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and `products`.`parent_id` is null and `published` = 1
7.5ms/app/Http/Controllers/Frontend/HomeController.php:143tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `type` = 'variant' and `parent_id` is null and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and `products`.`parent_id` is null and `published` = 1
14.28ms/app/Http/Controllers/Frontend/HomeController.php:149tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `companies` where exists (select * from `products` inner join `company_product` on `products`.`id` = `company_product`.`product_id` where `companies`.`id` = `company_product`.`company_id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and `products`.`parent_id` is null and `published` = 1) and (`status` = '' or `status` is null)
16.31ms/app/Http/Controllers/Frontend/HomeController.php:157tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `brands` where `status` = '1' and `slug` = 'paslode' and exists (select * from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and `products`.`parent_id` is null and `published` = 1)
18.61ms/app/Http/Controllers/Frontend/HomeController.php:163tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `category_id` from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `is_default` = '0' and `is_disable` = '0' order by `block` asc, `position` asc) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1' and `slug` = 'paslode') and `products`.`parent_id` is null and `published` = 1
20.92ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`model_id` in (0) and `media`.`model_type` = 'App\Models\Product'
13.44ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where 0 = 1
6.5ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (509) order by `block` asc, `position` asc
38.29ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 8154 and `products`.`parent_id` is not null order by `position` asc
13.05msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 21 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Brand'
1.74ms/vendor/spatie/laravel-medialibrary/src/HasMedia/HasMediaTrait.php:508tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
4.72msview::71c96d204588ed3024ea79acb41ea21c3fec9264:120tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 8155 and `products`.`parent_id` is not null order by `position` asc
17.02msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
6.98msview::71c96d204588ed3024ea79acb41ea21c3fec9264:120tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `products` where `type` = 'simple' and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = '1') and `products`.`parent_id` is null and `published` = 1
10.97msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:9tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where `parent_id` is not null and exists (select * from `products` as `laravel_reserved_1` where `laravel_reserved_1`.`id` = `products`.`parent_id` and exists (select * from `brands` where `laravel_reserved_1`.`brand_id` = `brands`.`id` and `status` = '1') and `published` = 1)
13.21msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:15tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 509 and `categories`.`parent_id` is not null order by `block` asc, `position` asc
21.46msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:125tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 509 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Category'
75.07ms/vendor/spatie/laravel-medialibrary/src/HasMedia/HasMediaTrait.php:508tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `slider_items` where exists (select * from `slides` where `slider_items`.`slide_id` = `slides`.`id`)
3.67msview::858658d7bd93c7c72b1b50eba72aec689c148482:3tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
200
0 of 0array:2 [▶ "q" => "paslode" "type" => "brand" ]
0 of 0array:2 [▶ "q" => "paslode" "type" => "brand" ]
0 of 0array:15 [▶ "host" => array:1 [▶ 0 => "tinsal.dz" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] ]
0 of 0array:42 [▶ "SCRIPT_URL" => "/" "SCRIPT_URI" => "https://tinsal.dz/" "HTTPS" => "on" "SSL_TLS_SNI" => "tinsal.dz" "HTTP_HOST" => "tinsal.dz" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.52 (Ubuntu) Server at tinsal.dz Port 443</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "tinsal.dz" "SERVER_ADDR" => "185.192.97.88" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.220.47.149" "DOCUMENT_ROOT" => "/var/www/html/tinsal/public" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/tinsal/public" "SERVER_ADMIN" => "[no address given]" "SCRIPT_FILENAME" => "/var/www/html/tinsal/public/index.php" "REMOTE_PORT" => "20517" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "q=paslode&type=brand" "REQUEST_URI" => "/?q=paslode&type=brand" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743861687.4895 "REQUEST_TIME" => 1743861687 ]
[]
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 => "Sat, 05 Apr 2025 14:01:27 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjdRTFFoTG5HMHNzV0pyOVBReG9qaXc9PSIsInZhbHVlIjoiM0xiVDNcL1wvN0VCaENHR2g5SWo5Zm1uTTRwQ1BGMmhJQzdNczFuQytQMzlKOHIwUTVxMTBldVwvbEFaRUUwclpiMVRnczBHcDN3eUM3VCtweVwvK01RekZSUWhQSWpUUzdDSUNiY0tHekVxdURnODBaVXVVRWx6bFUyMTNKM1pnWDJEIiwibWFjIjoiYzA5OGVlNmJjNWQ2Yjc2N2ZlMTUyYzJhZTQyYWMzMDQ5N2VmMjBjNWRjMTMyYjRiNmQxM2I5NGM5NGI2OTg4MiJ9; expires=Sat, 05-Apr-2025 16:01:28 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjdRTFFoTG5HMHNzV0pyOVBReG9qaXc9PSIsInZhbHVlIjoiM0xiVDNcL1wvN0VCaENHR2g5SWo5Zm1uTTRwQ1BGMmhJQzdNczFuQytQMzlKOHIwUTVxMTBldVwvbEFaRUUwclpiMVRnc ▶" 1 => "tinsal_session=eyJpdiI6IldhSGdYQkVqNjRHeUpweStJR2hlWlE9PSIsInZhbHVlIjoiRUViVHZLSklTblwvbWwwbGRcL0tKclJKbTkzZHpEamlDc3c4VEtJWjJPb2Q3cXVGSnBhZVBCZWR4OEVhNGNCSUlSTnpQeVJzMEFJV25wQXVTVU81UXJJWk9NTU1ybGRtTmwxeE1hV21nUUtscmpYUDBQYlp4bjdOazRIZGVUeWU1KyIsIm1hYyI6ImQ0ODA5NGExMmM5YWQwNWQ5ODMwMGNjMGY4NzcxOTczOGI2ZGY2ZWM1YThhNWYyZjBhYzFmMzM2MGY4ZjI2YjkifQ%3D%3D; expires=Sat, 05-Apr-2025 16:01:28 GMT; Max-Age=7200; path=/; httponly ◀tinsal_session=eyJpdiI6IldhSGdYQkVqNjRHeUpweStJR2hlWlE9PSIsInZhbHVlIjoiRUViVHZLSklTblwvbWwwbGRcL0tKclJKbTkzZHpEamlDc3c4VEtJWjJPb2Q3cXVGSnBhZVBCZWR4OEVhNGNCSUlST ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjdRTFFoTG5HMHNzV0pyOVBReG9qaXc9PSIsInZhbHVlIjoiM0xiVDNcL1wvN0VCaENHR2g5SWo5Zm1uTTRwQ1BGMmhJQzdNczFuQytQMzlKOHIwUTVxMTBldVwvbEFaRUUwclpiMVRnczBHcDN3eUM3VCtweVwvK01RekZSUWhQSWpUUzdDSUNiY0tHekVxdURnODBaVXVVRWx6bFUyMTNKM1pnWDJEIiwibWFjIjoiYzA5OGVlNmJjNWQ2Yjc2N2ZlMTUyYzJhZTQyYWMzMDQ5N2VmMjBjNWRjMTMyYjRiNmQxM2I5NGM5NGI2OTg4MiJ9; expires=Sat, 05-Apr-2025 16:01:28 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjdRTFFoTG5HMHNzV0pyOVBReG9qaXc9PSIsInZhbHVlIjoiM0xiVDNcL1wvN0VCaENHR2g5SWo5Zm1uTTRwQ1BGMmhJQzdNczFuQytQMzlKOHIwUTVxMTBldVwvbEFaRUUwclpiMVRnc ▶" 1 => "tinsal_session=eyJpdiI6IldhSGdYQkVqNjRHeUpweStJR2hlWlE9PSIsInZhbHVlIjoiRUViVHZLSklTblwvbWwwbGRcL0tKclJKbTkzZHpEamlDc3c4VEtJWjJPb2Q3cXVGSnBhZVBCZWR4OEVhNGNCSUlSTnpQeVJzMEFJV25wQXVTVU81UXJJWk9NTU1ybGRtTmwxeE1hV21nUUtscmpYUDBQYlp4bjdOazRIZGVUeWU1KyIsIm1hYyI6ImQ0ODA5NGExMmM5YWQwNWQ5ODMwMGNjMGY4NzcxOTczOGI2ZGY2ZWM1YThhNWYyZjBhYzFmMzM2MGY4ZjI2YjkifQ%3D%3D; expires=Sat, 05-Apr-2025 16:01:28 GMT; path=/; httponly ◀tinsal_session=eyJpdiI6IldhSGdYQkVqNjRHeUpweStJR2hlWlE9PSIsInZhbHVlIjoiRUViVHZLSklTblwvbWwwbGRcL0tKclJKbTkzZHpEamlDc3c4VEtJWjJPb2Q3cXVGSnBhZVBCZWR4OEVhNGNCSUlST ▶" ] ]
0 of 0array:4 [▶ "_token" => "ARLJgdAROfXJGWtAnkA1myhegbHRVmigJfVm1T6Z" "_previous" => array:1 [▶ "url" => "https://tinsal.dz/?q=paslode&type=brand" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]