1 x Application (77.56%) | 189.57ms |
1 x Booting (22.34%) | 54.60ms |
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 |
|
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
8.06ms/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)
10.41ms/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.82ms/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` = 'kukko') and `products`.`parent_id` is null and `published` = 1
6.96ms/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` = 'kukko') and `products`.`parent_id` is null and `published` = 1 limit 36 offset 0
17.05ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` in (10625) and `media`.`model_type` = 'App\Models\Product'
1.82ms/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where `brands`.`id` in (308)
840μs/app/Http/Controllers/Frontend/HomeController.php:136tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (304) order by `block` asc, `position` asc
1.47ms/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` = 'kukko') 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.23ms/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` = 'kukko') 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.12ms/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` = 'kukko') and `products`.`parent_id` is null and `published` = 1) and (`status` = '' or `status` is null)
11.57ms/app/Http/Controllers/Frontend/HomeController.php:157tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `brands` where `status` = '1' and `slug` = 'kukko' 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)
8.27ms/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` = 'kukko') 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.32ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `brands` where 0 = 1
470μs/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `categories` where `categories`.`id` in (304) order by `block` asc, `position` asc
1.72ms/app/Http/Controllers/Frontend/HomeController.php:169tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `products` where `products`.`parent_id` = 10625 and `products`.`parent_id` is not null order by `position` asc
13.14msview::71c96d204588ed3024ea79acb41ea21c3fec9264:42tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 308 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Brand'
1.59ms/vendor/spatie/laravel-medialibrary/src/HasMedia/HasMediaTrait.php:508tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` = 33 limit 1
2.54msview::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.2msview::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)
9.91msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:15tinsalMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 304 and `categories`.`parent_id` is not null order by `block` asc, `position` asc
3.31msview::16e7c7ff307634ad244e2a17c9bb92afc75b3be5:125tinsalMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `media` where `media`.`model_id` = 304 and `media`.`model_id` is not null and `media`.`model_type` = 'App\Models\Category'
1.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`)
1.08msview::858658d7bd93c7c72b1b50eba72aec689c148482:3tinsalMetadata | |
---|---|
Hints |
|
Backtrace |
|
200
0 of 0array:2 [▶ "q" => "kukko" "type" => "brand" ]
0 of 0array:2 [▶ "q" => "kukko" "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.22.235.243" "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" => "40066" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "q=kukko&type=brand" "REQUEST_URI" => "/?q=kukko&type=brand" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743919081.4034 "REQUEST_TIME" => 1743919081 ]
[]
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 => "Sun, 06 Apr 2025 05:58:01 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlpnRFpWSFJ1UG05dzBZb3pveDJMdEE9PSIsInZhbHVlIjoiQU1yYXFFSzFzM0NoSUNTdkZ4RDFPSFhVbGliaytYejNQc29qVVV6dGxHKzhsR0krSzAxemFkM0ViakZlY1hkT0J4TXBiVHNcL3o5UmN1UDhNdnNvMHdnV0RNWnVGMEpmOTAxVFwvaU5TYVl5Z3hxbHZIcG11d3p2YmU0RnBBTlwvZ2YiLCJtYWMiOiI3YjBhZmIyNTdmYjk4M2ZmZTNiZmM5NWQ5YWU0NzI0ZDUxNGEyZjk1MGJhNjExNjdkMjkxMzA0NzU1YmNiODBkIn0%3D; expires=Sun, 06-Apr-2025 07:58:01 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IlpnRFpWSFJ1UG05dzBZb3pveDJMdEE9PSIsInZhbHVlIjoiQU1yYXFFSzFzM0NoSUNTdkZ4RDFPSFhVbGliaytYejNQc29qVVV6dGxHKzhsR0krSzAxemFkM0ViakZlY1hkT0J4TXBiV ▶" 1 => "tinsal_session=eyJpdiI6IlVFcmZIUmx0emtMRnFmc1NSR1ZvMWc9PSIsInZhbHVlIjoiK3VHSkxPNVNhOGk1SEZLVjBHYUxleDErYW5vNE4wZHhhYytabEVBXC9LczVpdFpSVm5TYnAwTHRsNkJDaHlNWFNVcHhvUmhKSlwvdlM2WTd2OU5yN1cwVFh1MnVxZ0xmSTJNXC9tQjYrUkRWK1lDT0lzdXdQV084cnNxYVwvY0xibHE3IiwibWFjIjoiMjcxNTQ0NWZkNmIwYzE4NmI0Y2UwYWE4YjZkY2YxYjA1NzlkNDI5NjkyYzE1MWIzMTk1YWRiOTViZDdkZjc2OCJ9; expires=Sun, 06-Apr-2025 07:58:01 GMT; Max-Age=7200; path=/; httponly ◀tinsal_session=eyJpdiI6IlVFcmZIUmx0emtMRnFmc1NSR1ZvMWc9PSIsInZhbHVlIjoiK3VHSkxPNVNhOGk1SEZLVjBHYUxleDErYW5vNE4wZHhhYytabEVBXC9LczVpdFpSVm5TYnAwTHRsNkJDaHlNWFNVc ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlpnRFpWSFJ1UG05dzBZb3pveDJMdEE9PSIsInZhbHVlIjoiQU1yYXFFSzFzM0NoSUNTdkZ4RDFPSFhVbGliaytYejNQc29qVVV6dGxHKzhsR0krSzAxemFkM0ViakZlY1hkT0J4TXBiVHNcL3o5UmN1UDhNdnNvMHdnV0RNWnVGMEpmOTAxVFwvaU5TYVl5Z3hxbHZIcG11d3p2YmU0RnBBTlwvZ2YiLCJtYWMiOiI3YjBhZmIyNTdmYjk4M2ZmZTNiZmM5NWQ5YWU0NzI0ZDUxNGEyZjk1MGJhNjExNjdkMjkxMzA0NzU1YmNiODBkIn0%3D; expires=Sun, 06-Apr-2025 07:58:01 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlpnRFpWSFJ1UG05dzBZb3pveDJMdEE9PSIsInZhbHVlIjoiQU1yYXFFSzFzM0NoSUNTdkZ4RDFPSFhVbGliaytYejNQc29qVVV6dGxHKzhsR0krSzAxemFkM0ViakZlY1hkT0J4TXBiV ▶" 1 => "tinsal_session=eyJpdiI6IlVFcmZIUmx0emtMRnFmc1NSR1ZvMWc9PSIsInZhbHVlIjoiK3VHSkxPNVNhOGk1SEZLVjBHYUxleDErYW5vNE4wZHhhYytabEVBXC9LczVpdFpSVm5TYnAwTHRsNkJDaHlNWFNVcHhvUmhKSlwvdlM2WTd2OU5yN1cwVFh1MnVxZ0xmSTJNXC9tQjYrUkRWK1lDT0lzdXdQV084cnNxYVwvY0xibHE3IiwibWFjIjoiMjcxNTQ0NWZkNmIwYzE4NmI0Y2UwYWE4YjZkY2YxYjA1NzlkNDI5NjkyYzE1MWIzMTk1YWRiOTViZDdkZjc2OCJ9; expires=Sun, 06-Apr-2025 07:58:01 GMT; path=/; httponly ◀tinsal_session=eyJpdiI6IlVFcmZIUmx0emtMRnFmc1NSR1ZvMWc9PSIsInZhbHVlIjoiK3VHSkxPNVNhOGk1SEZLVjBHYUxleDErYW5vNE4wZHhhYytabEVBXC9LczVpdFpSVm5TYnAwTHRsNkJDaHlNWFNVc ▶" ] ]
0 of 0array:4 [▶ "_token" => "Ok819bMyENCwzed9fklF5FzfxAV5pchZ5MFM3Zpg" "_previous" => array:1 [▶ "url" => "https://tinsal.dz/?q=kukko&type=brand" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]