Tegoroczne PROMO SHOW PROFESSIONAL 2020 dobiegły końca.
Dziękujemy wszystkim serdecznie za odwiedzenie naszego stoiska a tym, którym nie udało się z nami spotkać przypominamy o możliwości zapoznania się z pełną ofertą w naszej wzorcowni w Warszawie.
Tegoroczne PROMO SHOW PROFESSIONAL 2020 dobiegły końca.
Dziękujemy wszystkim serdecznie za odwiedzenie naszego stoiska a tym, którym nie udało się z nami spotkać przypominamy o możliwości zapoznania się z pełną ofertą w naszej wzorcowni w Warszawie.
| Benchmarks | Time | Count | Memory |
| Kohana Loading | 0.003 | 1 | 0.36MB |
| Environment Setup | 0.003 | 1 | 0.36MB |
| System Initialization | 0.009 | 1 | 0.07MB |
| Controller Setup | 0.013 | 1 | 0.40MB |
| Controller Execution | 0.018 | 1 | 0.52MB |
| Total Execution | 0.042 | 1 | 1.35MB |
| Queries | Time | Rows |
| SELECT `pages`.*, `news_categories`.`news_category_name` FROM (`pages`) LEFT JOIN `news` ON (`pages`.`id_page` = `news`.`page_id`) LEFT JOIN `news_to_categories` ON (`news_to_categories`.`news_id` = `news`.`id_news`) LEFT JOIN `news_categories` ON (`news_to_categories`.`news_category_id` = `news_categories`.`id_news_category`) WHERE `available` = 'Y' ORDER BY `homepage` DESC | 0.001 | 77 |
| SELECT * FROM (`languages`) | 0.000 | 2 |
| SELECT * FROM (`languages`) | 0.000 | 2 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_base_api_url' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_auth_api_url' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_client_id' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_client_secret' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_token' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'apilo_developer_id' LIMIT 0, 1 | 0.000 | 1 |
| SELECT `parameter_value` FROM `shop_parameters_values` | 0.000 | 542 |
| SELECT `attribute_value` FROM `shop_attributes_values_description` | 0.000 | 221 |
| SELECT * FROM (`boxes`) WHERE `boxes_set_id` = 1 AND `active` = 1 ORDER BY `position` DESC | 0.000 | 6 |
| SELECT * FROM (`shop_currencies`) ORDER BY `id_currency` ASC | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'google_tracking_code' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`calendar`) LEFT JOIN `calendar_info` ON (`calendar_info`.`calendar_day_id` = `calendar`.`id_calendar_day`) WHERE `calendar_lang` = 'pl_PL' AND `calendar_date` >= '2026-04-07' ORDER BY `calendar_date` ASC LIMIT 0, 3 | 0.000 | 0 |
| SELECT * FROM (`pages`) WHERE `lang` = 'pl_PL' AND `available` = 'Y' AND `show_in_menu` = 1 AND `page_type` != 'news' ORDER BY `page_position` DESC, `available` ASC | 0.000 | 5 |
| SELECT `boxes`.* FROM (`pages_elements`) LEFT JOIN `elements` ON (`elements`.`id_element` = `pages_elements`.`element_id`) LEFT JOIN `boxes_set` ON (`boxes_set`.`element_id` = `pages_elements`.`element_id`) LEFT JOIN `boxes` ON (`boxes`.`boxes_set_id` = `boxes_set`.`id_boxes_set`) WHERE `pages_elements`.`page_id` = '2' AND `elements`.`type` = 'boxes' AND `boxes`.`active` = '1' ORDER BY `boxes`.`position` DESC | 0.000 | 4 |
| SELECT `boxes`.* FROM (`pages_elements`) LEFT JOIN `elements` ON (`elements`.`id_element` = `pages_elements`.`element_id`) LEFT JOIN `boxes_set` ON (`boxes_set`.`element_id` = `pages_elements`.`element_id`) LEFT JOIN `boxes` ON (`boxes`.`boxes_set_id` = `boxes_set`.`id_boxes_set`) WHERE `pages_elements`.`page_id` = '4' AND `elements`.`type` = 'boxes' AND `boxes`.`active` = '1' | 0.000 | 3 |
| SELECT * FROM (`shop_configuration`) | 0.000 | 8 |
| SELECT `shop_parameters`.*, `shop_product_parameters`.*, `shop_parameters_values`.* FROM (`shop_parameters`) LEFT JOIN `shop_product_parameters` ON (`shop_product_parameters`.`parameter_id` = `shop_parameters`.`id_parameter`) LEFT JOIN `shop_products_parameters` ON (`shop_products_parameters`.`product_id` = `shop_product_parameters`.`product_id`) LEFT JOIN `shop_parameters_values` ON (`shop_parameters_values`.`id_parameter_value` = `shop_products_parameters`.`parameter_value_id`) ORDER BY `shop_parameters_values`.`id_parameter_value` ASC | 0.003 | 518 |
| SELECT `pages`.*, `news`.`id_news`, `news`.`title`, `news`.`short_description`, `news`.`news_date_added`, `news`.`news_modified_date`, `news`.`news_available`, `news`.`news_start_date`, `news`.`news_end_date`, `news`.`mainphotoname`, `news`.`mainfilename`, `news`.`page_id`, `news`.`icon_id`, `news`.`news_type`, `news_icons`.*, `brands`.*, `events`.*, `promotions`.* FROM (`pages`) LEFT JOIN `news` ON (`news`.`page_id` = `pages`.`id_page`) LEFT JOIN `news_icons` ON (`news_icons`.`id_news_icon` = `news`.`icon_id`) LEFT JOIN `brands` ON (`brands`.`page_id` = `pages`.`id_page`) LEFT JOIN `events` ON (`events`.`page_id` = `pages`.`id_page`) LEFT JOIN `promotions` ON (`promotions`.`page_id` = `pages`.`id_page`) WHERE `pages`.`id_page` = '93' | 0.000 | 1 |
| SELECT * FROM (`shop_categories` AS `c`) INNER JOIN `shop_categories_description` AS `cd` ON (`cd`.`category_id` = `c`.`id_category`) WHERE `c`.`active` = 'Y' ORDER BY `c`.`position` DESC, `cd`.`category_name` ASC | 0.000 | 113 |
| SELECT * FROM (`news`) LEFT JOIN `news_images` ON (`news`.`id_news` = `news_images`.`news_id`) LEFT JOIN `images` ON (`news_images`.`images_id` = `images`.`id_image`) LEFT JOIN `news_to_categories` ON (`news_to_categories`.`news_id` = `news`.`id_news`) LEFT JOIN `news_categories` ON (`news_categories`.`id_news_category` = `news_to_categories`.`news_category_id`) LEFT JOIN `pages` ON (`pages`.`id_page` = `news`.`page_id`) LEFT JOIN `news_icons` ON (`news_icons`.`id_news_icon` = `news`.`icon_id`) WHERE `id_news` = '60' GROUP BY `id_news` | 0.000 | 1 |
| SELECT * FROM (`pages`) WHERE `id_page` = '93' | 0.000 | 1 |
| SELECT * FROM (`pages`) WHERE `id_page` = '0' | 0.000 | 0 |
| SELECT `pages`.*, `news_categories`.`news_category_name` FROM (`pages`) LEFT JOIN `news` ON (`pages`.`id_page` = `news`.`page_id`) LEFT JOIN `news_to_categories` ON (`news_to_categories`.`news_id` = `news`.`id_news`) LEFT JOIN `news_categories` ON (`news_to_categories`.`news_category_id` = `news_categories`.`id_news_category`) WHERE `id_page` = '93' | 0.000 | 1 |
| SELECT * FROM (`pages`) WHERE `id_page` = '93' | 0.000 | 1 |
| SELECT `pages`.*, `news_categories`.`news_category_name` FROM (`pages`) LEFT JOIN `news` ON (`pages`.`id_page` = `news`.`page_id`) LEFT JOIN `news_to_categories` ON (`news_to_categories`.`news_id` = `news`.`id_news`) LEFT JOIN `news_categories` ON (`news_to_categories`.`news_category_id` = `news_categories`.`id_news_category`) WHERE `id_page` = 3 | 0.000 | 1 |
| SELECT * FROM (`pages`) WHERE `id_page` = 3 | 0.000 | 1 |
| SELECT * FROM (`pages_elements`) JOIN `polls_categories` ON (`polls_categories`.`element_id` = `pages_elements`.`element_id`) JOIN `polls_questions_to_categories` ON (`polls_questions_to_categories`.`poll_category_id` = `polls_categories`.`id_poll_category`) JOIN `polls_questions` ON (`polls_questions`.`id_question` = `polls_questions_to_categories`.`poll_question_id`) JOIN `polls_answers` ON (`polls_answers`.`question_id` = `polls_questions`.`id_question`) WHERE `page_id` = 93 AND `active` = 'Y' | 0.000 | 0 |
| SELECT * FROM (`pages_elements`) JOIN `elements` ON (`elements`.`id_element` = `pages_elements`.`element_id`) WHERE `page_id` = '93' ORDER BY `pages_elements`.`position` DESC | 0.000 | 2 |
| SELECT `page_content`.*, `elements`.*, `pages_elements`.`position` FROM (`page_content`) JOIN `elements` ON (`elements`.`id_element` = `page_content`.`element_id`) JOIN `pages_elements` ON (`pages_elements`.`element_id` = `page_content`.`element_id`) WHERE `page_content`.`element_id` = '125' | 0.000 | 1 |
| SELECT * FROM (`galleries_images`) JOIN `gallery_images` ON (`galleries_images`.`image_id` = `gallery_images`.`id_image`) JOIN `galleries` ON (`galleries`.`id_gallery` = `galleries_images`.`gallery_id`) WHERE `element_id` = 126 GROUP BY `image_id` ORDER BY `position` DESC, `id_image` ASC | 0.000 | 3 |
| SELECT * FROM (`shop_configuration`) | 0.000 | 8 |
| SELECT * FROM (`configuration`) WHERE `key` = 'google_tracking_code' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'header-text' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'header-phone' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'header-phone' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'page_name' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'social_link_1' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'social_link_2' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'page_domain' LIMIT 0, 1 | 0.000 | 1 |
| SELECT `name` FROM (`boxes_set`) WHERE `id_boxes_set` = 1 | 0.000 | 1 |
| SELECT `description` FROM (`boxes_set`) WHERE `id_boxes_set` = 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'page_name' LIMIT 0, 1 | 0.000 | 1 |
| SELECT * FROM (`configuration`) WHERE `key` = 'footer_text' LIMIT 0, 1 | 0.000 | 1 |
| Total: 46 | 0.010 | 1542 |
| Session | Value |
| session_id | 53398a7938124b88f155ccde4127172c |
| total_hits | 112 |
| _kf_flash_ | Array ( ) |
| user_agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| ip_address | 216.73.216.142 |
| last_activity | 1775519451 |
| lang | pl_PL |
| currency | zł |
| factor | 1.0000 |
| Cookies | Value |
| language | pl_PL |
| kohanasession | 53398a7938124b88f155ccde4127172c |