1 x Application (90.26%) | 734.30ms |
1 x Booting (9.7%) | 78.89ms |
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
35.25ms/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)
88.67ms/app/Repositories/ProductRepository.php:96tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `categories` where `is_disable` = '0' and `is_default` = 0 and `level` = 1
37.23ms/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` = 'crown') and `products`.`parent_id` is null and `published` = 1
20.49ms/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` = 'crown') and `products`.`parent_id` is null and `published` = 1 limit 36 offset 0
16.5ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` in (8255, 8256) and `media`.`model_type` = 'App\Models\Product'
22.57ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where `brands`.`id` in (26)
12.3ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (591) order by `block` asc, `position` asc
21.25ms/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` = 'crown') 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
62.21ms/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` = 'crown') 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
67.82ms/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` = 'crown') and `products`.`parent_id` is null and `published` = 1) and (`status` = '' or `status` is null)
41.04ms/app/Http/Controllers/Frontend/HomeController.php:157tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `brands` where `status` = '1' and `slug` = 'crown' 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)
26.15ms/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` = 'crown') and `products`.`parent_id` is null and `published` = 1
20.61ms/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'
7.88ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where 0 = 1
6.78ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (591) order by `block` asc, `position` asc
940μs/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 8255 and `products`.`parent_id` is not null order by `position` asc
12.9msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 26 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Brand'
2.75ms/vendor/spatie/laravel-medialibrary/src/HasMedia/HasMediaTrait.php:508tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
3.39msview::71c96d204588ed3024ea79acb41ea21c3fec9264:120tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 8256 and `products`.`parent_id` is not null order by `position` asc
14.69msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
1.36msview::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
6.93msview::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)
8.11msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:15tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 591 and `categories`.`parent_id` is not null order by `block` asc, `position` asc
2.32msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:125tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 591 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Category'
12ms/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`)
8.81msview::858658d7bd93c7c72b1b50eba72aec689c148482:3tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
200
0 of 0array:2 [▶ "q" => "crown" "type" => "brand" ]
0 of 0array:2 [▶ "q" => "crown" "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" => "3.12.149.57" "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" => "15139" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "q=crown&type=brand" "REQUEST_URI" => "/?q=crown&type=brand" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743886899.244 "REQUEST_TIME" => 1743886899 ]
[]
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 21:01:39 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlNpNVRpUWVFXC9PWFl5YWs0bEg4REJRPT0iLCJ2YWx1ZSI6IlVHZnhLQ3ArTEtXRmpLUDJlVGdZOVFXSmVGUVVHNk1TNHlZZGgxcVhkSldhN3o1WXYyMWVyZkc0aUNBXC9kb2h1c2tpQ0Q0bFB4Z0orXC95eGVraitHOWkzcVFKR09TWFwvZHBqWGlxSk9IZ1lSUVU2S213eG9Gc1VmZzNRbjN6SnpMIiwibWFjIjoiNGFiOTU4YTU5ZTQ2ZDI5ZDhlZTAyODk0NzFmOTNhOTNiNzc4MGI1YmJhMmY0OGE1ZTZmOGIzZDAxZGE3NzFlNyJ9; expires=Sat, 05-Apr-2025 23:01:40 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IlNpNVRpUWVFXC9PWFl5YWs0bEg4REJRPT0iLCJ2YWx1ZSI6IlVHZnhLQ3ArTEtXRmpLUDJlVGdZOVFXSmVGUVVHNk1TNHlZZGgxcVhkSldhN3o1WXYyMWVyZkc0aUNBXC9kb2h1c2tpQ ▶" 1 => "tinsal_session=eyJpdiI6IkdHXC9yaG9QQTUwdk1BcXJ2TmdJXC9Sdz09IiwidmFsdWUiOiJnTDFZWHhGSld2XC9UakNHZUFhVXFONDB0SXFXUXBHWXJpTHBNN2tzUG5nVkVpRVI4MldOdW9ZZTJYTTU4ZUZcL0pOQjlhR3hGZlM4S2IxUVJnR0w5eUlOd01tdGxvRFlRZmJXcVwvaFZqU21pd1dSM0kzemNBRUxVaGQ0Vk92aXNxeCIsIm1hYyI6ImY1NzE2NTE4MzYyNWE1ZjBiNDZjMTU1OGE3ZDBmNmY3NjdmZDc1NjQwYzBkNTVhNjc2Njc4ODMwNjVlNWNmZjcifQ%3D%3D; expires=Sat, 05-Apr-2025 23:01:40 GMT; Max-Age=7200; path=/; httponly ◀tinsal_session=eyJpdiI6IkdHXC9yaG9QQTUwdk1BcXJ2TmdJXC9Sdz09IiwidmFsdWUiOiJnTDFZWHhGSld2XC9UakNHZUFhVXFONDB0SXFXUXBHWXJpTHBNN2tzUG5nVkVpRVI4MldOdW9ZZTJYTTU4ZUZcL ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlNpNVRpUWVFXC9PWFl5YWs0bEg4REJRPT0iLCJ2YWx1ZSI6IlVHZnhLQ3ArTEtXRmpLUDJlVGdZOVFXSmVGUVVHNk1TNHlZZGgxcVhkSldhN3o1WXYyMWVyZkc0aUNBXC9kb2h1c2tpQ0Q0bFB4Z0orXC95eGVraitHOWkzcVFKR09TWFwvZHBqWGlxSk9IZ1lSUVU2S213eG9Gc1VmZzNRbjN6SnpMIiwibWFjIjoiNGFiOTU4YTU5ZTQ2ZDI5ZDhlZTAyODk0NzFmOTNhOTNiNzc4MGI1YmJhMmY0OGE1ZTZmOGIzZDAxZGE3NzFlNyJ9; expires=Sat, 05-Apr-2025 23:01:40 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlNpNVRpUWVFXC9PWFl5YWs0bEg4REJRPT0iLCJ2YWx1ZSI6IlVHZnhLQ3ArTEtXRmpLUDJlVGdZOVFXSmVGUVVHNk1TNHlZZGgxcVhkSldhN3o1WXYyMWVyZkc0aUNBXC9kb2h1c2tpQ ▶" 1 => "tinsal_session=eyJpdiI6IkdHXC9yaG9QQTUwdk1BcXJ2TmdJXC9Sdz09IiwidmFsdWUiOiJnTDFZWHhGSld2XC9UakNHZUFhVXFONDB0SXFXUXBHWXJpTHBNN2tzUG5nVkVpRVI4MldOdW9ZZTJYTTU4ZUZcL0pOQjlhR3hGZlM4S2IxUVJnR0w5eUlOd01tdGxvRFlRZmJXcVwvaFZqU21pd1dSM0kzemNBRUxVaGQ0Vk92aXNxeCIsIm1hYyI6ImY1NzE2NTE4MzYyNWE1ZjBiNDZjMTU1OGE3ZDBmNmY3NjdmZDc1NjQwYzBkNTVhNjc2Njc4ODMwNjVlNWNmZjcifQ%3D%3D; expires=Sat, 05-Apr-2025 23:01:40 GMT; path=/; httponly ◀tinsal_session=eyJpdiI6IkdHXC9yaG9QQTUwdk1BcXJ2TmdJXC9Sdz09IiwidmFsdWUiOiJnTDFZWHhGSld2XC9UakNHZUFhVXFONDB0SXFXUXBHWXJpTHBNN2tzUG5nVkVpRVI4MldOdW9ZZTJYTTU4ZUZcL ▶" ] ]
0 of 0array:4 [▶ "_token" => "m7JGINWxgtGg4uvh3KZxo8P3REjQp2totc53ncba" "_previous" => array:1 [▶ "url" => "https://tinsal.dz/?q=crown&type=brand" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]