Schmackes Imbiss

  • Wuppertal
  • Gastronomy
  • 4920251986860
  • schmackes@email.de

About Company

Reviews

0/5

Not rated
From 0 review
You must to write review
SettingsRequest history8.2.27PHP Version816msRequest Duration37MBMemory UsageAuth statusGET companies/{slug}
status
200 OK
full_url
https://careergo.eu/companies/schmackes-imbiss
action_name
companies.detail
controller_action
Modules\Company\Controllers\CompanyController@detail
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://careergo.eu/companies/schmackes-imbiss
action_name
companies.detail
controller_action
Modules\Company\Controllers\CompanyController@detail
uri
GET companies/{slug}
controller
Modules\Company\Controllers\CompanyController@detail
namespace
Modules\Company\Controllers
prefix
/companies
file
modules/Company/Controllers/CompanyController.php:122-214
middleware
web
duration
828ms
peak_memory
38.5MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "host" => array:1 [ 0 => "careergo.eu" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 17 May 2025 15:49:13 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "1QfebLIVH2z6FcaTUwSAFkScCS23bSnZt35e6SMo" ]
    • Booting (474ms)time
    • Application (342ms)time
    • Routing (13.67ms)
    • Preparing Response (157ms)
    • 1 x Booting (58.08%)
      474ms
      1 x Application (41.92%)
      342ms
      1 x Preparing Response (19.3%)
      157ms
      1 x Routing (1.68%)
      13.67ms
      18 templates were rendered
      • 1x Company::frontend.detaildetail.blade.php#?blade
      • 1x Company::frontend.layouts.details.ver.company-single-v1company-single-v1.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x Review::frontend.formform.blade.php#?blade
      • 1x Company::frontend.layouts.details.companies-sidebarcompanies-sidebar.blade.php#?blade
      • 1x Layout::global.contactcontact.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Language::frontend.switcher-dropdownswitcher-dropdown.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Layout::parts.cookie-consent-initcookie-consent-init.blade.php#?blade
      uri
      GET companies/{slug}
      middleware
      web
      controller
      Modules\Company\Controllers\CompanyController@detail
      namespace
      Modules\Company\Controllers
      prefix
      /companies
      as
      companies.detail
      file
      modules/Company/Controllers/CompanyController.php:122-214
      12 statements were executed58.32ms
      • CompanyController.php#128careergo_eu1.28msselect `bc_companies`.*, (select count(*) from `bc_jobs` where `bc_companies`.`id` = `bc_jobs`.`company_id` and `status` = 'publish' and `bc_jobs`.`deleted_at` is null) as `jobs_count` from `bc_companies` where `slug` = 'schmackes-imbiss' and `status` = 'publish' and `bc_companies`.`deleted_at` is null limit 1
        Bindings
        • 0: publish
        • 1: schmackes-imbiss
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Company/Controllers/CompanyController.php:128
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CompanyController.php#128careergo_eu610μsselect * from `bc_company_categories` where `bc_company_categories`.`id` in (55) and `bc_company_categories`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Company/Controllers/CompanyController.php:128
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CompanyController.php#128careergo_eu600μsselect * from `bc_locations` where `bc_locations`.`id` in (41) and `bc_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Company/Controllers/CompanyController.php:128
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CompanyController.php#128careergo_eu1.26msselect * from `bc_company_term` where `bc_company_term`.`company_id` in (128043)
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Company/Controllers/CompanyController.php:128
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CompanyController.php#128careergo_eu790μsselect * from `users` where `users`.`id` in (15) and `users`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Company/Controllers/CompanyController.php:128
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CompanyController.php#152careergo_eu1.07msselect count(*) as aggregate from `bc_jobs` where `company_id` = 128043 and `status` = 'publish' and `bc_jobs`.`deleted_at` is null
        Bindings
        • 0: 128043
        • 1: publish
        Backtrace
        • modules/Company/Controllers/CompanyController.php:152
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • HasReview.php#16careergo_eu1.18msselect count(*) as aggregate from `bc_review` where `object_id` = 128043 and `object_model` = 'company' and `status` = 'approved' and `bc_review`.`deleted_at` is null
        Bindings
        • 0: 128043
        • 1: company
        • 2: approved
        Backtrace
        • app/Traits/HasReview.php:16
        • modules/Company/Controllers/CompanyController.php:165
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • BaseModel.php#208careergo_eu1.15msselect * from `bc_seo` where `object_id` = 128043 and `object_model` = 'companies' limit 1
        Bindings
        • 0: 128043
        • 1: companies
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/BaseModel.php:208
        • app/BaseModel.php:221
        • modules/Company/Controllers/CompanyController.php:171
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • CompanyController.php#178careergo_eu570μsselect * from `bc_attrs` where `service` = 'company' and `bc_attrs`.`deleted_at` is null
        Bindings
        • 0: company
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Company/Controllers/CompanyController.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • AppHelper.php#1208careergo_eu43.94msselect count(*) as aggregate from `user_views` where `user_id` = 15 and `client_ip` = '18.217.226.1' and date(`created_at`) = '2025-05-17'
        Bindings
        • 0: 15
        • 1: 18.217.226.1
        • 2: 2025-05-17
        Backtrace
        • app/Helpers/AppHelper.php:1208
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • BaseModel.php#65careergo_eu4.53msinsert into `user_views` (`user_id`, `client_ip`, `create_user`, `updated_at`, `created_at`) values (15, '18.217.226.1', null, '2025-05-17 15:49:13', '2025-05-17 15:49:13')
        Bindings
        • 0: 15
        • 1: 18.217.226.1
        • 2: 
        • 3: 2025-05-17 15:49:13
        • 4: 2025-05-17 15:49:13
        Backtrace
        • app/BaseModel.php:65
        • app/Helpers/AppHelper.php:1213
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HasReview.php#60careergo_eu1.34msselect bc_review_meta.name ,avg( bc_review_meta.val ) as review_score from `bc_review` inner join `bc_review_meta` on `bc_review`.`id` = `bc_review_meta`.`review_id` and `bc_review_meta`.`name` in ('name', 'descriptions', 'item') where `bc_review`.`object_id` = 128043 and `bc_review`.`object_model` = 'company' and `bc_review`.`status` = 'approved' and `bc_review`.`deleted_at` is null group by `bc_review_meta`.`name`
        Bindings
        • 0: name
        • 1: descriptions
        • 2: item
        • 3: 128043
        • 4: company
        • 5: approved
        Backtrace
        • app/Traits/HasReview.php:60
        • view::Company::frontend.detail:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      Modules\Company\Models\Company
      1Company.php#?
      Modules\Company\Models\CompanyCategory
      1CompanyCategory.php#?
      Modules\Location\Models\Location
      1Location.php#?
      App\User
      1User.php#?
      Modules\Core\Models\SEO
      1SEO.php#?
      Modules\Core\Models\Attributes
      1Attributes.php#?
        web
        null
        api
        null
        sanctum
        null
          _token
          1QfebLIVH2z6FcaTUwSAFkScCS23bSnZt35e6SMo
          ClearShow all
          Date ↕MethodURLData
          #12025-05-17 15:49:13GET/companies/schmackes-imbiss18126
          Close menu