News & Events

Company Brochure

Download Now

Associate Brochure

Download Now

Copyright © 2019 Red Bean Hospitality All Rights Reserved Terms & Conditions | Privacy Policy

Website Design & Developed By: Daksha Digitas

NAME COMPONENT DURATION 0 ms 20 ms 40 ms 60 ms 80 ms 100 ms
Connecting to Database: "default"Database0.00 ms
BootstrapTimer39.22 ms
Event: pre_systemEvents13.68 ms
RoutingTimer0.38 ms
Before FiltersTimer0.02 ms
ControllerTimer47.75 ms
Controller ConstructorTimer43.42 ms
View: front/layout/_header.phpViews1.34 ms
View: front/media.phpViews1.87 ms
View: front/layout/_footer.phpViews0.99 ms
After FiltersTimer0.51 ms

Files ( 137 )

Common.php APPPATH/Common.php
App.php APPPATH/Config/App.php
Autoload.php APPPATH/Config/Autoload.php
development.php APPPATH/Config/Boot/development.php
Cache.php APPPATH/Config/Cache.php
Constants.php APPPATH/Config/Constants.php
ContentSecurityPolicy.php APPPATH/Config/ContentSecurityPolicy.php
Cookie.php APPPATH/Config/Cookie.php
Database.php APPPATH/Config/Database.php
Events.php APPPATH/Config/Events.php
Exceptions.php APPPATH/Config/Exceptions.php
Feature.php APPPATH/Config/Feature.php
Filters.php APPPATH/Config/Filters.php
Kint.php APPPATH/Config/Kint.php
Logger.php APPPATH/Config/Logger.php
Modules.php APPPATH/Config/Modules.php
Paths.php APPPATH/Config/Paths.php
Routes.php APPPATH/Config/Routes.php
Routing.php APPPATH/Config/Routing.php
Services.php APPPATH/Config/Services.php
Toolbar.php APPPATH/Config/Toolbar.php
UserAgents.php APPPATH/Config/UserAgents.php
Validation.php APPPATH/Config/Validation.php
View.php APPPATH/Config/View.php
BaseController.php APPPATH/Controllers/BaseController.php
Home.php APPPATH/Controllers/Home.php
BlogModel.php APPPATH/Models/BlogModel.php
HomeModel.php APPPATH/Models/HomeModel.php
_footer.php APPPATH/Views/front/layout/_footer.php
_header.php APPPATH/Views/front/layout/_header.php
media.php APPPATH/Views/front/media.php
index.php FCPATH/index.php
ResponseTrait.php SYSTEMPATH/API/ResponseTrait.php
Autoloader.php SYSTEMPATH/Autoloader/Autoloader.php
FileLocator.php SYSTEMPATH/Autoloader/FileLocator.php
BaseModel.php SYSTEMPATH/BaseModel.php
CacheFactory.php SYSTEMPATH/Cache/CacheFactory.php
CacheInterface.php SYSTEMPATH/Cache/CacheInterface.php
BaseHandler.php SYSTEMPATH/Cache/Handlers/BaseHandler.php
FileHandler.php SYSTEMPATH/Cache/Handlers/FileHandler.php
ResponseCache.php SYSTEMPATH/Cache/ResponseCache.php
CodeIgniter.php SYSTEMPATH/CodeIgniter.php
Common.php SYSTEMPATH/Common.php
AutoloadConfig.php SYSTEMPATH/Config/AutoloadConfig.php
BaseConfig.php SYSTEMPATH/Config/BaseConfig.php
BaseService.php SYSTEMPATH/Config/BaseService.php
DotEnv.php SYSTEMPATH/Config/DotEnv.php
Factories.php SYSTEMPATH/Config/Factories.php
Factory.php SYSTEMPATH/Config/Factory.php
Routing.php SYSTEMPATH/Config/Routing.php
Services.php SYSTEMPATH/Config/Services.php
View.php SYSTEMPATH/Config/View.php
Controller.php SYSTEMPATH/Controller.php
CloneableCookieInterface.php SYSTEMPATH/Cookie/CloneableCookieInterface.php
Cookie.php SYSTEMPATH/Cookie/Cookie.php
CookieInterface.php SYSTEMPATH/Cookie/CookieInterface.php
CookieStore.php SYSTEMPATH/Cookie/CookieStore.php
BaseBuilder.php SYSTEMPATH/Database/BaseBuilder.php
BaseConnection.php SYSTEMPATH/Database/BaseConnection.php
Config.php SYSTEMPATH/Database/Config.php
ConnectionInterface.php SYSTEMPATH/Database/ConnectionInterface.php
Database.php SYSTEMPATH/Database/Database.php
Builder.php SYSTEMPATH/Database/MySQLi/Builder.php
Connection.php SYSTEMPATH/Database/MySQLi/Connection.php
Exceptions.php SYSTEMPATH/Debug/Exceptions.php
Timer.php SYSTEMPATH/Debug/Timer.php
Toolbar.php SYSTEMPATH/Debug/Toolbar.php
BaseCollector.php SYSTEMPATH/Debug/Toolbar/Collectors/BaseCollector.php
Database.php SYSTEMPATH/Debug/Toolbar/Collectors/Database.php
Events.php SYSTEMPATH/Debug/Toolbar/Collectors/Events.php
Files.php SYSTEMPATH/Debug/Toolbar/Collectors/Files.php
Logs.php SYSTEMPATH/Debug/Toolbar/Collectors/Logs.php
Routes.php SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php
Timers.php SYSTEMPATH/Debug/Toolbar/Collectors/Timers.php
Views.php SYSTEMPATH/Debug/Toolbar/Collectors/Views.php
Events.php SYSTEMPATH/Events/Events.php
DebugToolbar.php SYSTEMPATH/Filters/DebugToolbar.php
FilterInterface.php SYSTEMPATH/Filters/FilterInterface.php
Filters.php SYSTEMPATH/Filters/Filters.php
ContentSecurityPolicy.php SYSTEMPATH/HTTP/ContentSecurityPolicy.php
Header.php SYSTEMPATH/HTTP/Header.php
IncomingRequest.php SYSTEMPATH/HTTP/IncomingRequest.php
Message.php SYSTEMPATH/HTTP/Message.php
MessageInterface.php SYSTEMPATH/HTTP/MessageInterface.php
MessageTrait.php SYSTEMPATH/HTTP/MessageTrait.php
OutgoingRequest.php SYSTEMPATH/HTTP/OutgoingRequest.php
OutgoingRequestInterface.php SYSTEMPATH/HTTP/OutgoingRequestInterface.php
Request.php SYSTEMPATH/HTTP/Request.php
RequestInterface.php SYSTEMPATH/HTTP/RequestInterface.php
RequestTrait.php SYSTEMPATH/HTTP/RequestTrait.php
Response.php SYSTEMPATH/HTTP/Response.php
ResponseInterface.php SYSTEMPATH/HTTP/ResponseInterface.php
ResponseTrait.php SYSTEMPATH/HTTP/ResponseTrait.php
SiteURI.php SYSTEMPATH/HTTP/SiteURI.php
SiteURIFactory.php SYSTEMPATH/HTTP/SiteURIFactory.php
URI.php SYSTEMPATH/HTTP/URI.php
UserAgent.php SYSTEMPATH/HTTP/UserAgent.php
array_helper.php SYSTEMPATH/Helpers/array_helper.php
form_helper.php SYSTEMPATH/Helpers/form_helper.php
kint_helper.php SYSTEMPATH/Helpers/kint_helper.php
url_helper.php SYSTEMPATH/Helpers/url_helper.php
Logger.php SYSTEMPATH/Log/Logger.php
Model.php SYSTEMPATH/Model.php
Modules.php SYSTEMPATH/Modules/Modules.php
RouteCollection.php SYSTEMPATH/Router/RouteCollection.php
RouteCollectionInterface.php SYSTEMPATH/Router/RouteCollectionInterface.php
Router.php SYSTEMPATH/Router/Router.php
RouterInterface.php SYSTEMPATH/Router/RouterInterface.php
Superglobals.php SYSTEMPATH/Superglobals.php
Escaper.php SYSTEMPATH/ThirdParty/Escaper/Escaper.php
FacadeInterface.php SYSTEMPATH/ThirdParty/Kint/FacadeInterface.php
Kint.php SYSTEMPATH/ThirdParty/Kint/Kint.php
AbstractRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/AbstractRenderer.php
CliRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/CliRenderer.php
RendererInterface.php SYSTEMPATH/ThirdParty/Kint/Renderer/RendererInterface.php
RichRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/RichRenderer.php
TextRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/TextRenderer.php
Utils.php SYSTEMPATH/ThirdParty/Kint/Utils.php
init.php SYSTEMPATH/ThirdParty/Kint/init.php
init_helpers.php SYSTEMPATH/ThirdParty/Kint/init_helpers.php
LogLevel.php SYSTEMPATH/ThirdParty/PSR/Log/LogLevel.php
LoggerInterface.php SYSTEMPATH/ThirdParty/PSR/Log/LoggerInterface.php
ConditionalTrait.php SYSTEMPATH/Traits/ConditionalTrait.php
CreditCardRules.php SYSTEMPATH/Validation/CreditCardRules.php
FileRules.php SYSTEMPATH/Validation/FileRules.php
FormatRules.php SYSTEMPATH/Validation/FormatRules.php
Rules.php SYSTEMPATH/Validation/Rules.php
CreditCardRules.php SYSTEMPATH/Validation/StrictRules/CreditCardRules.php
FileRules.php SYSTEMPATH/Validation/StrictRules/FileRules.php
FormatRules.php SYSTEMPATH/Validation/StrictRules/FormatRules.php
Rules.php SYSTEMPATH/Validation/StrictRules/Rules.php
Validation.php SYSTEMPATH/Validation/Validation.php
ValidationInterface.php SYSTEMPATH/Validation/ValidationInterface.php
RendererInterface.php SYSTEMPATH/View/RendererInterface.php
View.php SYSTEMPATH/View/View.php
ViewDecoratorTrait.php SYSTEMPATH/View/ViewDecoratorTrait.php
bootstrap.php SYSTEMPATH/bootstrap.php

Routes

Matched Route

Directory:
Controller: \App\Controllers\Home
Method: media
Params: 0 / 0

Defined Routes

Method Route Handler
GET adminaccess \App\Controllers\Admin\Admin::index
GET adminaccess/dashboard \App\Controllers\Admin\Admin::dashboard
GET adminaccess/listcontactus \App\Controllers\Admin\Blog::listcontactus
GET adminaccess/listqueries \App\Controllers\Admin\Blog::listqueries
GET adminaccess/listcareer \App\Controllers\Admin\Blog::listcareer
GET adminaccess/listnewsletter_subscribers \App\Controllers\Admin\Blog::listnewsletter_subscribers
GET adminaccess/listblog \App\Controllers\Admin\Blog::listblog
GET adminaccess/addblog \App\Controllers\Admin\Blog::addblog
GET
adminaccess/deletecareer/(.*)
adminaccess/deletecareer/
\App\Controllers\Admin\Blog::deletecareer/$1
GET
adminaccess/deletefranchise/(.*)
adminaccess/deletefranchise/
\App\Controllers\Admin\Blog::deletefranchise/$1
GET
adminaccess/deletecontactquery/(.*)
adminaccess/deletecontactquery/
\App\Controllers\Admin\Blog::deletecontactquery/$1
GET / \App\Controllers\Home::index
GET certificates \App\Controllers\Home::certificates
GET client \App\Controllers\Home::client
GET pan \App\Controllers\Home::pan
GET career \App\Controllers\Home::career
GET media \App\Controllers\Home::media
GET upcomingevents \App\Controllers\Home::upcomingevents
GET recentevents \App\Controllers\Home::recentevents
GET latestnews \App\Controllers\Home::latestnews
GET latestnews1 \App\Controllers\Home::latestnews1
GET latestnews2 \App\Controllers\Home::latestnews2
GET latestnews3 \App\Controllers\Home::latestnews3
GET latestnews4 \App\Controllers\Home::latestnews4
GET latestnews5 \App\Controllers\Home::latestnews5
GET latestnews9 \App\Controllers\Home::latestnews9
GET latestnews10 \App\Controllers\Home::latestnews10
GET latestnews11 \App\Controllers\Home::latestnews11
GET latestnews15 \App\Controllers\Home::latestnews15
GET latestnews16 \App\Controllers\Home::latestnews16
GET latestnews17 \App\Controllers\Home::latestnews17
GET latestnews24 \App\Controllers\Home::latestnews24
GET terms-and-conditions \App\Controllers\Home::termsandconditions
GET privacy-policy \App\Controllers\Home::privacypolicy
GET success-stories \App\Controllers\Home::successstories
GET testimonials \App\Controllers\Home::testimonials
GET about-us \App\Controllers\Home::about_us
GET contact-us \App\Controllers\Home::contact_us
GET why-choose-us \App\Controllers\Home::why_choose_us
GET compliance \App\Controllers\Home::compliance
GET quality-health-safety-environment \App\Controllers\Home::quality_health_safety_environment
GET nabh \App\Controllers\Home::nabh
GET 404 \App\Controllers\Home::page_not_found
GET team \App\Controllers\Home::team
GET service/health-care \App\Controllers\Home::health_care
GET blog \App\Controllers\Blog::index
GET
blog/(.*)
blog/
\App\Controllers\Blog::blog_detail/$1
GET amritsar \App\Controllers\Home::amritsar
GET bathinda \App\Controllers\Home::bathinda
GET ludhiana \App\Controllers\Home::ludhiana
GET patiala \App\Controllers\Home::patiala
GET jalandhar \App\Controllers\Home::jalandhar
GET hisar \App\Controllers\Home::hisar
GET karnal \App\Controllers\Home::karnal
GET panipat \App\Controllers\Home::panipat
GET rohtak \App\Controllers\Home::rohtak
GET sonipat \App\Controllers\Home::sonipat
GET faridabad \App\Controllers\Home::faridabad
GET gurgaun \App\Controllers\Home::gurgaun
GET chandigarh \App\Controllers\Home::chandigarh
GET uttarpradesh \App\Controllers\Home::uttarpradesh
GET northdelhi \App\Controllers\Home::northdelhi
GET eastdelhi \App\Controllers\Home::eastdelhi
GET southdelhi \App\Controllers\Home::southdelhi
GET westdelhi \App\Controllers\Home::westdelhi
GET centraldelhi \App\Controllers\Home::centraldelhi
GET shimla \App\Controllers\Home::shimla
GET una \App\Controllers\Home::una
GET hamirpur \App\Controllers\Home::hamirpur
GET mandi \App\Controllers\Home::mandi
GET himachal \App\Controllers\Home::himachal
GET dharamsala \App\Controllers\Home::dharamsala
GET yamunanagar \App\Controllers\Home::yamunanagar
POST adminaccess \App\Controllers\Admin\Admin::index
POST adminaccess/listblog \App\Controllers\Admin\Blog::listblog
POST adminaccess/addblog \App\Controllers\Admin\Blog::addblog
POST contactform \App\Controllers\Home::contactform
POST lookfranchise \App\Controllers\Home::lookfranchise

Events

Time Event Name Times Called
13.68 ms pre_system 1

History

Action Datetime Status Method URL Content-Type Is AJAX?
2025-05-15 15:39:03.334061 200 GET https://www.redbeanhospitality.com/index.php/media text/html; charset=UTF-8 No
2025-05-15 15:22:21.537112 200 GET https://www.redbeanhospitality.com/index.php/success-stories text/html; charset=UTF-8 No
2025-05-15 15:09:26.681610 200 GET https://www.redbeanhospitality.com/index.php text/html; charset=UTF-8 No
2025-05-15 14:48:10.469063 200 GET https://www.redbeanhospitality.com/index.php/contact-us text/html; charset=UTF-8 No
2025-05-15 14:48:08.218396 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 14:44:52.050650 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 14:44:42.969529 200 GET https://www.redbeanhospitality.com/index.php/blog/importance-of-institutional-catering text/html; charset=UTF-8 No
2025-05-15 14:07:02.219303 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 14:06:56.967552 200 GET https://www.redbeanhospitality.com/index.php/blog/role-of-catering-services-in-hospitals text/html; charset=UTF-8 No
2025-05-15 14:06:56.557390 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 13:47:49.011861 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 13:44:30.249683 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 13:38:28.107441 200 GET https://www.redbeanhospitality.com/index.php/blog/mealpe-the-best-online-food-ordering-solution-for-campuses text/html; charset=UTF-8 No
2025-05-15 13:28:10.964568 200 GET https://www.redbeanhospitality.com/index.php/blog/importance-of-institutional-catering text/html; charset=UTF-8 No
2025-05-15 13:26:31.779058 200 GET https://www.redbeanhospitality.com/index.php/ text/html; charset=UTF-8 No
2025-05-15 13:26:29.017007 200 GET https://www.redbeanhospitality.com/index.php/blog/importance-of-institutional-catering text/html; charset=UTF-8 No
2025-05-15 13:04:35.738309 200 GET https://www.redbeanhospitality.com/index.php/blog/why-did-red-bean-hospitality-start-corporate-catering text/html; charset=UTF-8 No
2025-05-15 13:04:34.703071 200 GET https://www.redbeanhospitality.com/index.php/blog/top-10-corporate-catering-trends-of-2025 text/html; charset=UTF-8 No
2025-05-15 13:04:33.643698 200 GET https://www.redbeanhospitality.com/index.php/blog/tips-for-choosing-your-catering-service-for-your-business-event text/html; charset=UTF-8 No
2025-05-15 13:04:32.582009 200 GET https://www.redbeanhospitality.com/index.php/blog/mealpe-the-best-online-food-ordering-solution-for-campuses text/html; charset=UTF-8 No

View Data

isMedia
$value boolean true

Session User Data

Session doesn't seem to be active.

Request ( HTTPS/2.0 )

Headers

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
Accept-Encoding gzip, deflate, br, zstd
Host www.redbeanhospitality.com
Pragma no-cache
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Cache-Control no-cache
Sec-Ch-Ua "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
Sec-Ch-Ua-Mobile ?0
Sec-Ch-Ua-Platform "Windows"
Upgrade-Insecure-Requests 1
Sec-Fetch-Site none
Sec-Fetch-Mode navigate
Sec-Fetch-User ?1
Sec-Fetch-Dest document
Priority u=0, i
X-Https 1

Response ( 200 - OK )

Headers

Cache-Control no-store, max-age=0, no-cache
Content-Type text/html; charset=UTF-8

System Configuration

Read the CodeIgniter docs...

CodeIgniter Version: 4.4.7
PHP Version: 8.1.30
PHP SAPI: litespeed
Environment: development
Base URL: https://www.redbeanhospitality.com/
Timezone: UTC
Locale: en
Content Security Policy Enabled: No