1 x Application (73.68%) | 200.56ms |
1 x Booting (26.18%) | 71.26ms |
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
7.69ms/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)
8.59ms/app/Repositories/ProductRepository.php:96tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `categories` where `is_disable` = '0' and `is_default` = 0 and `level` = 1
1.61ms/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` = 'cam') and `products`.`parent_id` is null and `published` = 1
12.03ms/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` = 'cam') and `products`.`parent_id` is null and `published` = 1 limit 36 offset 0
14.2ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` in (10283, 10284) and `media`.`model_type` = 'App\Models\Product'
2.15ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where `brands`.`id` in (201)
790μs/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (1099) order by `block` asc, `position` asc
940μs/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` = 'cam') 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
8.24ms/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` = 'cam') 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
12.93ms/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` = 'cam') and `products`.`parent_id` is null and `published` = 1) and (`status` = '' or `status` is null)
14.25ms/app/Http/Controllers/Frontend/HomeController.php:157tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `brands` where `status` = '1' and `slug` = 'cam' 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)
7.62ms/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` = 'cam') and `products`.`parent_id` is null and `published` = 1
7.27ms/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'
1.18ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where 0 = 1
630μs/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (1099) order by `block` asc, `position` asc
700μs/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 10283 and `products`.`parent_id` is not null order by `position` asc
13.41msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 201 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Brand'
1.19ms/vendor/spatie/laravel-medialibrary/src/HasMedia/HasMediaTrait.php:508tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
1.13msview::71c96d204588ed3024ea79acb41ea21c3fec9264:120tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 10284 and `products`.`parent_id` is not null order by `position` asc
9.59msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
790μsview::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
5.19msview::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.83msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:15tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 1099 and `categories`.`parent_id` is not null order by `block` asc, `position` asc
2.7msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:125tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 1099 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Category'
1.81ms/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`)
1.74msview::858658d7bd93c7c72b1b50eba72aec689c148482:3tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
200
0 of 0array:2 [▶ "q" => "cam" "type" => "brand" ]
0 of 0array:2 [▶ "q" => "cam" "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.216.229.154" "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" => "51039" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "q=cam&type=brand" "REQUEST_URI" => "/?q=cam&type=brand" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744028350.7193 "REQUEST_TIME" => 1744028350 ]
[]
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 => "Mon, 07 Apr 2025 12:19:10 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjY3cmRcL0tLZWhYa1BXdVwvYjhxbXFcL3c9PSIsInZhbHVlIjoib1RcL3N6WEFNM2tvaTZVbFB1T2tFQnNpS0hmaGo4cWlKK0tGUGtxOGZWUW50Rkx3Q2lnZGtUQmhsS1B3WGw2cmc3ZldIcDdxYVhMeDBQVjFXbmpWQlwvQVN0OWFGaGd3U01uK3o0azFpT0IwelpkdFIxc1pMVGFzYjh1czk3bk0ySCIsIm1hYyI6Ijg5NTQ0YmVlMWMwYjZhMmVjYjc3MTNkNjk4ZjM3YzQ2ZGMwMDgyNTljZDc4MTQxYmIyZjI1NzUzMWZjZmE3NjEifQ%3D%3D; expires=Mon, 07-Apr-2025 14:19:10 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjY3cmRcL0tLZWhYa1BXdVwvYjhxbXFcL3c9PSIsInZhbHVlIjoib1RcL3N6WEFNM2tvaTZVbFB1T2tFQnNpS0hmaGo4cWlKK0tGUGtxOGZWUW50Rkx3Q2lnZGtUQmhsS1B3WGw2cmc3Z ▶" 1 => "tinsal_session=eyJpdiI6ImMwU29IWjN0QVJ5TEJFY3dhMFVjcEE9PSIsInZhbHVlIjoiQ2JBNmN5Q3FZZGJwZHMyQ3ZiVWhnU25RWE5cL2tcL0FEOXdcL1Yra3JhTWdNT3Eyb1NQeFN0eTZIOW9PNmQzaXdyVTBvXC9helJKY3ZmRzlmVnVreTFYcTgxSkphdWcyR2g0bGxpS09nSERvTEp2U2d5RG00MGtKNEJJbmt4R1plR3U4IiwibWFjIjoiMGVjMzE4MGY0MzFkM2VhNjhlYTIxMDdhZmMyNDkyNDM1ZWJkODlmMGViZDhhOGQxYjZiNzc5MDAzNmEzYTI4ZCJ9; expires=Mon, 07-Apr-2025 14:19:10 GMT; Max-Age=7200; path=/; httponly ◀tinsal_session=eyJpdiI6ImMwU29IWjN0QVJ5TEJFY3dhMFVjcEE9PSIsInZhbHVlIjoiQ2JBNmN5Q3FZZGJwZHMyQ3ZiVWhnU25RWE5cL2tcL0FEOXdcL1Yra3JhTWdNT3Eyb1NQeFN0eTZIOW9PNmQzaXdyV ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjY3cmRcL0tLZWhYa1BXdVwvYjhxbXFcL3c9PSIsInZhbHVlIjoib1RcL3N6WEFNM2tvaTZVbFB1T2tFQnNpS0hmaGo4cWlKK0tGUGtxOGZWUW50Rkx3Q2lnZGtUQmhsS1B3WGw2cmc3ZldIcDdxYVhMeDBQVjFXbmpWQlwvQVN0OWFGaGd3U01uK3o0azFpT0IwelpkdFIxc1pMVGFzYjh1czk3bk0ySCIsIm1hYyI6Ijg5NTQ0YmVlMWMwYjZhMmVjYjc3MTNkNjk4ZjM3YzQ2ZGMwMDgyNTljZDc4MTQxYmIyZjI1NzUzMWZjZmE3NjEifQ%3D%3D; expires=Mon, 07-Apr-2025 14:19:10 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjY3cmRcL0tLZWhYa1BXdVwvYjhxbXFcL3c9PSIsInZhbHVlIjoib1RcL3N6WEFNM2tvaTZVbFB1T2tFQnNpS0hmaGo4cWlKK0tGUGtxOGZWUW50Rkx3Q2lnZGtUQmhsS1B3WGw2cmc3Z ▶" 1 => "tinsal_session=eyJpdiI6ImMwU29IWjN0QVJ5TEJFY3dhMFVjcEE9PSIsInZhbHVlIjoiQ2JBNmN5Q3FZZGJwZHMyQ3ZiVWhnU25RWE5cL2tcL0FEOXdcL1Yra3JhTWdNT3Eyb1NQeFN0eTZIOW9PNmQzaXdyVTBvXC9helJKY3ZmRzlmVnVreTFYcTgxSkphdWcyR2g0bGxpS09nSERvTEp2U2d5RG00MGtKNEJJbmt4R1plR3U4IiwibWFjIjoiMGVjMzE4MGY0MzFkM2VhNjhlYTIxMDdhZmMyNDkyNDM1ZWJkODlmMGViZDhhOGQxYjZiNzc5MDAzNmEzYTI4ZCJ9; expires=Mon, 07-Apr-2025 14:19:10 GMT; path=/; httponly ◀tinsal_session=eyJpdiI6ImMwU29IWjN0QVJ5TEJFY3dhMFVjcEE9PSIsInZhbHVlIjoiQ2JBNmN5Q3FZZGJwZHMyQ3ZiVWhnU25RWE5cL2tcL0FEOXdcL1Yra3JhTWdNT3Eyb1NQeFN0eTZIOW9PNmQzaXdyV ▶" ] ]
0 of 0array:4 [▶ "_token" => "ltoyGyaf5ApKv4DWzSD6ev3SGo2mRPRtnyLlxLJp" "_previous" => array:1 [▶ "url" => "https://tinsal.dz/?q=cam&type=brand" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]