| Mark name | Description | Time |
|---|---|---|
| Page start | Script start. | 0.000 |
| Before application init | Registering system data (includes system constants define, adding of standard package pointers, registering base classes, etc). | 0.003 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.226 |
| After routing | Routing process (searching controller+action which should handle the request). | 0.229 |
| After controller action call | Calling controller action (plugin custom logic). | 0.264 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.265 |
| Page end | Processing all headers and sending rendered document. | 0.310 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM prod_base_config | 0.000126 | |
| SELECT * FROM prod_base_document WHERE `uri` = 'base/base-document/maintenance/' AND `isStatic` = 1 LIMIT 0, 1 | 0.000095 | |
| SELECT * FROM prod_base_plugin WHERE `isActive` = 1 | 0.000095 | |
| SELECT * FROM prod_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000089 | |
| SELECT * FROM prod_base_theme_content WHERE `themeId` = 8 | 0.000338 | |
| SELECT * FROM prod_base_theme_master_page WHERE `themeId` = 8 | 0.000076 | |
| SELECT * FROM prod_base_language WHERE `id` = ? | array ( 0 => 2, ) | 0.000124 |
| SELECT * FROM prod_base_document WHERE `isStatic` = 1 | 0.000099 | |
| SELECT * FROM `prod_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = 'main' ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, ) | 0.000091 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `prod_base_menu_item` AS `mi` LEFT JOIN `prod_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'main', ) | 0.000107 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `prod_base_menu_item` AS `mi` LEFT JOIN `prod_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'bottom', ) | 0.000093 |
| SELECT * FROM prod_base_language WHERE `status` = 'active' | 0.000076 | |
| SELECT k.*, p.`prefix`, v.`value` FROM prod_base_language_key AS k LEFT JOIN prod_base_language_prefix AS p ON k.prefixId = p.id LEFT JOIN prod_base_language_value AS v ON k.id = v.keyId AND v.languageId = ? | array ( 0 => '1', ) | 0.001199 |
| SELECT k.*, p.`prefix`, v.`value` FROM prod_base_language_key AS k LEFT JOIN prod_base_language_prefix AS p ON k.prefixId = p.id LEFT JOIN prod_base_language_value AS v ON k.id = v.keyId AND v.languageId = ? | array ( 0 => '2', ) | 0.001151 |
| SELECT * FROM prod_base_theme | 0.000113 | |
| SELECT * FROM prod_base_theme | 0.000075 | |
| SELECT * FROM prod_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000097 |
| SELECT * FROM prod_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000069 |
| DELETE FROM prod_base_theme_content WHERE `themeId` = 1 | 0.000188 | |
| DELETE FROM prod_base_theme_master_page WHERE `themeId` = 1 | 0.000096 | |
| DELETE FROM prod_base_theme_control WHERE `themeId` = 1 | 0.000478 | |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 1, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000227 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000119 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '12px', 'type' => 'text', 'themeId' => 1, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000148 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'body, html', 'defaultValue' => '#9eb5ba', 'type' => 'color', 'themeId' => 1, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => 'Footer background', 'description' => NULL, 'id' => 0, ) | 0.000123 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#36c', 'type' => 'color', 'themeId' => 1, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000103 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover', 'defaultValue' => '#ef9300', 'type' => 'color', 'themeId' => 1, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000109 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_header', 'defaultValue' => '110px', 'type' => 'text', 'themeId' => 1, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000127 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#7cb315', 'type' => 'color', 'themeId' => 1, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title color', 'description' => NULL, 'id' => 0, ) | 0.000123 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 1, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000131 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'html body.ow input[type=submit], html body.ow input[type=button]', 'defaultValue' => '#491100', 'type' => 'color', 'themeId' => 1, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000106 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'border-color', 'selector' => 'th, .ow_content_menu, .ow_content_menu li a, .ow_highbox_table .ow_highbox, .ow_page .ow_highbox, .ow_sidebar, .ow_table_3 td', 'defaultValue' => '#ccc', 'type' => 'color', 'themeId' => 1, 'key' => 'borders', 'section' => '2. Colors', 'label' => 'Borders', 'description' => NULL, 'id' => 0, ) | 0.000106 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#491100', 'type' => 'color', 'themeId' => 1, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item', 'description' => NULL, 'id' => 0, ) | 0.000130 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 1, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000118 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 1, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000140 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#C0E97A', 'type' => 'color', 'themeId' => 1, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000103 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#edfecf', 'type' => 'color', 'themeId' => 1, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000113 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted item #1', 'description' => NULL, 'id' => 0, ) | 0.000122 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 1, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted item #2', 'description' => NULL, 'id' => 0, ) | 0.000123 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000134 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox, .ow_add_content:hover', 'defaultValue' => '#EDFECF', 'type' => 'color', 'themeId' => 1, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000101 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'decorator', 'value' => 'box', 'id' => 0, ) | 0.000099 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000108 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000095 |
| SELECT * FROM prod_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000060 |
| SELECT * FROM prod_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000038 |
| DELETE FROM prod_base_theme_content WHERE `themeId` = 8 | 0.000157 | |
| DELETE FROM prod_base_theme_master_page WHERE `themeId` = 8 | 0.000088 | |
| DELETE FROM prod_base_theme_control WHERE `themeId` = 8 | 0.000437 | |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 8, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 8, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000137 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '13px', 'type' => 'text', 'themeId' => 8, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000127 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'body, html', 'defaultValue' => '#575757', 'type' => 'color', 'themeId' => 8, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => 'Footer background', 'description' => NULL, 'id' => 0, ) | 0.000130 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#36c', 'type' => 'color', 'themeId' => 8, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000124 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#CF3513', 'type' => 'color', 'themeId' => 8, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000131 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(\'images/top-bg.png\')', 'type' => 'image', 'themeId' => 8, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => 'Page header image', 'description' => NULL, 'id' => 0, ) | 0.000142 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_top', 'defaultValue' => '105px', 'type' => 'text', 'themeId' => 8, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000137 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#999', 'type' => 'color', 'themeId' => 8, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title text color', 'description' => NULL, 'id' => 0, ) | 0.000137 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_page_container', 'defaultValue' => 'url(\'images/page-bg.jpg\')', 'type' => 'image', 'themeId' => 8, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => 'Page background image', 'description' => NULL, 'id' => 0, ) | 0.000128 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_footer, .ow_footer a', 'defaultValue' => '#aaa', 'type' => 'text', 'themeId' => 8, 'key' => 'footerTextColor', 'section' => '2. Colors', 'label' => 'Footer text', 'description' => NULL, 'id' => 0, ) | 0.000127 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 8, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000137 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'input[type=submit], input[type=button]', 'defaultValue' => '#3366cc', 'type' => 'color', 'themeId' => 8, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000141 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_ipc_header, th, .ow_tooltip .body, .ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 8, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000132 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 8, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item text color', 'description' => NULL, 'id' => 0, ) | 0.000131 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 8, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000122 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 8, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000141 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#f6f6f6', 'type' => 'color', 'themeId' => 8, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000130 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 8, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted menu item #1', 'description' => NULL, 'id' => 0, ) | 0.000130 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_content_menu li a, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 8, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted menu item #2', 'description' => NULL, 'id' => 0, ) | 0.000129 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 8, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000125 |
| INSERT INTO `prod_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox, .ow_add_content:hover', 'defaultValue' => '#fff9db', 'type' => 'color', 'themeId' => 8, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000140 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000107 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000100 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'blank', 'id' => 0, ) | 0.000097 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'html_document', 'id' => 0, ) | 0.000100 |
| INSERT INTO `prod_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'admin', 'id' => 0, ) | 0.000115 |
| SELECT * FROM prod_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000300 | |
| SELECT * FROM prod_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000074 | |
| UPDATE `prod_base_config` SET `key`=:key,`name`=:name,`value`=:value,`description`=:description WHERE id=:id | array ( 'key' => 'base', 'name' => 'cachedEntitiesPostfix', 'value' => '4fb958ef1286f', 'description' => NULL, 'id' => 683, ) | 0.000165 |
| SELECT * FROM prod_base_config | 0.000232 | |
| SELECT * FROM prod_base_authorization_group | 0.000093 | |
| SELECT * FROM prod_base_authorization_moderator | 0.000077 | |
| SELECT * FROM prod_base_authorization_moderator_permission | 0.000081 | |
| SELECT `id` FROM prod_base_authorization_role WHERE `name` = 'guest' LIMIT 0, 1 | 0.000073 | |
| SELECT * FROM prod_base_authorization_action | 0.000077 | |
| SELECT * FROM prod_base_authorization_permission | 0.000079 |
| Type | Class | Path (class, template) |
|---|---|---|
| Master Page | OW_MasterPage | /home/httpd/vhosts/jungundspitz.ch/httpdocs/core/master_page.php /home/httpd/vhosts/jungundspitz.ch/httpdocs/themes/graphite/master_pages/blank.html |
| Controller | BASE_CTRL_BaseDocument | /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/controllers/base_document.php /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/views/controllers/base_document_maintenance.html |
| Component | BASE_CMP_MainMenu | /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/components/main_menu.php /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/components/bottom_menu.php /home/httpd/vhosts/jungundspitz.ch/httpdocs/system_plugins/base/views/components/bottom_menu.html |
| Event | Listener | Params |
|---|---|---|
|
base.add_new_content_item Type: trigger Called at: 0.044 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_global_lang_keys Type: trigger Called at: 0.084 Exec time: 0.003 |
base_add_global_langs()
|
array ( ) |
|
base.add_global_lang_keys Type: trigger Called at: 0.119 Exec time: 0.000 |
base_add_global_langs()
|
array ( ) |
|
base.update_cache_entities Type: trigger Called at: 0.226 Exec time: 0.000 |
No listeners | array ( ) |
|
core.app_init Type: trigger Called at: 0.226 Exec time: 0.000 |
No listeners | array ( ) |
|
core.after_route Type: trigger Called at: 0.229 Exec time: 0.000 |
No listeners | array ( ) |
|
base.maintenance_mode_exceptions Type: trigger Called at: 0.236 Exec time: 0.000 |
base_add_maintenance_mode_exceptions()
|
array ( ) |
|
core.after_dispatch Type: trigger Called at: 0.264 Exec time: 0.000 |
groups_after_request_handle()
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
core.finalize Type: trigger Called at: 0.264 Exec time: 0.001 |
base_js_declarations()
admin_on_application_finalize()
ajaxim_plugin_init()
ganalytics_add_code()
ocsguests_track_visit()
|
array ( ) |
|
core.before_document_render Type: trigger Called at: 0.265 Exec time: 0.000 |
No listeners | array ( ) |
| Event | Listener |
|---|---|
| base.add_global_lang_keys |
base_add_global_langs()
|
| base.user_unregister |
base_delete_user_content()
base_delete_widgets()
base_delete_verify_email_code()
base_delete_remote_auth()
base_delete_user_activity()
base_remove_user_preference()
NEWSFEED_CLASS_EventHandler -> userUnregister()
MAILBOX_BOL_ConversationService -> deleteUserContent()
friends_on_user_delete()
groups_on_user_unregister()
photo_delete_user_content()
ocsguests_on_user_unregister()
|
| base.user_register |
base_join_user_activity()
base_mandatory_user_approve_on_join()
base_feed_after_user_join()
base_welcome_letter()
|
| base.user_edit |
base_edit_user_activity()
base_feed_after_user_edit()
|
| feed.after_comment_add |
base_feed_user_join_comment()
base_feed_user_avatar_comment()
NEWSFEED_CLASS_EventHandler -> afterComment()
photo_feed_photo_comment()
|
| feed.after_like_added |
base_feed_user_join_like()
base_feed_user_avatar_like()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
photo_feed_photo_like()
|
| base.add_profile_action_toolbar |
base_elst_delete_user_action_tool()
base_elst_block_user_action_tool()
newsfeed_on_collect_profile_actions()
mailbox_send_private_message_action_tool()
friends_user_action_tool()
|
| base.join_form_render |
base_invite_members_process_join_form()
|
| base.dashboard_menu_items |
base_dashboard_menu_item()
notifications_dashboard_menu_item()
|
| base.members_only_exceptions |
base_add_members_only_exception()
|
| base.password_protected_exceptions |
base_add_password_protected_exceptions()
|
| base.maintenance_mode_exceptions |
base_add_maintenance_mode_exceptions()
|
| base.notify_actions |
base_on_notify_actions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
mailbox_on_notify_actions()
friends_on_notify_actions()
groups_on_notify_actions()
photo_on_notify_actions()
|
| base_add_comment |
base_on_add_comment()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
groups_add_comment()
photo_add_comment_notification()
|
| base.on_avatar_toolbar_collect |
base_on_avatar_toolbar_collect()
mailbox_on_avatar_toolbar_collect()
|
| core.finalize |
base_js_declarations()
admin_on_application_finalize()
ajaxim_plugin_init()
ganalytics_add_code()
ocsguests_track_visit()
|
| ads.enabled_plugins |
base_ads_enabled()
newsfeed_ads_enabled()
mailbox_ads_enabled()
friends_ads_enabled()
notifications_ads_enabled()
groups_ads_enabled()
photo_ads_enabled()
contactus_ads_enabled()
|
| core.plugin_uninstall |
base_delete_plugin_comments()
base_plugins_uninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
|
| base.add_console_item |
base_add_console_dashboard_item()
mailbox_add_console_dashboard_item()
friends_add_console_item()
ajaxim_add_console_item()
groups_add_console_item()
|
| admin.add_auth_labels |
base_add_auth_labels()
admin_add_auth_labels()
newsfeed_add_auth_labels()
mailbox_add_auth_labels()
friends_add_auth_labels()
groups_add_auth_labels()
photo_add_auth_labels()
ajaxim_add_auth_labels()
|
| base.preference_add_form_element |
base_preference_add_form_element()
|
| base.preference_section_label |
base_add_preference_section_labels()
|
| plugin.privacy.get_action_list |
base_privacy_add_action()
newsfeed_privacy_add_action()
friends_privacy_add_action()
groups_privacy_add_action()
photo_privacy_add_action()
ajaxim_privacy_add_action()
|
| base.update_entity_items_status |
base_update_entity_items_status()
|
| feed.collect_configurable_activity |
base_feed_collect_configurable_activity()
friends_feed_collect_configurable_activity()
groups_feed_collect_configurable_activity()
photo_feed_collect_configurable_activity()
|
| base.attachment_delete_image |
base_delete_attachment_image()
|
| base.attachment_save_image |
base_save_attachment_image()
|
| base.user_login |
admin_set_admin_cookie()
|
| feed.action |
NEWSFEED_CLASS_EventHandler -> action()
|
| feed.activity |
NEWSFEED_CLASS_EventHandler -> activity()
|
| feed.delete_activity |
NEWSFEED_CLASS_EventHandler -> removeActivity()
|
| feed.get_all_follows |
NEWSFEED_CLASS_EventHandler -> getAllFollows()
|
| feed.install_widget |
NEWSFEED_CLASS_EventHandler -> installWidget()
|
| feed.delete_item |
NEWSFEED_CLASS_EventHandler -> deleteAction()
|
| feed.get_status |
NEWSFEED_CLASS_EventHandler -> getStatus()
|
| feed.remove_follow |
NEWSFEED_CLASS_EventHandler -> removeFollow()
|
| feed.is_follow |
NEWSFEED_CLASS_EventHandler -> isFollow()
|
| feed.after_status_update |
NEWSFEED_CLASS_EventHandler -> statusUpdate()
|
| feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
| feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
| feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
groups_feed_on_group_add()
groups_feed_on_status_add()
photo_feed_entity_add()
|
| feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
| feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
| feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
| feed.get_item_permalink |
NEWSFEED_CLASS_EventHandler -> getActionPermalink()
|
| feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
| plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
groups_privacy_on_change()
photo_on_change_privacy()
|
| base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
| core.plugin_deactivate |
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
|
| core.plugin_activate |
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
|
| base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
friends_on_user_block()
|
| core.plugins_init |
NEWSFEED_CLASS_EventHandler -> afterAppInit()
|
| feed.is_inited |
newsfeed_is_feed_inited()
|
| usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
GROUPS_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
|
| mailbox.send_message |
mailbox_on_send_message()
|
| plugin.friends |
friends_plugin_is_active()
|
| plugin.friends.get_friend_list |
friends_get_friend_list()
|
| plugin.friends.check_friendship |
friends_check_friendship()
|
| plugin.friends.count_friends |
friends_count_friends()
|
| plugin.friends.find_all_active_friendships |
friends_find_all_active_friendships()
|
| plugin.friends.find_active_friendships |
friends_find_active_friendships()
|
| feed.collect_follow |
friends_feed_collect_follow()
groups_feed_collect_follow()
|
| plugin.privacy.get_privacy_list |
friends_add_privacy()
|
| plugin.privacy.check_permission |
friends_permission_friends_only()
|
| friends.request-accepted |
friends_on_request_accept()
|
| friends.request-sent |
friends_on_request_sent()
|
| friends.cancelled |
friends_on_cancel()
|
| feed.collect_follow_permissions |
friends_feed_collect_follow_permissions()
|
| feed.collect_privacy |
friends_feed_collect_privacy()
groups_feed_collect_privacy()
photo_feed_collect_privacy()
|
| base.add_quick_link |
friends_quick_links()
groups_quick_links()
|
| base.notify |
notification_user_action_listener()
|
| base.add_new_content_item |
groups_on_add_new_content()
photo_elst_add_new_content_item()
|
| groups_on_group_delete |
groups_delete_on_group()
|
| groups_group_delete_complete |
groups_delete_group_complete()
|
| forum.check_permissions |
groups_check_permissions()
|
| forum.find_forum_caption |
groups_on_find_forum_caption()
|
| admin.add_admin_notification |
groups_is_forum_active()
hotphoto_is_photo_active()
ganalytics_admin_notification()
contactus_handler_after_install()
|
| forum.uninstall_plugin |
groups_uninstall_forum_plugin()
|
| forum.activate_plugin |
groups_activate_forum_plugin()
|
| groups_group_create_complete |
groups_after_group_create()
|
| groups_group_edit_complete |
groups_after_group_edit()
|
| groups_user_signed |
groups_feed_on_user_join()
groups_feed_add_follow()
|
| feed.collect_widgets |
groups_newsfeed_collect_widgets()
|
| feed.on_widget_construct |
groups_newsfeed_on_widget_construct()
|
| groups.on_toolbar_collect |
groups_on_toolbar_collect()
|
| groups.get_all_group_users |
groups_find_all_groups_users()
|
| groups_before_user_signed |
groups_on_before_user_join()
|
| groups.invite_user |
groups_on_user_invite()
|
| core.after_dispatch |
groups_after_request_handle()
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
| forum.can_view |
groups_forum_can_view()
|
| base.online_now_click |
ajaxim_online_now_button()
|
| base.append_markup |
base_dev_tool()
|