No Item in Cart
SIEMENS
1 x Booting (55.93%) | 199ms |
1 x Application (44.07%) | 157ms |
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 ('3325', '3326', '3327', '3328', '3329')
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 (4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933)
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 (4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933)
Backtrace |
|
select * from `campaign_sold_products` where `campaign_sold_products`.`product_id` in (4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933)
Backtrace |
|
select * from `product_inventories` where `product_inventories`.`product_id` in (4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933)
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 (4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933) 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, 2136, 2138, 2140, 2141, 2142, 2143, 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.76" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cf-ray" => array:1 [▶ 0 => "95ffe7b3ae9b1855-ORD" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "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" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [▶ 0 => "216.73.216.76" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "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 => "Wed, 16 Jul 2025 07:49:49 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkVxQVp2WHo5d3FUR2RBYkFaTXRmK2c9PSIsInZhbHVlIjoiU3VQMlJ4Y3JqZkR2S25FajJnU2JWNXJtekNRbE02ZmV2NWRueGVacm4rY3YxQ2puRExFQkNLWXJmK0VkUW1TUVlHUDArN2xnbmFBUzhzenpEWng2WkI1NzdlU3dZZEJYZ1VOS2Z2WVY3V1IvZ3JUdWt6MzNRRmljRlVPM2gxaVciLCJtYWMiOiJmODUwYjQ1MzY1NjcwOTkwMjhiZmE0YTNjNGM1ZmEwYzU4ZmZmMzEyMTcyZDg1N2JkZGM3NWQ1Mzg3OTNjOGViIiwidGFnIjoiIn0%3D; expires=Wed, 16 Jul 2025 09:49:49 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IkVxQVp2WHo5d3FUR2RBYkFaTXRmK2c9PSIsInZhbHVlIjoiU3VQMlJ4Y3JqZkR2S25FajJnU2JWNXJtekNRbE02ZmV2NWRueGVacm4rY3YxQ2puRExFQkNLWXJmK0VkUW1TUVlHUDArN ▶" 1 => "safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6IkRDZy9uMzArTmh6Z09QTktvcUo3dXc9PSIsInZhbHVlIjoib1Y1QlptUm1ZeVVmakF0UzBrc2FGVlA0MVFkS2x3WVQzTGtNMUIzd0JEV2t3SGt1WUhnSDUzVnFiOHUwV3VkVUd5eGFQTUo4QjBXQ0JUaGp3MTViT0NjdmEzcjVCNnlhZS9iNHY2QW5NRUhselBmb0w1dzFyT09ldG4zQlB4aTMiLCJtYWMiOiJlNGI3MWM4ODcyNjA2MzI0YjEzYTNiMDVmNDQ3OTk2ZTgzZmE4NDFmNTEyMjJjOGE5MGM0MWU4YjdkZTY4MTQ1IiwidGFnIjoiIn0%3D; expires=Wed, 16 Jul 2025 09:49:49 GMT; Max-Age=7200; path=/; httponly ◀safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6IkRDZy9uMzArTmh6Z09QTktvcUo3dXc9PSIsInZhbHVlIjoib1Y1QlptUm1ZeVVmakF0UzBrc2FGVlA0MVFkS2x3WVQzTGtNMUIzd0J ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkVxQVp2WHo5d3FUR2RBYkFaTXRmK2c9PSIsInZhbHVlIjoiU3VQMlJ4Y3JqZkR2S25FajJnU2JWNXJtekNRbE02ZmV2NWRueGVacm4rY3YxQ2puRExFQkNLWXJmK0VkUW1TUVlHUDArN2xnbmFBUzhzenpEWng2WkI1NzdlU3dZZEJYZ1VOS2Z2WVY3V1IvZ3JUdWt6MzNRRmljRlVPM2gxaVciLCJtYWMiOiJmODUwYjQ1MzY1NjcwOTkwMjhiZmE0YTNjNGM1ZmEwYzU4ZmZmMzEyMTcyZDg1N2JkZGM3NWQ1Mzg3OTNjOGViIiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 09:49:49 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IkVxQVp2WHo5d3FUR2RBYkFaTXRmK2c9PSIsInZhbHVlIjoiU3VQMlJ4Y3JqZkR2S25FajJnU2JWNXJtekNRbE02ZmV2NWRueGVacm4rY3YxQ2puRExFQkNLWXJmK0VkUW1TUVlHUDArN ▶" 1 => "safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6IkRDZy9uMzArTmh6Z09QTktvcUo3dXc9PSIsInZhbHVlIjoib1Y1QlptUm1ZeVVmakF0UzBrc2FGVlA0MVFkS2x3WVQzTGtNMUIzd0JEV2t3SGt1WUhnSDUzVnFiOHUwV3VkVUd5eGFQTUo4QjBXQ0JUaGp3MTViT0NjdmEzcjVCNnlhZS9iNHY2QW5NRUhselBmb0w1dzFyT09ldG4zQlB4aTMiLCJtYWMiOiJlNGI3MWM4ODcyNjA2MzI0YjEzYTNiMDVmNDQ3OTk2ZTgzZmE4NDFmNTEyMjJjOGE5MGM0MWU4YjdkZTY4MTQ1IiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 09:49:49 GMT; path=/; httponly ◀safecart_multi_vendor_ecommerce_platform_session=eyJpdiI6IkRDZy9uMzArTmh6Z09QTktvcUo3dXc9PSIsInZhbHVlIjoib1Y1QlptUm1ZeVVmakF0UzBrc2FGVlA0MVFkS2x3WVQzTGtNMUIzd0J ▶" ] ]
0 of 0array:3 [▼ "_token" => "34ypwvkot5FZ9NJRSuRuceyi16V516jzfnJyLiQE" "_previous" => array:1 [▶ "url" => "https://hubspareparts.com/vendor/SIEMENS" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]