| 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.000 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 8.274 |
| After routing | Routing process (searching controller+action which should handle the request). | 8.278 |
| After controller action call | Calling controller action (plugin custom logic). | 9.103 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 9.109 |
| Page end | Processing all headers and sending rendered document. | 9.603 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM ow_base_config | 0.001052 | |
| SELECT * FROM ow_base_document WHERE `uri` = 'photo/viewlist/latest' AND `isStatic` = 1 LIMIT 0, 1 | 0.000390 | |
| SELECT * FROM ow_base_plugin WHERE `isActive` = 1 | 0.000428 | |
| SELECT * FROM ow_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000518 | |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 8 | 0.001613 | |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 8 | 0.000347 | |
| SELECT * FROM ow_base_document WHERE `isStatic` = 1 | 0.000472 | |
| SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = 'main' ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, ) | 0.000402 |
| SELECT * FROM ow_base_language WHERE `id` = ? | array ( 0 => 1, ) | 0.000470 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'main', ) | 0.000553 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'bottom', ) | 0.000786 |
| SELECT * FROM ow_base_language WHERE `status` = 'active' | 0.000576 | |
| SELECT k.*, p.`prefix`, v.`value` FROM ow_base_language_key AS k LEFT JOIN ow_base_language_prefix AS p ON k.prefixId = p.id LEFT JOIN ow_base_language_value AS v ON k.id = v.keyId AND v.languageId = ? | array ( 0 => '1', ) | 0.004001 |
| SELECT * FROM ow_base_theme | 0.001170 | |
| SELECT * FROM ow_base_theme | 0.000495 | |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000385 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000400 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1 | 0.000844 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1 | 0.001448 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1 | 0.001162 | |
| INSERT INTO `ow_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.000561 |
| INSERT INTO `ow_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.001226 |
| INSERT INTO `ow_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.001359 |
| INSERT INTO `ow_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.002153 |
| INSERT INTO `ow_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.001883 |
| INSERT INTO `ow_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.000538 |
| INSERT INTO `ow_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.000465 |
| INSERT INTO `ow_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.000471 |
| INSERT INTO `ow_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.001628 |
| INSERT INTO `ow_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.000412 |
| INSERT INTO `ow_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.000966 |
| INSERT INTO `ow_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.000369 |
| INSERT INTO `ow_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.006418 |
| INSERT INTO `ow_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.001051 |
| INSERT INTO `ow_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.004261 |
| INSERT INTO `ow_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.000674 |
| INSERT INTO `ow_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.002553 |
| INSERT INTO `ow_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.000579 |
| INSERT INTO `ow_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.005481 |
| INSERT INTO `ow_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.001001 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'decorator', 'value' => 'box', 'id' => 0, ) | 0.000477 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000562 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000391 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000694 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000582 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 8 | 0.000785 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 8 | 0.000339 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 8 | 0.000808 | |
| INSERT INTO `ow_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.000544 |
| INSERT INTO `ow_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.000530 |
| INSERT INTO `ow_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.000576 |
| INSERT INTO `ow_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.000875 |
| INSERT INTO `ow_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.001499 |
| INSERT INTO `ow_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.000458 |
| INSERT INTO `ow_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.000474 |
| INSERT INTO `ow_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.000428 |
| INSERT INTO `ow_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.000440 |
| INSERT INTO `ow_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.000453 |
| INSERT INTO `ow_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.000424 |
| INSERT INTO `ow_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.000438 |
| INSERT INTO `ow_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.000587 |
| INSERT INTO `ow_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.000651 |
| INSERT INTO `ow_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.000452 |
| INSERT INTO `ow_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.000473 |
| INSERT INTO `ow_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.000453 |
| INSERT INTO `ow_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.000644 |
| INSERT INTO `ow_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.000439 |
| INSERT INTO `ow_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.001964 |
| INSERT INTO `ow_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.000495 |
| INSERT INTO `ow_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.000426 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'admin', 'id' => 0, ) | 0.000404 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'blank', 'id' => 0, ) | 0.002797 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000498 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000371 |
| INSERT INTO `ow_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'html_document', 'id' => 0, ) | 0.000339 |
| SELECT * FROM ow_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.001520 | |
| SELECT * FROM ow_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.001077 | |
| UPDATE `ow_base_config` SET `key`=:key,`name`=:name,`value`=:value,`description`=:description WHERE id=:id | array ( 'key' => 'base', 'name' => 'cachedEntitiesPostfix', 'value' => '4fb680b252e6a', 'description' => NULL, 'id' => 683, ) | 0.000986 |
| SELECT * FROM ow_base_config | 0.001361 | |
| SELECT COUNT(`p`.`id`) FROM `ow_photo` AS `p` LEFT JOIN `ow_photo_featured` AS `f` ON ( `p`.`id` = `f`.`photoId` ) WHERE `p`.`status` = 'approved' AND `p`.`privacy` = 'everybody' AND `f`.`id` IS NOT NULL | 0.000560 | |
| SELECT COUNT(`p`.`id`) FROM `ow_photo` AS `p` LEFT JOIN `ow_photo_featured` AS `f` ON ( `p`.`id` = `f`.`photoId` ) WHERE `p`.`status` = 'approved' AND `f`.`id` IS NOT NULL | 0.000369 | |
| SELECT * FROM ow_base_authorization_group | 0.000368 | |
| SELECT * FROM ow_base_authorization_moderator | 0.000386 | |
| SELECT * FROM ow_base_authorization_moderator_permission | 0.000403 | |
| SELECT `id` FROM ow_base_authorization_role WHERE `name` = 'guest' LIMIT 0, 1 | 0.000414 | |
| SELECT * FROM ow_base_authorization_action | 0.000412 | |
| SELECT * FROM ow_base_authorization_permission | 0.000394 | |
| SELECT `p`.*, `a`.`userId` FROM `ow_photo` AS `p` LEFT JOIN `ow_photo_album` AS `a` ON ( `p`.`albumId` = `a`.`id` ) WHERE `p`.`status` = 'approved' AND `p`.`privacy` = 'everybody' ORDER BY `p`.`id` DESC LIMIT :first, :limit | array ( 'first' => 0, 'limit' => 20, ) | 0.000457 |
| SELECT COUNT(*) FROM ow_photo WHERE `status` = 'approved' AND `privacy` = 'everybody' | 0.000354 | |
| SELECT * FROM ow_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000469 | |
| SELECT * FROM ow_base_language | 0.004605 |
| Type | Class | Path (class, template) |
|---|---|---|
| Master Page | OW_MasterPage | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_core/master_page.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_themes/graphite/master_pages/general.html |
| Controller | PHOTO_CTRL_Photo | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_plugins/photo/controllers/photo.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_plugins/photo/views/controllers/photo_view_list.html |
| Component | BASE_CMP_ContentMenu | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/components/content_menu.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/views/components/content_menu.html |
| Component | PHOTO_CMP_PhotoList | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_plugins/photo/components/photo_list.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_plugins/photo/views/components/photo_list.html |
| Component | BASE_CMP_MainMenu | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/components/main_menu.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/components/bottom_menu.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/views/components/bottom_menu.html |
| Component | BASE_CMP_AjaxSignIn | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/components/ajax_sign_in.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/views/components/ajax_sign_in.html |
| Component | BASE_CMP_Console | /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/components/console.php /hermes/bosweb/web094/b941/sl.leecrystal/public_html/OSF/ow_system_plugins/base/views/components/console.html |
| Event | Listener | Params |
|---|---|---|
|
base.add_new_content_item Type: trigger Called at: 0.536 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_global_lang_keys Type: trigger Called at: 1.369 Exec time: 0.077 |
base_add_global_langs()
|
array ( ) |
|
base.update_cache_entities Type: trigger Called at: 8.274 Exec time: 0.000 |
No listeners | array ( ) |
|
core.app_init Type: trigger Called at: 8.274 Exec time: 0.000 |
No listeners | array ( ) |
|
core.after_route Type: trigger Called at: 8.278 Exec time: 0.000 |
No listeners | array ( ) |
|
core.after_dispatch Type: trigger Called at: 9.103 Exec time: 0.001 |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
core.finalize Type: trigger Called at: 9.109 Exec time: 0.000 |
base_floatbox_rsp_declaration()
admin_on_application_finalize()
|
array ( ) |
|
core.before_document_render Type: trigger Called at: 9.109 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_page_top_content Type: trigger Called at: 9.522 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_page_bottom_content Type: trigger Called at: 9.522 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()
blogs_on_user_delete()
links_on_user_delete()
photo_delete_user_content()
video_delete_user_content()
|
| 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()
|
| 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()
mailbox_on_notify_actions()
friends_on_notify_actions()
blogs_on_notify_actions()
links_on_notify_actions()
photo_on_notify_actions()
video_on_notify_actions()
|
| base_add_comment |
base_on_add_comment()
NEWSFEED_CLASS_EventHandler -> addComment()
blogs_on_notify()
links_notify_on_post_comment_add()
photo_add_comment_notification()
video_add_comment_notification()
|
| base.on_avatar_toolbar_collect |
base_on_avatar_toolbar_collect()
mailbox_on_avatar_toolbar_collect()
|
| core.finalize |
base_floatbox_rsp_declaration()
admin_on_application_finalize()
|
| ads.enabled_plugins |
base_ads_enabled()
newsfeed_ads_enabled()
mailbox_ads_enabled()
friends_ads_enabled()
notifications_ads_enabled()
blogs_ads_enabled()
links_ads_enabled()
photo_ads_enabled()
video_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()
|
| admin.add_auth_labels |
base_add_auth_labels()
admin_add_auth_labels()
newsfeed_add_auth_labels()
mailbox_add_auth_labels()
friends_add_auth_labels()
blogs_add_auth_labels()
links_add_auth_labels()
photo_add_auth_labels()
video_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()
blogs_privacy_add_action()
links_privacy_add_action()
photo_privacy_add_action()
video_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()
blogs_feed_collect_configurable_activity()
links_feed_collect_configurable_activity()
photo_feed_collect_configurable_activity()
video_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_added |
NEWSFEED_CLASS_EventHandler -> addLike()
|
| feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
| feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
| feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
blogs_feed_entity_add()
links_feed_entity_add()
photo_feed_entity_add()
video_feed_entity_add()
|
| feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> itemRender()
|
| feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
| feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
| feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
| plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
blogs_privacy_on_change_action_privacy()
links_privacy_on_change_action_privacy()
photo_on_change_privacy()
video_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()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
LINKS_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_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()
|
| plugin.privacy.get_privacy_list |
friends_add_privacy()
|
| plugin.privacy.check_permission |
friends_permission_friends_only()
|
| friends.request-accepted |
friends_on_request_accept()
|
| friends.cancelled |
friends_on_cancel()
|
| feed.collect_follow_permissions |
friends_feed_collect_follow_permissions()
|
| feed.collect_privacy |
friends_feed_collect_privacy()
blogs_feed_collect_privacy()
photo_feed_collect_privacy()
video_feed_collect_privacy()
|
| base.notify |
notification_user_action_listener()
|
| base.user_suspend |
PostService -> onAuthorSuspend()
|
| base.add_new_content_item |
blogs_add_new_content_item()
links_add_new_content_item()
photo_elst_add_new_content_item()
video_elst_add_new_content_item()
|
| core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
| base.append_markup |
base_dev_tool()
|