-
- History
- Session
-
Request +
Request
Cake Params
- plugin(null)
- controllerproducts
- actionview
- named(empty)
- pass(array)
- 0chiken-dum-biryani
- slugchiken-dum-biryani
- id204
- modelProduct
- isAjax(false)
Post data
No post data.
Query string
No querystring data.
Cookie
- 0(empty)
Current Route
- keys(array)
- 0slug
- 1id
- options(array)
- pass(array)
- 0slug
- id[0-9]+
- pass(array)
- defaults(array)
- controllerproducts
- actionview
- plugin(null)
- template/:slug-:id
==== -
Sql Log +
Sql Logs
default
Total Time: 10 ms
Total Queries: 13 queriesQuery Affected Num. rows Took (ms) Actions SELECT `Setting`.`id`, `Setting`.`value` FROM `fojeto_live`.`settings` AS `Setting` WHERE 1 = 1 ORDER BY `Setting`.`id` ASC 7 7 1 maybe slow SELECT `CateringService`.`id`, `CateringService`.`name`, `CateringService`.`image_file`, `CateringService`.`is_display_on_homepage`, `CateringService`.`active`, `CateringService`.`created`, `CateringService`.`modified` FROM `fojeto_live`.`catering_services` AS `CateringService` WHERE `CateringService`.`active` = '1' AND `CateringService`.`is_display_on_homepage` = '1' LIMIT 6 6 6 0 SELECT `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified` FROM `fojeto_live`.`categories` AS `Category` WHERE `Category`.`active` = '1' AND `Category`.`its_addon_category` = '0' 2 2 0 SELECT `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword` FROM `fojeto_live`.`sub_categories` AS `SubCategory` WHERE `SubCategory`.`active` = '1' AND `SubCategory`.`category_id` IN (1, 2) 26 26 0 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified` FROM `fojeto_live`.`offers` AS `Offer` WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' ORDER BY `Offer`.`id` DESC 0 0 0 SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `fojeto_live`.`products` AS `Product` WHERE `Product`.`page_slug` = 'chiken-dum-biryani' ORDER BY `Product`.`id` ASC LIMIT 1 1 1 1 SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified`, `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified`, `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword`, `Unit`.`id`, `Unit`.`name`, `Unit`.`active`, `Unit`.`created`, `Unit`.`modified`, `ProductQuatity`.`id`, `ProductQuatity`.`user_id`, `ProductQuatity`.`branch_location_id`, `ProductQuatity`.`product_id`, `ProductQuatity`.`quantity`, `ProductQuatity`.`date`, `ProductQuatity`.`created`, `ProductQuatity`.`modified` FROM `fojeto_live`.`products` AS `Product` LEFT JOIN `fojeto_live`.`categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) LEFT JOIN `fojeto_live`.`sub_categories` AS `SubCategory` ON (`Product`.`sub_category_id` = `SubCategory`.`id`) LEFT JOIN `fojeto_live`.`units` AS `Unit` ON (`Product`.`unit_id` = `Unit`.`id`) LEFT JOIN `fojeto_live`.`product_quatities` AS `ProductQuatity` ON (`ProductQuatity`.`product_id` = `Product`.`id`) WHERE `Product`.`id` = 204 ORDER BY `Product`.`id` ASC LIMIT 1 1 1 1 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersCategory`.`id`, `OffersCategory`.`offer_id`, `OffersCategory`.`category_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_categories` AS `OffersCategory` ON (`OffersCategory`.`category_id` = 2 AND `OffersCategory`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 1 maybe slow SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersSubCategory`.`id`, `OffersSubCategory`.`offer_id`, `OffersSubCategory`.`sub_category_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_sub_categories` AS `OffersSubCategory` ON (`OffersSubCategory`.`sub_category_id` = 48 AND `OffersSubCategory`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 1 maybe slow SELECT `ProductImage`.`id`, `ProductImage`.`product_id`, `ProductImage`.`name`, `ProductImage`.`image_file`, `ProductImage`.`active`, `ProductImage`.`created`, `ProductImage`.`modified` FROM `fojeto_live`.`product_images` AS `ProductImage` WHERE `ProductImage`.`active` = '1' AND `ProductImage`.`product_id` = (204) 0 0 0 SELECT `Offer`.`id`, `Offer`.`offer_type_id`, `Offer`.`offer_apply_on_id`, `Offer`.`offer_unique_code`, `Offer`.`name`, `Offer`.`image_file`, `Offer`.`start_date`, `Offer`.`end_date`, `Offer`.`offer`, `Offer`.`offer_code`, `Offer`.`term_condition`, `Offer`.`its_priority`, `Offer`.`active`, `Offer`.`created`, `Offer`.`modified`, `OffersProduct`.`id`, `OffersProduct`.`offer_id`, `OffersProduct`.`product_id` FROM `fojeto_live`.`offers` AS `Offer` JOIN `fojeto_live`.`offers_products` AS `OffersProduct` ON (`OffersProduct`.`product_id` = 204 AND `OffersProduct`.`offer_id` = `Offer`.`id`) WHERE `Offer`.`active` = '1' AND `Offer`.`start_date` <= '2025-10-22' AND `Offer`.`end_date` >= '2025-10-22' 0 0 1 maybe slow SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`sub_category_id`, `Product`.`unit_id`, `Product`.`name`, `Product`.`page_slug`, `Product`.`is_discount`, `Product`.`is_discount_percentage`, `Product`.`price`, `Product`.`vendor_price`, `Product`.`customer_final_price`, `Product`.`vendor_final_price`, `Product`.`is_display_on_homepage`, `Product`.`image_file`, `Product`.`discount_per`, `Product`.`maxmin_order`, `Product`.`its_min_order`, `Product`.`total_quantity`, `Product`.`description`, `Product`.`feature`, `Product`.`page_title`, `Product`.`page_url`, `Product`.`canonical_url`, `Product`.`meta_description`, `Product`.`meta_keyword`, `Product`.`is_offer_applicable`, `Product`.`apply_tax`, `Product`.`tax_value`, `Product`.`active`, `Product`.`created`, `Product`.`modified`, `Category`.`id`, `Category`.`name`, `Category`.`active`, `Category`.`page_slug`, `Category`.`page_url`, `Category`.`canonical_url`, `Category`.`page_title`, `Category`.`meta_keyword`, `Category`.`meta_description`, `Category`.`its_addon_category`, `Category`.`delevery_start_time`, `Category`.`delevery_end_time`, `Category`.`time_gap`, `Category`.`time_diffrence`, `Category`.`credit_limit`, `Category`.`created`, `Category`.`modified`, `SubCategory`.`id`, `SubCategory`.`category_id`, `SubCategory`.`name`, `SubCategory`.`slug`, `SubCategory`.`image_file`, `SubCategory`.`banner_image`, `SubCategory`.`active`, `SubCategory`.`is_dashboard`, `SubCategory`.`created`, `SubCategory`.`modified`, `SubCategory`.`page_title`, `SubCategory`.`page_url`, `SubCategory`.`canonical_url`, `SubCategory`.`meta_description`, `SubCategory`.`meta_keyword`, `Unit`.`id`, `Unit`.`name`, `Unit`.`active`, `Unit`.`created`, `Unit`.`modified`, `ProductQuatity`.`id`, `ProductQuatity`.`user_id`, `ProductQuatity`.`branch_location_id`, `ProductQuatity`.`product_id`, `ProductQuatity`.`quantity`, `ProductQuatity`.`date`, `ProductQuatity`.`created`, `ProductQuatity`.`modified` FROM `fojeto_live`.`products` AS `Product` LEFT JOIN `fojeto_live`.`categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) LEFT JOIN `fojeto_live`.`sub_categories` AS `SubCategory` ON (`Product`.`sub_category_id` = `SubCategory`.`id`) LEFT JOIN `fojeto_live`.`units` AS `Unit` ON (`Product`.`unit_id` = `Unit`.`id`) LEFT JOIN `fojeto_live`.`product_quatities` AS `ProductQuatity` ON (`ProductQuatity`.`product_id` = `Product`.`id`) WHERE `Product`.`id` != 204 AND `Product`.`sub_category_id` = 48 ORDER BY `Product`.`id` ASC 0 0 3 maybe slow SELECT `Wishlist`.`id`, `Wishlist`.`user_id`, `Wishlist`.`category_id`, `Wishlist`.`name`, `Wishlist`.`created`, `Wishlist`.`modified` FROM `fojeto_live`.`wishlists` AS `Wishlist` WHERE `Wishlist`.`category_id` = 2 AND `Wishlist`.`user_id` IS NULL ORDER BY `Wishlist`.`id` ASC 0 0 1 maybe slow Query Explain:
==== -
Timer +
Memory
Peak Memory Use 14.47 MB
Message Memory use Component initialization 3.24 MB Controller action start 7.77 MB Controller render start 8.08 MB View render complete 9.55 MB Timers
Total Request Time: 202 (ms)
Message Time in ms Graph Core Processing (Derived from $_SERVER["REQUEST_TIME"]) 28.77 Event: Controller.initialize 52.99 Event: Controller.startup 0.60 Controller action 16.56 Event: Controller.beforeRender 42.08 » Processing toolbar data 41.84 Rendering View 13.97 » Event: View.beforeRender 0.05 » Rendering APP/View/Products/view.ctp 2.45 » » Rendering APP/View/Elements/you_may_also_like.ctp 0.21 » Event: View.afterRender 0.05 » Event: View.beforeLayout 0.02 » Rendering APP/View/Layouts/home.ctp 10.27 » » Rendering APP/View/Elements/frontendNavigationMenu.ctp 0.53 » » » Rendering APP/View/Elements/pageSeo.ctp 0.29 » » Rendering APP/View/Elements/input_model.ctp 4.30 » » Rendering APP/View/Elements/frontendHeader.ctp 2.08 » » » Rendering APP/View/Elements/Menu/frontendMenu.ctp 1.50 » » Rendering APP/View/Elements/frontendFooter.ctp 1.37 » » Rendering APP/View/Elements/modal.ctp 0.14 » » Rendering APP/View/Elements/validateScript.ctp 0.29 » » Rendering APP/View/Elements/appScript.ctp 0.41 Event: View.afterLayout 0.00 ==== - Log
-
Variables +
View Variables
- product(array)
- Product(array)
- id204
- category_id2
- sub_category_id48
- unit_id2
- nameChiken Dum Biryani
- page_slugchiken-dum-biryani
- is_discount(true)
- is_discount_percentage(false)
- price1200
- vendor_price750
- customer_final_price1050
- vendor_final_price750
- is_display_on_homepage(true)
- image_file(null)
- discount_per150
- maxmin_order15kg
- its_min_order(false)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleChicken Dum Biryani
- page_urlhttps://fojeto.com/chiken-dum-biryani-204
- canonical_urlhttps://fojeto.com/chiken-dum-biryani-204
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value5
- active(true)
- created2023-03-06 21:09:24
- modified2023-09-15 17:41:58
- Category(array)
- id2
- nameFoods Plates
- active(true)
- page_slugfoods-plates
- page_urlhttps://fojeto.com/categories/foods-plates-2
- canonical_urlhttps://fojeto.com/categories/foods-plates-2
- page_titlefoods-plates
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time11:00
- delevery_end_time01:00
- time_gap30
- time_diffrence30
- credit_limit500
- created2022-10-05 15:52:40
- modified2023-09-15 10:20:25
- Offer(empty)
- SubCategory(array)
- id48
- category_id2
- nameChicken Dum Biryani
- slugchicken-dum-biryani
- image_fileChicken-Dum-Biryani.jpg
- banner_imageChicken Dum Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-05 17:20:35
- page_titleChicken Dum Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- meta_description(empty)
- meta_keyword(empty)
- Offer(empty)
- Unit(array)
- id2
- namekg
- active(true)
- created2019-08-01 23:11:25
- modified2019-08-01 23:11:25
- ProductQuatity(array)
- id(null)
- user_id(null)
- branch_location_id(null)
- product_id(null)
- quantity(null)
- date(null)
- created(null)
- modified(null)
- ProductImage(empty)
- Offer(empty)
- Product(array)
- relatedProduct(empty)
- minmaxOrderIntMax
- category_id2
- offerDetails(empty)
- wishlists(empty)
- userId(null)
- wishlistProducts(empty)
- isMobile(false)
- prefix(empty)
- homeUrl(array)
- controllerdashboards
- actionhome
- user(false)
- callNumber+918100281005
- orderplaceEmailinfo@fojeto.com
- contactEmailinfo@fojeto.com
- officeStartTime09:00 AM
- officeEndTime06:00 PM
- footerText(empty)
- webTex(empty)
- cateringServicesArray(array)
- 0(array)
- nameCatering Servicwes
- id1
- image_file/files/catering_service/image_file/1/1_jyT8YSYbKRwIdMn0Z79XKw.jpeg
- 1(array)
- nameHouse Party Cateres
- id2
- image_file/files/catering_service/image_file/2/ninja_catering_-_canape_1.jpg
- 2(array)
- nameWedding Cateres
- id3
- image_file/files/catering_service/image_file/3/Outdoor-Wedding-Catering.jpg
- 3(array)
- nameGourment Cateres
- id4
- image_file/files/catering_service/image_file/4/hospitality_gourmet_catering.jpg
- 4(array)
- nameBirthday Party....
- id5
- image_file/files/catering_service/image_file/5/happy-birthday-candles.png
- 5(array)
- nameLive Grill And BBQ....
- id6
- image_file/files/catering_service/image_file/6/live%20grills%20%26%20barbeque-bangalore.png
- 0(array)
- cateringServicesDropdown(array)
- 1Catering Servicwes
- 2House Party Cateres
- 3Wedding Cateres
- 4Gourment Cateres
- 5Birthday Party Cateres
- 6Live Grill And BBQ Catering
- dashboardOrders(empty)
- urlhttps://fojeto.com
- categories(array)
- 0(array)
- Category(array)
- id1
- nameCatering Foods
- active(true)
- page_slugcatering-foods
- page_urlhttps://fojeto.com/categories/catering-foods-1
- canonical_urlhttps://fojeto.com/categories/catering-foods-1
- page_titleFojeto Catering Foods
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time05:00
- delevery_end_time23:00
- time_gap30
- time_diffrence180
- credit_limit2000
- created2022-10-05 15:51:54
- modified2023-08-30 16:43:40
- SubCategory(array)
- 0(array)
- id20
- category_id1
- nameChicken Biryani
- slugchicken-biryani
- image_filechickenBiryani.jpg
- banner_image2.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:11:54
- modified2023-08-30 17:08:54
- page_titleFojeto Chicken Biryani
- page_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- canonical_urlhttps://fojeto.com/catering-foods/chicken-biryani-20
- meta_description(empty)
- meta_keyword(empty)
- 1(array)
- id22
- category_id1
- nameMutton Biryani
- slugmutton-biryani
- image_filemottonBiryani.jpg
- banner_image3.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:27:37
- modified2023-08-30 17:09:58
- page_titleMutton Biryani
- page_urlhttps://fojeto.com/catering-foods/mutton-biryani-22
- canonical_urlhttps://fojeto.com/catering-foods/mutton-biryani-22
- meta_description(empty)
- meta_keyword(empty)
- 2(array)
- id23
- category_id1
- nameEgg Biryani
- slugegg-biryani
- image_fileeggBirayani.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:30:28
- modified2023-08-30 17:10:09
- page_titleEgg Biryani
- page_urlhttps://fojeto.com/catering-foods/egg-biryani-23
- canonical_urlhttps://fojeto.com/catering-foods/egg-biryani-23
- meta_description(empty)
- meta_keyword(empty)
- 3(array)
- id24
- category_id1
- nameVeg Biryani
- slugveg-biryani
- image_filevegBiryani.jpg
- banner_image4.jpeg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:31:07
- modified2023-08-30 17:10:17
- page_titleVeg Biryani
- page_urlhttps://fojeto.com/catering-foods/veg-biryani-24
- canonical_urlhttps://fojeto.com/catering-foods/veg-biryani-24
- meta_description(empty)
- meta_keyword(empty)
- 4(array)
- id25
- category_id1
- nameChicken Pulao
- slugchicken-pulao
- image_filechickenpolav1.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:33:08
- modified2023-08-30 17:10:25
- page_titleChicken Pulao
- page_urlhttps://fojeto.com/catering-foods/chicken-pulao-25
- canonical_urlhttps://fojeto.com/catering-foods/chicken-pulao-25
- meta_description(empty)
- meta_keyword(empty)
- 5(array)
- id26
- category_id1
- nameMutton Pulao
- slugmutton-pulao
- image_filemottonPolav.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:33:51
- modified2023-08-30 17:10:49
- page_titleMutton Pulao
- page_urlhttps://fojeto.com/catering-foods/mutton-pulao-26
- canonical_urlhttps://fojeto.com/catering-foods/mutton-pulao-26
- meta_description(empty)
- meta_keyword(empty)
- 6(array)
- id27
- category_id1
- nameVeg Pulao
- slugveg-pulao
- image_filevegPolav.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:34:51
- modified2023-08-30 17:11:06
- page_titleVeg Pulao
- page_urlhttps://fojeto.com/catering-foods/veg-pulao-27
- canonical_urlhttps://fojeto.com/catering-foods/veg-pulao-27
- meta_description(empty)
- meta_keyword(empty)
- 7(array)
- id28
- category_id1
- nameChicken Gravy
- slugchicken-gravy
- image_filechickenGravy.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-07-10 18:37:11
- modified2023-08-30 17:11:18
- page_titleChicken Gravy
- page_urlhttps://fojeto.com/catering-foods/chicken-gravy-28
- canonical_urlhttps://fojeto.com/catering-foods/chicken-gravy-28
- meta_description(empty)
- meta_keyword(empty)
- 8(array)
- id29
- category_id1
- nameMutton Gravy
- slugmutton-gravy
- image_filemottonGravy.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:37:55
- modified2023-08-30 17:11:28
- page_titleMutton Gravy
- page_urlhttps://fojeto.com/catering-foods/mutton-gravy-29
- canonical_urlhttps://fojeto.com/catering-foods/mutton-gravy-29
- meta_description(empty)
- meta_keyword(empty)
- 9(array)
- id32
- category_id1
- nameMutton Starter
- slugmutton-starter
- image_filemuttonStarter.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:42:16
- modified2023-08-30 17:11:40
- page_titleMutton Starter
- page_urlhttps://fojeto.com/catering-foods/mutton-starter-32
- canonical_urlhttps://fojeto.com/catering-foods/mutton-starter-32
- meta_description(empty)
- meta_keyword(empty)
- 10(array)
- id33
- category_id1
- nameVeg Starter
- slugveg-starter
- image_filevegStarter.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:43:53
- modified2023-08-30 17:11:49
- page_titleVeg Starter
- page_urlhttps://fojeto.com/catering-foods/veg-starter-33
- canonical_urlhttps://fojeto.com/catering-foods/veg-starter-33
- meta_description(empty)
- meta_keyword(empty)
- 11(array)
- id38
- category_id1
- nameSalad
- slugsalad-
- image_fileSalad.jpg
- banner_image(null)
- active(true)
- is_dashboard(false)
- created2020-07-10 18:58:17
- modified2023-08-30 17:12:03
- page_titleSalad
- page_urlhttps://fojeto.com/catering-foods/salad--38
- canonical_urlhttps://fojeto.com/catering-foods/salad--38
- meta_description(empty)
- meta_keyword(empty)
- 12(array)
- id40
- category_id1
- nameSizzler
- slugsizzler
- image_fileSizzler.jpg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2020-09-17 20:08:55
- modified2022-10-05 17:14:10
- page_titleSizzler
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/sizzler
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/sizzler
- meta_description(empty)
- meta_keyword(empty)
- 13(array)
- id41
- category_id1
- nameChicken Starters
- slugchicken-starters
- image_fileCB829B77-B605-42CB-B2B7-DA9F4DA2BA06.jpeg
- banner_image(null)
- active(true)
- is_dashboard(true)
- created2021-07-28 17:34:45
- modified2022-10-05 17:14:25
- page_titleChicken Starters
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-starters
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-starters
- meta_description(empty)
- meta_keyword(empty)
- 0(array)
- Category(array)
- 1(array)
- Category(array)
- id2
- nameFoods Plates
- active(true)
- page_slugfoods-plates
- page_urlhttps://fojeto.com/categories/foods-plates-2
- canonical_urlhttps://fojeto.com/categories/foods-plates-2
- page_titlefoods-plates
- meta_keyword(empty)
- meta_description(empty)
- its_addon_category(false)
- delevery_start_time11:00
- delevery_end_time01:00
- time_gap30
- time_diffrence30
- credit_limit500
- created2022-10-05 15:52:40
- modified2023-09-15 10:20:25
- SubCategory(array)
- 0(array)
- id30
- category_id2
- nameVeg Gravy
- slugveg-gravy
- image_fileVeg-Gravy.jpg
- banner_imageVeg Gravy.jpg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:39:20
- modified2022-12-27 14:53:57
- page_titleVeg Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-gravy
- meta_description(empty)
- meta_keyword(empty)
- 1(array)
- id34
- category_id2
- nameChicken Chinese
- slugchicken-chinese
- image_filechineshChiken.jpg
- banner_imageChicken Chinese.jpg
- active(true)
- is_dashboard(true)
- created2020-07-10 18:45:59
- modified2022-10-06 15:21:27
- page_titleChicken Chinese
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-chinese
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-chinese
- meta_description(empty)
- meta_keyword(empty)
- 2(array)
- id42
- category_id2
- nameVeg Plates
- slugveg-plates
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:15:55
- page_titleVeg Plates
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-plates
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-plates
- meta_description(empty)
- meta_keyword(empty)
- 3(array)
- id43
- category_id2
- nameNon-Veg
- slugnon-veg
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:16:25
- page_titleNon-Veg
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/non-veg
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/non-veg
- meta_description(empty)
- meta_keyword(empty)
- 4(array)
- id44
- category_id2
- nameBarbeque
- slugbarbeque
- image_fileBBQ.jpg
- banner_imageBarbeque.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:18:06
- page_titleBarbeque
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/barbeque
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/barbeque
- meta_description(empty)
- meta_keyword(empty)
- 5(array)
- id45
- category_id2
- nameSouth Indian
- slugsouth-indian
- image_fileSouth-Indian.jpg
- banner_imagesouthindian.jfif
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:19:07
- page_titleSouth Indian
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/south-indian
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/south-indian
- meta_description(empty)
- meta_keyword(empty)
- 6(array)
- id46
- category_id2
- nameSeekh Kabab
- slugseekh-kabab
- image_file(null)
- banner_image(null)
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:19:32
- page_titleSeekh Kabab
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/seekh-kabab
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/seekh-kabab
- meta_description(empty)
- meta_keyword(empty)
- 7(array)
- id48
- category_id2
- nameChicken Dum Biryani
- slugchicken-dum-biryani
- image_fileChicken-Dum-Biryani.jpg
- banner_imageChicken Dum Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-05 17:20:35
- page_titleChicken Dum Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-dum-biryani
- meta_description(empty)
- meta_keyword(empty)
- 8(array)
- id49
- category_id2
- nameChicken Mughlai Gravy
- slugchicken-mughlai-gravy
- image_fileChicken Moghlai Gravy.jpg
- banner_imageChicken Mughlai Gravy.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:21:11
- page_titleChicken Mughlai Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-mughlai-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/chicken-mughlai-gravy
- meta_description(empty)
- meta_keyword(empty)
- 9(array)
- id50
- category_id2
- nameMutton Biryani
- slugmutton-biryani
- image_fileMutton Biryani.jpg
- banner_imageMutton Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:22:30
- page_titleMutton Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-biryani
- meta_description(empty)
- meta_keyword(empty)
- 10(array)
- id51
- category_id2
- nameMutton Mughlai Gravy
- slugmutton-mughlai-gravy
- image_fileMutton-Mughlai-Gravy.jpg
- banner_imageMutton Mughlai Gravy.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:23:20
- page_titleMutton Mughlai Gravy
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-mughlai-gravy
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/mutton-mughlai-gravy
- meta_description(empty)
- meta_keyword(empty)
- 11(array)
- id52
- category_id2
- nameVeg Biryani
- slugveg-biryani
- image_fileVeg-Biryani.jpg
- banner_imageVeg Biryani.jpg
- active(true)
- is_dashboard(true)
- created(null)
- modified2022-10-06 15:25:00
- page_titleVeg Biryani
- page_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-biryani
- canonical_urlhttp://localhost/project/CakePHP/UpdateFile/Ecommerce/veg-biryani
- meta_description(empty)
- meta_keyword(empty)
- 0(array)
- Category(array)
- 0(array)
- offers(empty)
- googleAPIAIzaSyAGvRUyZMKn2Qdzt97wcd1gd2eMwJHS-hM
- controllerproducts
- currentactionview
- pageSEO(array)
- PageSeo(array)
- id204
- category_id2
- sub_category_id48
- unit_id2
- nameChiken Dum Biryani
- page_slugchiken-dum-biryani
- is_discount(true)
- is_discount_percentage(false)
- price1200
- vendor_price750
- customer_final_price1050
- vendor_final_price750
- is_display_on_homepage(true)
- image_filehttps://fojeto.com/files/product/image_file/204/
- discount_per150
- maxmin_order15kg
- its_min_order(false)
- total_quantity(null)
- description(empty)
- feature(empty)
- page_titleChicken Dum Biryani
- page_urlhttps://fojeto.com/chiken-dum-biryani-204
- canonical_urlhttps://fojeto.com/chiken-dum-biryani-204
- meta_description(empty)
- meta_keyword(empty)
- is_offer_applicable(false)
- apply_tax(false)
- tax_value5
- active(true)
- created2023-03-06 21:09:24
- modified2023-09-15 17:41:58
- PageSeo(array)
- enableAjax(true)
- isLoggedIn(false)
- $request->data(empty)
- $this->validationErrors(array)
- MenuLink(empty)
- Currency(empty)
- MenuLinksUser(empty)
- CrmRight(empty)
- User(empty)
- Setting(empty)
- Category(empty)
- SubCategory(empty)
- CateringService(empty)
- PlateCategory(empty)
- Order(empty)
- Offer(empty)
- Product(empty)
- OffersProduct(empty)
- Wishlist(empty)
- Unit(empty)
- ProductQuatity(empty)
- ProductImage(empty)
- OffersCategory(empty)
- OffersSubCategory(empty)
- OrderDetail(empty)
- WishlistDetail(empty)
- Loaded Helpers(array)
- 0Session
- 1Html
- 2Form
- 3Time
- 4Text
- 5Cache
- 6Bs
- 7Js
- 8Number
- 9AssetCompress
- 10PhpExcel
- 11SimpleGraph
- 12DebugTimer
- 13Toolbar
- 14Pura
- 15form
- 16HtmlToolbar
==== - product(array)
-
Environment +
App Constants
Constant Value CONFIG /home/sdh43cwguaq3/public_html/app/Config/ GOOGLE_MAP_ID AIzaSyAvtgMHgegfm5Qu5JNafe7KcKrNo3iV3H0 CakePHP Constants
Constant Value APP /home/sdh43cwguaq3/public_html/app/ APP_DIR app APPLIBS /home/sdh43cwguaq3/public_html/app/Lib/ CACHE /home/sdh43cwguaq3/public_html/app/tmp/cache/ CAKE /home/sdh43cwguaq3/public_html/lib/Cake/ CAKE_CORE_INCLUDE_PATH /home/sdh43cwguaq3/public_html/lib CORE_PATH /home/sdh43cwguaq3/public_html/lib/ CAKE_VERSION 2.10.24 CSS /home/sdh43cwguaq3/public_html/app/webroot/css/ CSS_URL css/ DS / FULL_BASE_URL https://fojeto.com IMAGES /home/sdh43cwguaq3/public_html/app/webroot/img/ IMAGES_URL img/ JS /home/sdh43cwguaq3/public_html/app/webroot/js/ JS_URL js/ LOGS /home/sdh43cwguaq3/public_html/app/tmp/logs/ ROOT /home/sdh43cwguaq3/public_html TESTS /home/sdh43cwguaq3/public_html/app/Test/ TMP /home/sdh43cwguaq3/public_html/app/tmp/ VENDORS /home/sdh43cwguaq3/public_html/vendors/ WEBROOT_DIR webroot WWW_ROOT /home/sdh43cwguaq3/public_html/app/webroot/ PHP Environment
Environment Variable Value Php Version 8.2.29 Lsphp Enable User Ini on Path /usr/local/bin:/usr/bin:/bin Temp /tmp Tmp /tmp Tmpdir /tmp Pwd / Http Accept */* Http Accept Encoding gzip, br, zstd, deflate Content Length 0 Http Cookie PHPSESSID=5dmq3hdujdmqrngd3nr5vfkc2n Http Host fojeto.com Http User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) Http X Https 1 Redirect Redirect Unique Id aPiu4VSOlYsO4pFm2vNVeQAAXRI Redirect Redirect Script Url /chiken-dum-biryani-204 Redirect Redirect Script Uri https://fojeto.com/chiken-dum-biryani-204 Redirect Redirect User Id 9109517 Redirect Redirect Https on Redirect Redirect Ssl Tls Sni fojeto.com Redirect Redirect Http2 on Redirect Redirect H2push off Redirect Redirect H2 Push off Redirect Redirect H2 Pushed Redirect Redirect H2 Pushed On Redirect Redirect H2 Stream Id 7 Redirect Redirect H2 Stream Tag 1815794-1025-7 Redirect Redirect Status 200 Redirect Unique Id aPiu4VSOlYsO4pFm2vNVeQAAXRI Redirect Script Url /chiken-dum-biryani-204 Redirect Script Uri https://fojeto.com/chiken-dum-biryani-204 Redirect User Id 9109517 Redirect Https on Redirect Ssl Tls Sni fojeto.com Redirect Http2 on Redirect H2push off Redirect H2 Push off Redirect H2 Pushed Redirect H2 Pushed On Redirect H2 Stream Id 7 Redirect H2 Stream Tag 1815794-1025-7 Redirect Status 200 Unique Id aPiu4VSOlYsO4pFm2vNVeQAAXRI Script Url /chiken-dum-biryani-204 Script Uri https://fojeto.com/chiken-dum-biryani-204 User Id 9109517 Https on Ssl Tls Sni fojeto.com Http2 on H2push off H2 Push off H2 Pushed H2 Pushed On H2 Stream Id 7 H2 Stream Tag 1815794-1025-7 Server Signature Server Software Apache Server Name fojeto.com Server Addr 68.178.145.145 Server Port 443 Remote Addr 216.73.216.34 Document Root /home/sdh43cwguaq3/public_html Request Scheme https Context Prefix Context Document Root /home/sdh43cwguaq3/public_html Server Admin webmaster@fojeto.com Script Filename /home/sdh43cwguaq3/public_html/app/webroot/index.php Remote Port 56325 Redirect Url /app/webroot/chiken-dum-biryani-204 Server Protocol HTTP/2.0 Request Method GET Query String Request Uri /chiken-dum-biryani-204 Script Name /app/webroot/index.php Php Self /app/webroot/index.php Request Time Float 1761128161.041 Request Time 1761128161 ==== -
Include +
Included Files
Include Paths
- 0/home/sdh43cwguaq3/public_html/lib
- 2/opt/alt/php82/usr/share/pear
- 3/opt/alt/php82/usr/share/php
- 4/usr/share/pear
- 5/usr/share/php
- 6-> /home/sdh43cwguaq3/public_html/lib/Cake/
Included Files
- core(array)
- Behavior(array)
- 0CORE/Model/Behavior/TreeBehavior.php
- 1CORE/Model/Behavior/ContainableBehavior.php
- Cache(array)
- 0CORE/Cache/Cache.php
- 1CORE/Cache/Engine/FileEngine.php
- 2CORE/Cache/CacheEngine.php
- Config(array)
- 0CORE/Config/routes.php
- 1CORE/Config/config.php
- Controller(array)
- 0CORE/Controller/Controller.php
- 1CORE/Controller/ComponentCollection.php
- 2CORE/Controller/Component.php
- Datasource(array)
- 0CORE/Model/Datasource/CakeSession.php
- 1CORE/Model/Datasource/Database/Mysql.php
- 2CORE/Model/Datasource/DboSource.php
- 3CORE/Model/Datasource/DataSource.php
- Error(array)
- 0CORE/Error/exceptions.php
- 1CORE/Error/ErrorHandler.php
- I18n(array)
- 0CORE/I18n/I18n.php
- 1CORE/I18n/L10n.php
- Log(array)
- 0CORE/Log/CakeLog.php
- 1CORE/Log/LogEngineCollection.php
- 2CORE/Log/Engine/FileLog.php
- 3CORE/Log/Engine/BaseLog.php
- 4CORE/Log/CakeLogInterface.php
- Model(array)
- 0CORE/Model/Model.php
- 1CORE/Model/BehaviorCollection.php
- 2CORE/Model/ModelBehavior.php
- 3CORE/Model/ConnectionManager.php
- Network(array)
- 0CORE/Network/CakeRequest.php
- 1CORE/Network/CakeResponse.php
- Other(array)
- 0CORE/bootstrap.php
- 1CORE/basics.php
- 2CORE/Core/App.php
- 3CORE/Core/Configure.php
- 4CORE/Core/CakePlugin.php
- 5CORE/Event/CakeEventListener.php
- 6CORE/Event/CakeEvent.php
- 7CORE/Event/CakeEventManager.php
- 8CORE/Core/CakeObject.php
- Routing(array)
- 0CORE/Routing/Dispatcher.php
- 1CORE/Routing/Filter/AssetDispatcher.php
- 2CORE/Routing/DispatcherFilter.php
- 3CORE/Routing/Filter/CacheDispatcher.php
- 4CORE/Routing/Router.php
- 5CORE/Routing/Route/CakeRoute.php
- 6CORE/Routing/Route/PluginShortRoute.php
- Utility(array)
- 0CORE/Utility/Hash.php
- 1CORE/Utility/Inflector.php
- 2CORE/Utility/ObjectCollection.php
- 3CORE/Utility/Debugger.php
- 4CORE/Utility/CakeText.php
- 5CORE/Utility/ClassRegistry.php
- 6CORE/Utility/Folder.php
- 7CORE/Utility/StringData.php
- 8CORE/Utility/File.php
- View(array)
- 0CORE/View/Helper.php
- 1CORE/View/View.php
- 2CORE/View/HelperCollection.php
- 3CORE/View/ViewBlock.php
- 4CORE/View/Helper/HtmlHelper.php
- Behavior(array)
- app(array)
- Component(array)
- 0APP/Controller/Component/HetuComponent.php
- 1APP/Controller/Component/SessionComponent.php
- 2APP/Controller/Component/CookieComponent.php
- 3APP/Controller/Component/RequestHandlerComponent.php
- 4APP/Controller/Component/AuthComponent.php
- 5APP/Controller/Component/ZipComponent.php
- 6APP/Controller/Component/PaginatorComponent.php
- 7APP/Controller/Component/FlashComponent.php
- Config(array)
- 0APP/Config/core.php
- 1APP/Config/bootstrap.php
- 2APP/Config/routes.php
- 3APP/Config/database.php
- Controller(array)
- 0APP/Controller/ProductsController.php
- 1APP/Controller/AppController.php
- Model(array)
- 0APP/Model/MenuLink.php
- 1APP/Model/AppModel.php
- 2APP/Model/Currency.php
- 3APP/Model/MenuLinksUser.php
- 4APP/Model/User.php
- 5APP/Model/Setting.php
- 6APP/Model/Category.php
- 7APP/Model/SubCategory.php
- 8APP/Model/CateringService.php
- 9APP/Model/PlateCategory.php
- 10APP/Model/Order.php
- 11APP/Model/Offer.php
- 12APP/Model/Product.php
- 13APP/Model/Wishlist.php
- 14APP/Model/Unit.php
- 15APP/Model/ProductQuatity.php
- 16APP/Model/ProductImage.php
- 17APP/Model/OrderDetail.php
- 18APP/Model/WishlistDetail.php
- Other(array)
- 0APP/webroot/index.php
- View(array)
- 0APP/View/Helper/BsHelper.php
- 1APP/View/Helper/AppHelper.php
- Component(array)
- plugins(array)
- CakePdf(array)
- Config(array)
- 0CakePdf/Config/bootstrap.php
- 1CakePdf/Config/routes.php
- Config(array)
- DebugKit(array)
- Component(array)
- 0DebugKit/Controller/Component/ToolbarComponent.php
- Plugin(array)
- 0DebugKit/Lib/DebugMemory.php
- 1DebugKit/Lib/Panel/HistoryPanel.php
- 2DebugKit/Lib/DebugPanel.php
- 3DebugKit/Lib/Panel/SessionPanel.php
- 4DebugKit/Lib/Panel/RequestPanel.php
- 5DebugKit/Lib/Panel/SqlLogPanel.php
- 6DebugKit/Lib/Panel/TimerPanel.php
- 7DebugKit/Lib/Panel/LogPanel.php
- 8DebugKit/Lib/Log/Engine/DebugKitLog.php
- 9DebugKit/Lib/Panel/VariablesPanel.php
- 10DebugKit/Lib/Panel/EnvironmentPanel.php
- 11DebugKit/Lib/Panel/IncludePanel.php
- 12DebugKit/Lib/DebugTimer.php
- Component(array)
- PhpExcel(array)
- Component(array)
- 0PhpExcel/Controller/Component/PhpExcelComponent.php
- Component(array)
- Upload(array)
- Behavior(array)
- 0Upload/Model/Behavior/UploadBehavior.php
- Behavior(array)
- CakePdf(array)
====