No Item in Cart
SIEMENS
1 x Application (51.05%) | 231ms |
1 x Booting (48.95%) | 222ms |
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` in ('language_select_option', 'site_google_analytics', 'home_page_01_topbar_info_list_icon_icon', 'og_meta_image_for_site', 'site_color', 'site_logo', 'site_white_logo', 'site_main_color_two', 'site_secondary_color', 'site_heading_color', 'site_paragraph_color', 'heading_font', 'heading_font_family', 'body_font_family', 'site_rtl_enabled', 'blog_page_slug', 'service_page_slug', 'about_page_slug', 'team_page_slug', 'faq_page_slug', 'contact_page_slug', 'career_with_us_page_slug', 'knowledgebase_page_slug', 'site_third_party_tracking_code', 'site_favicon', 'home_page_variant', 'item_license_status', 'site_script_unique_key', 'home_page_navbar_button_status', 'home_page_navbar_button_url', 'home_page_navbar_button_icon', 'home_page_navbar_button_icon', 'home_page_navbar_button_subtitle', 'home_page_navbar_button_title', 'site_meta_description', 'site_meta_tags', 'site_title', 'site_tag_line', 'home_page_01_topbar_info_list_text', 'navbar_right_text', 'navbar_right_info')
Bindings |
|
Backtrace |
|
select * from `social_icons`
Backtrace |
|
select * from `languages` where `status` = 'publish'
Bindings |
|
Backtrace |
|
select * from `menus` where (`status` = 'default') limit 1
Bindings |
|
Backtrace |
|
select `vendors`.*, (select avg(`product_ratings`.`rating`) from `product_ratings` inner join `products` on `products`.`id` = `product_ratings`.`product_id` where `vendors`.`id` = `products`.`vendor_id` and `products`.`deleted_at` is null) as `vendor_product_rating_avg_product_ratingsrating`, (select count(*) from `product_ratings` inner join `products` on `products`.`id` = `product_ratings`.`product_id` where `vendors`.`id` = `products`.`vendor_id` and `products`.`deleted_at` is null) as `vendor_product_rating_count`, (select count(*) from `products` where `vendors`.`id` = `products`.`vendor_id` and `products`.`deleted_at` is null) as `product_count` from `vendors` where `username` = 'SIEMENS' and `vendors`.`deleted_at` is null order by `vendor_product_rating_count` desc limit 1
Bindings |
|
Backtrace |
|
select * from `statuses` where `statuses`.`id` in (1) and `statuses`.`deleted_at` is null
Backtrace |
|
select `media_uploads`.*, `vendor_shop_infos`.`vendor_id` as `laravel_through_key` from `media_uploads` inner join `vendor_shop_infos` on `vendor_shop_infos`.`cover_photo_id` = `media_uploads`.`id` where `vendor_shop_infos`.`vendor_id` in (270)
Backtrace |
|
select `media_uploads`.*, `vendor_shop_infos`.`vendor_id` as `laravel_through_key` from `media_uploads` inner join `vendor_shop_infos` on `vendor_shop_infos`.`logo_id` = `media_uploads`.`id` where `vendor_shop_infos`.`vendor_id` in (270)
Backtrace |
|
select `products`.*, (select count(*) from `sub_order_items` where `products`.`id` = `sub_order_items`.`product_id`) as `order_items_count`, (select count(*) from `product_inventory_details` where `products`.`id` = `product_inventory_details`.`product_id`) as `inventory_detail_count`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `ratings_count`, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `ratings_avg_rating` from `products` where `vendor_id` = 270 and `products`.`deleted_at` is null order by `order_items_count` desc limit 20
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in ('3230', '3235', '3385', '3386', '3387', '3467', '3468', '3469')
Bindings |
|
Backtrace |
|
select * from `badges` where `badges`.`id` in (11) and `badges`.`deleted_at` is null
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in (1245)
Bindings |
|
Backtrace |
|
select * from `product_uom` where `product_uom`.`product_id` in (4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129)
Backtrace |
|
select * from `units` where `units`.`id` in (8) and `units`.`deleted_at` is null
Backtrace |
|
select * from `campaign_products` where `campaign_products`.`product_id` in (4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129)
Backtrace |
|
select * from `campaign_sold_products` where `campaign_sold_products`.`product_id` in (4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129)
Backtrace |
|
select * from `product_inventories` where `product_inventories`.`product_id` in (4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129)
Backtrace |
|
select `categories`.*, (select count(*) from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `vendor_id` = 270 and `status_id` = 1 and `products`.`deleted_at` is null) as `product_count` from `categories` where exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `status_id` = 1 and `products`.`deleted_at` is null) and `categories`.`deleted_at` is null having product_count > 0
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in (1047, 1051, 1055, 1070, 1072, 1091, 1092, 1093)
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `product_inventory_details` where `products`.`id` = `product_inventory_details`.`product_id`) as `inventory_detail_count`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `ratings_count`, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `ratings_avg_rating`, `product_categories`.`category_id` as `laravel_through_key` from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `status_id` = 1 and `product_categories`.`category_id` in (28, 39, 42, 44, 53, 54, 55, 56) and `vendor_id` = 270 and `products`.`deleted_at` is null limit 8
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in ('3210')
Bindings |
|
Backtrace |
|
select * from `badges` where `badges`.`id` in (11) and `badges`.`deleted_at` is null
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in (1245)
Bindings |
|
Backtrace |
|
select * from `product_uom` where `product_uom`.`product_id` in (4126, 4160, 4161, 4162, 4163, 4164, 4165, 4166)
Backtrace |
|
select * from `units` where `units`.`id` in (8) and `units`.`deleted_at` is null
Backtrace |
|
select * from `campaign_products` where `campaign_products`.`product_id` in (4126, 4160, 4161, 4162, 4163, 4164, 4165, 4166)
Backtrace |
|
select * from `campaign_sold_products` where `campaign_sold_products`.`product_id` in (4126, 4160, 4161, 4162, 4163, 4164, 4165, 4166)
Backtrace |
|
select * from `product_inventories` where `product_inventories`.`product_id` in (4126, 4160, 4161, 4162, 4163, 4164, 4165, 4166)
Backtrace |
|
select `categories`.*, `product_categories`.`product_id` as `laravel_through_key` from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `product_categories`.`product_id` in (4126, 4160, 4161, 4162, 4163, 4164, 4165, 4166) and `categories`.`deleted_at` is null limit 1
Backtrace |
|
select * from `campaigns` where exists (select * from `products` inner join `campaign_products` on `campaign_products`.`product_id` = `products`.`id` where `campaigns`.`id` = `campaign_products`.`campaign_id` and `status_id` = 1 and `products`.`deleted_at` is null) and `vendor_id` = 270
Bindings |
|
Backtrace |
|
select * from `vendor_shop_infos` where `vendor_shop_infos`.`vendor_id` = 270 and `vendor_shop_infos`.`vendor_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `static_options` where `option_name` = 'product_in_stock_limit_set' limit 1
Bindings |
|
Backtrace |
|
select * from `vendor_addresses` where `vendor_addresses`.`vendor_id` = 270 and `vendor_addresses`.`vendor_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` = '1021' limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` = '1021' limit 1
Bindings |
|
Backtrace |
|
select `slug` from `pages` where `id` = '9' limit 1
Bindings |
|
Backtrace |
|
select * from `brands` where `brands`.`deleted_at` is null limit 10
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` in (2132, 2134, 2135, 2138, 2144, 2147, 2158, 2171, 2175, 2179)
Bindings |
|
Backtrace |
|
select * from `languages` where `default` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `languages` where `slug` is null limit 1
Backtrace |
|
select * from `media_uploads` where `media_uploads`.`id` = '1021' limit 1
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:23 [▼ "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, br" ] "host" => array:1 [▶ 0 => "hubspareparts.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" ] "x-forwarded-for" => array:1 [▶ 0 => "216.73.216.8" ] "cf-ray" => array:1 [▶ 0 => "96d6696f3b3ff14f-ORD" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-connecting-ip" => array:1 [▶ 0 => "216.73.216.8" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "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" ] "authorization" => array:1 [▶ 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 => "Mon, 11 Aug 2025 08:37:35 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InFuY3N1NVg2ZEpLS0JRQVAwYXQ0VFE9PSIsInZhbHVlIjoiSGh1R2QzVnRZdG9pWjdhSTBkOFJhTmN4Tm41S1Nsc3BDazAwdnFmU1dJL0xFRXZ6dWovenM5cVhibTRhVXpWbkhQcE8vZDhXKzRuWk5QRDlOVVRzWThqbng3cG4xNkdwOXBJTjZ5Sit2OGh2ZEEwR2RqTlRTdi92U2M1ZFg0Y3oiLCJtYWMiOiI0MmU0YmMyZmVlZGNkYjkwNmI0ZjRkODgyMDgxMTE4ZDZmYTRhYzVjZDM0ZjY0Y2FmYzkzMGQ5MDRkYzA1YTAxIiwidGFnIjoiIn0%3D; expires=Mon, 11 Aug 2025 10:37:35 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6InFuY3N1NVg2ZEpLS0JRQVAwYXQ0VFE9PSIsInZhbHVlIjoiSGh1R2QzVnRZdG9pWjdhSTBkOFJhTmN4Tm41S1Nsc3BDazAwdnFmU1dJL0xFRXZ6dWovenM5cVhibTRhVXpWbkhQcE8vZ ▶" 1 => "safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6ImxwaE1RaVdRUkd0N3RtSFUwVHF1Smc9PSIsInZhbHVlIjoiT3A2N3M4S3ZBdHhYZExBZnZNaE5BcXpJczFWREFoTkV4b0ZuODdwSS9OMHkrUWhUcVMrT2hJcmVoc081M1BGWHE3blBwb1pKZWxFQWpUWjdiVTB0VzF1VkN0WHREZml4Z0UvOFFpUDJTWWUyeVFQamxvWlNNVFRwWDNMUjRPNG0iLCJtYWMiOiIwOTQ2NjllNjYxZDUwNmUwMmM2YjU1MTU0YTdiNWE1YmE1ZThkMGMxMzNmNWRkODk0M2Q4MGNkOWYzMGM5OTc3IiwidGFnIjoiIn0%3D; expires=Mon, 11 Aug 2025 10:37:35 GMT; Max-Age=7200; path=/; httponly ◀safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6ImxwaE1RaVdRUkd0N3RtSFUwVHF1Smc9PSIsInZhbHVlIjoiT3A2N3M4S3ZBdHhYZExBZnZNaE5BcXpJczFWREFoTkV4b0ZuODdwSS9 ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InFuY3N1NVg2ZEpLS0JRQVAwYXQ0VFE9PSIsInZhbHVlIjoiSGh1R2QzVnRZdG9pWjdhSTBkOFJhTmN4Tm41S1Nsc3BDazAwdnFmU1dJL0xFRXZ6dWovenM5cVhibTRhVXpWbkhQcE8vZDhXKzRuWk5QRDlOVVRzWThqbng3cG4xNkdwOXBJTjZ5Sit2OGh2ZEEwR2RqTlRTdi92U2M1ZFg0Y3oiLCJtYWMiOiI0MmU0YmMyZmVlZGNkYjkwNmI0ZjRkODgyMDgxMTE4ZDZmYTRhYzVjZDM0ZjY0Y2FmYzkzMGQ5MDRkYzA1YTAxIiwidGFnIjoiIn0%3D; expires=Mon, 11-Aug-2025 10:37:35 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InFuY3N1NVg2ZEpLS0JRQVAwYXQ0VFE9PSIsInZhbHVlIjoiSGh1R2QzVnRZdG9pWjdhSTBkOFJhTmN4Tm41S1Nsc3BDazAwdnFmU1dJL0xFRXZ6dWovenM5cVhibTRhVXpWbkhQcE8vZ ▶" 1 => "safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6ImxwaE1RaVdRUkd0N3RtSFUwVHF1Smc9PSIsInZhbHVlIjoiT3A2N3M4S3ZBdHhYZExBZnZNaE5BcXpJczFWREFoTkV4b0ZuODdwSS9OMHkrUWhUcVMrT2hJcmVoc081M1BGWHE3blBwb1pKZWxFQWpUWjdiVTB0VzF1VkN0WHREZml4Z0UvOFFpUDJTWWUyeVFQamxvWlNNVFRwWDNMUjRPNG0iLCJtYWMiOiIwOTQ2NjllNjYxZDUwNmUwMmM2YjU1MTU0YTdiNWE1YmE1ZThkMGMxMzNmNWRkODk0M2Q4MGNkOWYzMGM5OTc3IiwidGFnIjoiIn0%3D; expires=Mon, 11-Aug-2025 10:37:35 GMT; path=/; httponly ◀safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6ImxwaE1RaVdRUkd0N3RtSFUwVHF1Smc9PSIsInZhbHVlIjoiT3A2N3M4S3ZBdHhYZExBZnZNaE5BcXpJczFWREFoTkV4b0ZuODdwSS9 ▶" ] ]
0 of 0array:3 [▼ "_token" => "lSJ2qNvfI6Xx4uSLyCljpXY27HLdR7ov8fKi5M3A" "_previous" => array:1 [▶ "url" => "https://hubspareparts.com/vendor/SIEMENS" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]