| 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.004 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.507 |
| After routing | Routing process (searching controller+action which should handle the request). | 0.511 |
| After controller action call | Calling controller action (plugin custom logic). | 2.400 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 2.401 |
| Page end | Processing all headers and sending rendered document. | 2.509 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM ow_base_config | 0.000176 | |
| SELECT * FROM ow_base_document WHERE `uri` = '' AND `isStatic` = 1 LIMIT 0, 1 | 0.000520 | |
| SELECT * FROM ow_base_plugin WHERE `isActive` = 1 | 0.000242 | |
| SELECT * FROM ow_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000050 | |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 8 | 0.000235 | |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 8 | 0.000039 | |
| SELECT * FROM ow_virtualgifts_template | 0.000154 | |
| SELECT * FROM ow_base_language WHERE `id` = ? | array ( 0 => 1, ) | 0.000151 |
| SELECT * FROM ow_base_document WHERE `isStatic` = 1 | 0.000122 | |
| 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.000132 |
| 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.000161 |
| 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.000142 |
| SELECT * FROM ow_base_language WHERE `status` = 'active' | 0.000124 | |
| 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.000946 |
| SELECT * FROM ow_base_theme | 0.000154 | |
| SELECT * FROM ow_base_theme | 0.000106 | |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000131 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000104 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 1 | 0.000364 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 1 | 0.000208 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 1 | 0.000695 | |
| 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.000311 |
| 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.000253 |
| 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.000241 |
| 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.000299 |
| 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.000246 |
| 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.000254 |
| 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.000293 |
| 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.000243 |
| 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.000248 |
| 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.000247 |
| 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.000251 |
| 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.000254 |
| 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.000249 |
| 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.000250 |
| 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.000318 |
| 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.000248 |
| 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.000246 |
| 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.000255 |
| 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.000242 |
| 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.000251 |
| 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.000190 |
| 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.000188 |
| 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.000191 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000134 |
| SELECT * FROM ow_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000102 |
| DELETE FROM ow_base_theme_content WHERE `themeId` = 8 | 0.000254 | |
| DELETE FROM ow_base_theme_master_page WHERE `themeId` = 8 | 0.000134 | |
| DELETE FROM ow_base_theme_control WHERE `themeId` = 8 | 0.000763 | |
| 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.000393 |
| 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.000248 |
| 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.000249 |
| 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.000241 |
| 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.000271 |
| 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.000267 |
| 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.000246 |
| 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.000243 |
| 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.000240 |
| 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.000247 |
| 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.000239 |
| 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.000258 |
| 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.000273 |
| 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.000255 |
| 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.000239 |
| 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.000248 |
| 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.000246 |
| 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.000265 |
| 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.000253 |
| 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.000252 |
| 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.000249 |
| 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.000239 |
| 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.000194 |
| 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.000185 |
| 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.000177 |
| 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.000170 |
| 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.000179 |
| SELECT * FROM ow_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000416 | |
| SELECT * FROM ow_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000099 | |
| UPDATE `ow_base_config` SET `key`=:key,`name`=:name,`value`=:value,`description`=:description WHERE id=:id | array ( 'key' => 'base', 'name' => 'cachedEntitiesPostfix', 'value' => '4fb8cdc669b5a', 'description' => NULL, 'id' => 683, ) | 0.000257 |
| SELECT * FROM ow_base_config | 0.000420 | |
| SELECT * FROM ow_base_authorization_group | 0.000180 | |
| SELECT * FROM ow_base_authorization_moderator | 0.000204 | |
| SELECT * FROM ow_base_authorization_moderator_permission | 0.000170 | |
| SELECT `id` FROM ow_base_authorization_role WHERE `name` = 'guest' LIMIT 0, 1 | 0.000121 | |
| SELECT * FROM ow_base_authorization_action | 0.000111 | |
| SELECT * FROM ow_base_authorization_permission | 0.000127 | |
| SELECT * FROM ow_base_scheme | 0.029745 | |
| SELECT * FROM ow_base_place WHERE `name` = 'index' LIMIT 0, 1 | 0.042648 | |
| SELECT * FROM ow_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | 0.000206 | |
| SELECT * FROM ow_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | 0.000045 | |
| SELECT COUNT(*) FROM `ow_base_user` as `u` LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) WHERE `s`.`id` IS NULL | 0.000502 | |
| SELECT `u`.* FROM `ow_base_user` as `u` LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) LEFT JOIN `ow_base_user_disapprove` as `d` ON( `u`.`id` = `d`.`userId` ) WHERE `s`.`id` IS NULL AND `d`.`id` IS NULL ORDER BY `u`.`joinStamp` DESC LIMIT ?,? | array ( 0 => 0, 1 => 9, ) | 0.000595 |
| SELECT `u`.* FROM `ow_base_user` AS `u` INNER JOIN `ow_base_user_online` AS `o` ON(`u`.`id` = `o`.`userId`) LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) LEFT JOIN `ow_base_user_disapprove` as `d` ON( `u`.`id` = `d`.`userId` ) WHERE `s`.`id` IS NULL AND `d`.`id` IS NULL ORDER BY `o`.`activityStamp` DESC LIMIT ?, ? | array ( 0 => 0, 1 => 9, ) | 0.000517 |
| SELECT * FROM ow_base_user WHERE `id` = ? | array ( 0 => 2, ) | 0.000221 |
| SELECT * FROM ow_base_user WHERE `id` IN('2') | 0.000294 | |
| SELECT * FROM ow_base_question WHERE `name` IN('realname') | 0.008866 | |
| SELECT * FROM ow_base_question_data WHERE `userId` IN('2') AND `questionName` IN('realname') | 0.036131 | |
| SELECT * FROM ow_base_user WHERE `id` IN('2') | 0.000097 | |
| SELECT * FROM ow_privacy_action_data WHERE `userId` IN('2') AND `key` IN('base_view_my_presence_on_site') | 0.000323 | |
| SELECT * FROM ow_base_user WHERE `id` = ? | array ( 0 => 1, ) | 0.000302 |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000213 | |
| SELECT * FROM ow_base_question_data WHERE `userId` IN('1') AND `questionName` IN('realname') | 0.000237 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000093 | |
| SELECT * FROM ow_privacy_action_data WHERE `userId` IN('1') AND `key` IN('base_view_my_presence_on_site') | 0.000345 | |
| SELECT COUNT(*) FROM `ow_base_user` AS `u` INNER JOIN `ow_base_user_online` AS `o` ON(`u`.`id` = `o`.`userId`) LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) LEFT JOIN `ow_base_user_disapprove` as `d` ON( `u`.`id` = `d`.`userId` ) WHERE `s`.`id` IS NULL AND `d`.`id` IS NULL | 0.000478 | |
| SELECT `u`.* FROM `ow_base_user` AS `u` INNER JOIN `ow_base_user_featured` AS `f` ON( `u`.`id` = `f`.`userId` ) LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) LEFT JOIN `ow_base_user_disapprove` as `d` ON( `u`.`id` = `d`.`userId` ) WHERE `s`.`id` IS NULL AND `d`.`id` IS NULL LIMIT ?,? | array ( 0 => 0, 1 => 9, ) | 0.058727 |
| SELECT COUNT(*) FROM `ow_base_user` AS `u` INNER JOIN `ow_base_user_featured` AS `f` ON( `u`.`id` = `f`.`userId` ) LEFT JOIN `ow_base_user_suspend` as `s` ON( `u`.`id` = `s`.`userId` ) LEFT JOIN `ow_base_user_disapprove` as `d` ON( `u`.`id` = `d`.`userId` ) WHERE `s`.`id` IS NULL AND `d`.`id` IS NULL | 0.000381 | |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('2','1') | 0.000298 | |
| SELECT * FROM ow_base_user WHERE `id` IN('2','1') | 0.000286 | |
| SELECT * FROM ow_base_user WHERE `id` IN('2','1') | 0.000094 | |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur LEFT JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('2','1') AND r.displayLabel=1 GROUP BY ur.userId | 0.027154 | |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('2','1') | 0.000135 | |
| SELECT * FROM ow_base_user WHERE `id` IN('2','1') | 0.000082 | |
| SELECT * FROM ow_base_user WHERE `id` IN('2','1') | 0.000042 | |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur LEFT JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('2','1') AND r.displayLabel=1 GROUP BY ur.userId | 0.000039 | |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('1') | 0.000294 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000041 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000040 | |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur LEFT JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('1') AND r.displayLabel=1 GROUP BY ur.userId | 0.000874 | |
| 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' => 8, ) | 0.060635 |
| SELECT `p`.*, `a`.`userId` FROM `ow_photo` AS `p` LEFT JOIN `ow_photo_album` AS `a` ON ( `p`.`albumId` = `a`.`id` ) LEFT JOIN `ow_photo_featured` AS `f` ON (`f`.`photoId`=`p`.`id`) WHERE `p`.`status` = 'approved' AND `p`.`privacy` = 'everybody' AND `f`.`id` IS NOT NULL ORDER BY `p`.`id` DESC LIMIT :first, :limit | array ( 'first' => 0, 'limit' => 8, ) | 0.000626 |
| SELECT `entityId` AS `id`, COUNT(*) as `ratesCount`, AVG(`score`) as `avgScore` FROM ow_base_rate WHERE `entityType` = :entityType AND `active` = 1 GROUP BY `entityId` ORDER BY `avgScore` DESC LIMIT :first, :count | array ( 'entityType' => 'photo_rates', 'first' => 0, 'count' => 8, ) | 0.000415 |
| SELECT `entityId` AS `id`, COUNT(*) as `ratesCount`, AVG(`score`) as `avgScore` FROM ow_base_rate WHERE `entityType` = :entityType AND `active` = 1 GROUP BY `entityId` ORDER BY `avgScore` DESC, `ratesCount` DESC LIMIT :first, :count | array ( 'entityType' => 'user_rates', 'first' => 0, 'count' => 12, ) | 0.000318 |
| SELECT * FROM ow_video_clip WHERE `status` = 'approved' AND `privacy` = 'everybody' ORDER BY `addDatetime` DESC LIMIT 0, 3 | 0.000159 | |
| SELECT * FROM ow_video_clip WHERE `id` = ? | array ( 0 => 4, ) | 0.000123 |
| SELECT * FROM ow_video_clip WHERE `id` = ? | array ( 0 => 3, ) | 0.000294 |
| SELECT * FROM ow_video_clip WHERE `id` = ? | array ( 0 => 2, ) | 0.000237 |
| SELECT `c`.* FROM `ow_video_clip` AS `c` LEFT JOIN `ow_video_clip_featured` AS `f` ON (`f`.`clipId`=`c`.`id`) WHERE `c`.`status` = 'approved' AND `c`.`privacy` = 'everybody' AND `f`.`id` IS NOT NULL ORDER BY `c`.`addDatetime` DESC LIMIT :first, :limit | array ( 'first' => 0, 'limit' => 3, ) | 0.000146 |
| SELECT `entityId` AS `id`, COUNT(*) as `ratesCount`, AVG(`score`) as `avgScore` FROM ow_base_rate WHERE `entityType` = :entityType AND `active` = 1 GROUP BY `entityId` ORDER BY `avgScore` DESC LIMIT :first, :count | array ( 'entityType' => 'video_rates', 'first' => 0, 'count' => 3, ) | 0.000113 |
| SELECT COUNT(*) FROM `ow_base_question_data` q LEFT JOIN `ow_birthdays_privacy` AS `bp` ON( `q`.`userId` = bp.userId AND ( bp.privacy NOT IN ('everybody') ) ) WHERE `bp`.id IS NULL AND q.`questionName` = 'birthdate' AND ( DATE_FORMAT(q.`dateValue`, '2012-%m-%d') BETWEEN :start1 AND :end1 OR DATE_FORMAT(q.`dateValue`, '2013-%m-%d') BETWEEN :start2 AND :end2 ) | array ( 'start1' => '2012-05-20', 'start2' => '2012-05-20', 'end1' => '2012-05-20', 'end2' => '2012-05-20', ) | 0.000343 |
| SELECT * FROM ow_groups_group WHERE `whoCanView` = 'anyone' ORDER BY `timeStamp` DESC LIMIT 0, 3 | 0.000122 | |
| SELECT `g`.* FROM `ow_groups_group` AS `g` LEFT JOIN `ow_groups_group_user` AS `gu` ON `g`.`id` = `gu`.`groupId` WHERE g.whoCanView="anyone" GROUP BY `g`.`id` ORDER BY COUNT(`gu`.`id`) DESC LIMIT :f, :c | array ( 'f' => 0, 'c' => 3, ) | 0.000258 |
| SELECT action.* FROM ow_newsfeed_action action INNER JOIN ow_newsfeed_activity activity ON action.id = activity.actionId INNER JOIN ow_newsfeed_activity cactivity ON action.id = cactivity.actionId WHERE (cactivity.status=:s AND cactivity.activityType=:ac AND cactivity.privacy=:peb AND cactivity.visibility & :v) AND (activity.status=:s AND activity.privacy=:peb AND activity.visibility & :v AND activity.timeStamp < :st) GROUP BY action.id ORDER BY MAX(activity.timeStamp) DESC LIMIT 0, 10 | array ( 'v' => 1, 's' => 'active', 'st' => 1337511367, 'peb' => 'everybody', 'ac' => 'create', ) | 0.145370 |
| SELECT COUNT(DISTINCT activity.actionId) FROM ow_newsfeed_activity activity LEFT JOIN ow_newsfeed_activity pactivity ON activity.actionId = pactivity.actionId AND (pactivity.status=:s AND pactivity.activityType=:ac AND pactivity.privacy!=:peb AND pactivity.visibility & :v) WHERE pactivity.id IS NULL AND activity.status=:s AND activity.activityType=:ac AND activity.privacy=:peb AND activity.visibility & :v | array ( 'v' => 1, 's' => 'active', 'peb' => 'everybody', 'ac' => 'create', ) | 0.000808 |
| SELECT * FROM ow_newsfeed_activity WHERE actionId IN ( 7, 6, 5, 3, 4, 2 ) AND status=:s AND privacy=:peb AND visibility & :v ORDER BY timeStamp DESC | array ( 'v' => 1, 's' => 'active', 'peb' => 'everybody', ) | 0.000425 |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('1') | 0.000098 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000093 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000091 | |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur LEFT JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('1') AND r.displayLabel=1 GROUP BY ur.userId | 0.000087 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'video' LIMIT 0, 1 | 0.000379 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '12' LIMIT 0, 1 | 0.000254 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 4, ) | 0.020585 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'video_comments', 'entityId' => 4, 'first' => 0, 'count' => 3, ) | 0.000168 |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 4, ) | 0.000059 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'video_comments' AND `entityId` = 4 | 0.000113 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'photo' LIMIT 0, 1 | 0.000295 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '11' LIMIT 0, 1 | 0.000119 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'photo_comments', 'entityId' => 1, ) | 0.000141 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'photo_comments', 'entityId' => 1, 'first' => 0, 'count' => 3, ) | 0.000283 |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'photo_comments', 'entityId' => 1, ) | 0.000048 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'photo_comments' AND `entityId` = 1 | 0.000093 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'video' LIMIT 0, 1 | 0.000040 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '12' LIMIT 0, 1 | 0.000036 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 3, ) | 0.000426 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'video_comments', 'entityId' => 3, 'first' => 0, 'count' => 3, ) | 0.000805 |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 3, ) | 0.000085 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'video_comments' AND `entityId` = 3 | 0.000279 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'video' LIMIT 0, 1 | 0.000044 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '12' LIMIT 0, 1 | 0.000041 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 1, ) | 0.000243 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'video_comments', 'entityId' => 1, 'first' => 0, 'count' => 3, ) | 0.000215 |
| SELECT * FROM ow_base_avatar WHERE `userId` IN('1') | 0.000041 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000045 | |
| SELECT * FROM ow_base_user WHERE `id` IN('1') | 0.000040 | |
| SELECT `userId`,`name`,`custom` FROM ow_base_authorization_user_role ur LEFT JOIN ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('1') AND r.displayLabel=1 GROUP BY ur.userId | 0.000039 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 1, ) | 0.000078 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'video_comments' AND `entityId` = 1 | 0.000099 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'video' LIMIT 0, 1 | 0.000041 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '12' LIMIT 0, 1 | 0.000036 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 2, ) | 0.000125 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'video_comments', 'entityId' => 2, 'first' => 0, 'count' => 3, ) | 0.000247 |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'video_comments', 'entityId' => 2, ) | 0.000052 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'video_comments' AND `entityId` = 2 | 0.000097 | |
| SELECT * FROM ow_base_authorization_group WHERE `name` = 'newsfeed' LIMIT 0, 1 | 0.000106 | |
| SELECT * FROM ow_base_authorization_action WHERE `name` = 'add_comment' AND `groupId` = '8' LIMIT 0, 1 | 0.000119 | |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'user-status', 'entityId' => 2, ) | 0.000131 |
| SELECT `c`.* FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId ORDER BY `createStamp` DESC LIMIT :first, :count | array ( 'entityType' => 'user-status', 'entityId' => 2, 'first' => 0, 'count' => 3, ) | 0.000331 |
| SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'user-status', 'entityId' => 2, ) | 0.000048 |
| SELECT * FROM ow_newsfeed_like WHERE `entityType` = 'user-status' AND `entityId` = 2 | 0.000208 | |
| SELECT * FROM ow_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000092 | |
| SELECT * FROM ow_base_language | 0.000259 |
| Type | Class | Path (class, template) |
|---|---|---|
| Master Page | OW_MasterPage | /home/infected/public_html/ow_core/master_page.php /home/infected/public_html/ow_themes/graphite/master_pages/general.html |
| Controller | BASE_CTRL_ComponentPanel | /home/infected/public_html/ow_system_plugins/base/controllers/component_panel.php /home/infected/public_html/ow_system_plugins/base/views/controllers/component_panel.html |
| Component | BASE_CMP_CustomHtmlWidget | /home/infected/public_html/ow_system_plugins/base/components/custom_html_widget.php /home/infected/public_html/ow_system_plugins/base/views/components/custom_html_widget.html |
| Component | BASE_CMP_DragAndDropItem | /home/infected/public_html/ow_system_plugins/base/components/drag_and_drop_item.php /home/infected/public_html/ow_system_plugins/base/views/components/drag_and_drop_item.html |
| Component | BASE_CMP_JoinNowWidget | /home/infected/public_html/ow_system_plugins/base/components/join_now_widget.php /home/infected/public_html/ow_system_plugins/base/views/components/join_now_widget.html |
| Component | BASE_CMP_AvatarUserList | /home/infected/public_html/ow_system_plugins/base/components/avatar_user_list.php /home/infected/public_html/ow_system_plugins/base/views/components/avatar_user_list.html |
| Component | BASE_CMP_WidgetMenu | /home/infected/public_html/ow_system_plugins/base/components/widget_menu.php /home/infected/public_html/ow_system_plugins/base/views/components/widget_menu.html |
| Component | BASE_CMP_UserListWidget | /home/infected/public_html/ow_system_plugins/base/components/user_list_widget.php /home/infected/public_html/ow_system_plugins/base/views/components/users_widget.html |
| Component | PHOTO_CMP_PhotoListWidget | /home/infected/public_html/ow_plugins/photo/components/photo_list_widget.php /home/infected/public_html/ow_plugins/photo/views/components/photo_list_widget.html |
| Component | OCSTOPUSERS_CMP_IndexWidget | /home/infected/public_html/ow_plugins/ocs_topusers/components/index_widget.php /home/infected/public_html/ow_plugins/ocs_topusers/views/components/index_widget.html |
| Component | VIDEO_CMP_VideoListWidget | /home/infected/public_html/ow_plugins/video/components/video_list_widget.php /home/infected/public_html/ow_plugins/video/views/components/video_list_widget.html |
| Component | BASE_CMP_CommentsList | /home/infected/public_html/ow_system_plugins/base/components/comments_list.php /home/infected/public_html/ow_system_plugins/base/views/components/comments_list.html |
| Component | BASE_CMP_Comments | /home/infected/public_html/ow_system_plugins/base/components/comments.php /home/infected/public_html/ow_plugins/newsfeed/views/components/comments.html |
| Component | NEWSFEED_CMP_FeedItem | /home/infected/public_html/ow_plugins/newsfeed/components/feed_item.php /home/infected/public_html/ow_plugins/newsfeed/views/components/feed_item.html |
| Component | NEWSFEED_CMP_FeedList | /home/infected/public_html/ow_plugins/newsfeed/components/feed_list.php /home/infected/public_html/ow_plugins/newsfeed/views/components/feed_list.html |
| Component | NEWSFEED_CMP_Feed | /home/infected/public_html/ow_plugins/newsfeed/components/feed.php /home/infected/public_html/ow_plugins/newsfeed/views/components/feed.html |
| Component | NEWSFEED_CMP_SiteFeedWidget | /home/infected/public_html/ow_plugins/newsfeed/components/site_feed_widget.php /home/infected/public_html/ow_plugins/newsfeed/views/components/feed_widget.html |
| Component | BASE_CMP_DragAndDropIndex | /home/infected/public_html/ow_system_plugins/base/components/drag_and_drop_index.php /home/infected/public_html/ow_system_plugins/base/views/components/drag_and_drop_entity_panel.html |
| Component | BASE_CMP_MainMenu | /home/infected/public_html/ow_system_plugins/base/components/main_menu.php /home/infected/public_html/ow_system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /home/infected/public_html/ow_system_plugins/base/components/bottom_menu.php /home/infected/public_html/ow_system_plugins/base/views/components/bottom_menu.html |
| Component | BASE_CMP_AjaxSignIn | /home/infected/public_html/ow_system_plugins/base/components/ajax_sign_in.php /home/infected/public_html/ow_system_plugins/base/views/components/ajax_sign_in.html |
| Component | BASE_CMP_Console | /home/infected/public_html/ow_system_plugins/base/components/console.php /home/infected/public_html/ow_system_plugins/base/views/components/console.html |
| Event | Listener | Params |
|---|---|---|
|
base.add_new_content_item Type: trigger Called at: 0.043 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_global_lang_keys Type: trigger Called at: 0.076 Exec time: 0.002 |
base_add_global_langs()
|
array ( ) |
|
base.update_cache_entities Type: trigger Called at: 0.507 Exec time: 0.000 |
No listeners | array ( ) |
|
core.app_init Type: trigger Called at: 0.507 Exec time: 0.000 |
virtualgifts_after_inits()
|
array ( ) |
|
core.after_route Type: trigger Called at: 0.511 Exec time: 0.000 |
No listeners | array ( ) |
|
base.splash_screen_exceptions Type: trigger Called at: 0.514 Exec time: 0.000 |
No listeners | array ( ) |
|
plugin.privacy.get_action_list Type: trigger Called at: 1.284 Exec time: 0.000 |
base_privacy_add_action()
newsfeed_privacy_add_action()
friends_privacy_add_action()
photo_privacy_add_action()
video_privacy_add_action()
ajaxim_privacy_add_action()
birthdays_privacy_add_action()
groups_privacy_add_action()
|
array ( ) |
|
plugin.privacy.get_privacy Type: call Called at: 1.338 Exec time: 0.001 |
privacy_get_action_privacy()
|
array ( 'action' => 'base_view_my_presence_on_site', 'ownerId' => 2, ) |
|
plugin.privacy.check_permission Type: trigger Called at: 1.339 Exec time: 0.000 |
friends_permission_friends_only()
privacy_permission_everybody()
privacy_permission_only_for_me()
|
array ( 'action' => 'base_view_my_presence_on_site', 'privacy' => 'everybody', 'ownerId' => 2, 'viewerId' => 0, ) |
|
privacy_check_permission Type: call Called at: 1.283 Exec time: 0.001 |
privacy_check_premission()
|
array ( 'action' => 'base_view_my_presence_on_site', 'ownerId' => 2, 'viewerId' => 0, ) |
|
plugin.privacy.get_privacy Type: call Called at: 1.341 Exec time: 0.001 |
privacy_get_action_privacy()
|
array ( 'action' => 'base_view_my_presence_on_site', 'ownerId' => 1, ) |
|
plugin.privacy.check_permission Type: trigger Called at: 1.342 Exec time: 0.000 |
friends_permission_friends_only()
privacy_permission_everybody()
privacy_permission_only_for_me()
|
array ( 'action' => 'base_view_my_presence_on_site', 'privacy' => 'everybody', 'ownerId' => 1, 'viewerId' => 0, ) |
|
privacy_check_permission Type: call Called at: 1.340 Exec time: 0.000 |
privacy_check_premission()
|
array ( 'action' => 'base_view_my_presence_on_site', 'ownerId' => 1, 'viewerId' => 0, ) |
|
feed.on_item_render Type: trigger Called at: 2.078 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '7', 'entityType' => 'video_comments', 'entityId' => 4, 'pluginKey' => 'video', 'createTime' => 1337393806, 'userId' => '1', 'data' => array ( 'time' => 1337393806, 'ownerId' => '1', 'content' => '', 'view' => array ( 'iconClass' => 'ow_ic_video', 'class' => '', 'style' => '', ), 'line' => NULL, 'string' => NULL, 'toolbar' => array ( ), 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337393806, ), ), ), 'activity' => array ( 14 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '14', 'data' => array ( ), 'timeStamp' => '1337393806', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 15 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '15', 'data' => array ( ), 'timeStamp' => '1337393806', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '14', 'data' => array ( ), 'timeStamp' => '1337393806', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-7', ) |
|
feed.on_item_render Type: trigger Called at: 2.309 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '6', 'entityType' => 'photo_comments', 'entityId' => 1, 'pluginKey' => 'photo', 'createTime' => 1337323612, 'userId' => '1', 'data' => array ( 'time' => '1337323612', 'ownerId' => '1', 'string' => 'Εγώ!!!', 'content' => '', 'view' => array ( 'iconClass' => 'ow_ic_picture', 'class' => '', 'style' => '', ), 'toolbar' => array ( 0 => array ( 'href' => 'http://infected.gr/photo/useralbum/admin/1', 'label' => 'View "My Photos" album', ), ), 'line' => NULL, 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337323612, ), ), ), 'activity' => array ( 12 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '12', 'data' => array ( ), 'timeStamp' => '1337323612', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 13 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '13', 'data' => array ( ), 'timeStamp' => '1337323612', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '12', 'data' => array ( ), 'timeStamp' => '1337323612', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-6', ) |
|
feed.on_item_render Type: trigger Called at: 2.313 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '5', 'entityType' => 'video_comments', 'entityId' => 3, 'pluginKey' => 'video', 'createTime' => 1337314748, 'userId' => '1', 'data' => array ( 'time' => 1337314748, 'ownerId' => '1', 'content' => '', 'view' => array ( 'iconClass' => 'ow_ic_video', 'class' => '', 'style' => '', ), 'line' => NULL, 'string' => NULL, 'toolbar' => array ( ), 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337314748, ), ), ), 'activity' => array ( 10 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '10', 'data' => array ( ), 'timeStamp' => '1337314748', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 11 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '11', 'data' => array ( ), 'timeStamp' => '1337314748', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '10', 'data' => array ( ), 'timeStamp' => '1337314748', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-5', ) |
|
feed.on_item_render Type: trigger Called at: 2.318 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '3', 'entityType' => 'video_comments', 'entityId' => 1, 'pluginKey' => 'video', 'createTime' => 1337312037, 'userId' => '1', 'data' => array ( 'time' => 1337312037, 'ownerId' => '1', 'content' => '', 'view' => array ( 'iconClass' => 'ow_ic_video', 'class' => '', 'style' => '', ), 'line' => NULL, 'string' => NULL, 'toolbar' => array ( ), 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337312037, ), ), ), 'activity' => array ( 9 => array ( 'activityType' => 'comment', 'activityId' => '1', 'id' => '9', 'data' => array ( 'string' => 'commented on their video', ), 'timeStamp' => '1337313508', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 5 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '5', 'data' => array ( ), 'timeStamp' => '1337312037', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 6 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '6', 'data' => array ( ), 'timeStamp' => '1337312037', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '5', 'data' => array ( ), 'timeStamp' => '1337312037', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => array ( 'activityType' => 'comment', 'activityId' => '1', 'id' => '9', 'data' => array ( 'string' => 'commented on their video', ), 'timeStamp' => '1337313508', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-3', ) |
|
feed.on_item_render Type: trigger Called at: 2.367 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '4', 'entityType' => 'video_comments', 'entityId' => 2, 'pluginKey' => 'video', 'createTime' => 1337312242, 'userId' => '1', 'data' => array ( 'time' => 1337312242, 'ownerId' => '1', 'content' => '', 'view' => array ( 'iconClass' => 'ow_ic_video', 'class' => '', 'style' => '', ), 'line' => NULL, 'string' => NULL, 'toolbar' => array ( ), 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337312242, ), ), ), 'activity' => array ( 7 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '7', 'data' => array ( ), 'timeStamp' => '1337312242', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 8 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '8', 'data' => array ( ), 'timeStamp' => '1337312242', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '7', 'data' => array ( ), 'timeStamp' => '1337312242', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-4', ) |
|
feed.on_item_render Type: trigger Called at: 2.371 Exec time: 0.000 |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
|
array ( 'action' => array ( 'id' => '2', 'entityType' => 'user-status', 'entityId' => 2, 'pluginKey' => 'newsfeed', 'createTime' => 1337311535, 'userId' => '1', 'data' => array ( 'string' => 'test', 'content' => '[ph:attachment]', 'view' => array ( 'iconClass' => 'ow_ic_comment', 'class' => '', 'style' => '', ), 'attachment' => array ( 'oembed' => NULL, 'url' => NULL, 'attachId' => NULL, ), 'data' => array ( 'userId' => 1, ), 'actionDto' => NULL, 'line' => NULL, 'toolbar' => array ( ), 'context' => array ( ), 'features' => array ( 0 => 'comments', 1 => 'likes', ), 'action' => array ( 'userId' => '1', 'createTime' => 1337311535, ), ), ), 'activity' => array ( 4 => array ( 'activityType' => 'subscribe', 'activityId' => '1', 'id' => '4', 'data' => array ( ), 'timeStamp' => '1337311535', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 3 => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '3', 'data' => array ( ), 'timeStamp' => '1337311535', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), ), 'createActivity' => array ( 'activityType' => 'create', 'activityId' => '1', 'id' => '3', 'data' => array ( ), 'timeStamp' => '1337311535', 'privacy' => 'everybody', 'userId' => '1', 'visibility' => '15', ), 'lastActivity' => NULL, 'feedType' => 'site', 'feedId' => NULL, 'feedAutoId' => 'feed1', 'autoId' => 'action-feed1-2', ) |
|
core.after_dispatch Type: trigger Called at: 2.400 Exec time: 0.001 |
groups_after_request_handle()
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
core.finalize Type: trigger Called at: 2.401 Exec time: 0.000 |
base_js_declarations()
admin_on_application_finalize()
ocsguests_track_visit()
ajaxim_plugin_init()
|
array ( ) |
|
core.before_document_render Type: trigger Called at: 2.401 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_page_top_content Type: trigger Called at: 2.498 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_page_bottom_content Type: trigger Called at: 2.498 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()
ocsguests_on_user_unregister()
privacy_remove_user_privacy()
photo_delete_user_content()
ocstopusers_delete_user_rates()
video_delete_user_content()
birthdays_on_user_unregister()
groups_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()
video_feed_video_comment()
virtualgifts_feed_gift_comment()
birthdays_feed_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()
video_feed_video_like()
virtualgifts_feed_gift_like()
birthdays_feed_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()
virtualgifts_send_gift_action_tool()
|
| base.join_form_render |
base_invite_members_process_join_form()
|
| base.dashboard_menu_items |
base_dashboard_menu_item()
notifications_dashboard_menu_item()
privacy_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()
photo_on_notify_actions()
video_on_notify_actions()
virtualgifts_on_notify_actions()
birthdays_notification_actions()
groups_on_notify_actions()
|
| base_add_comment |
base_on_add_comment()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
photo_add_comment_notification()
video_add_comment_notification()
groups_add_comment()
|
| base.on_avatar_toolbar_collect |
base_on_avatar_toolbar_collect()
mailbox_on_avatar_toolbar_collect()
|
| core.finalize |
base_js_declarations()
admin_on_application_finalize()
ocsguests_track_visit()
ajaxim_plugin_init()
|
| ads.enabled_plugins |
base_ads_enabled()
newsfeed_ads_enabled()
mailbox_ads_enabled()
friends_ads_enabled()
notifications_ads_enabled()
photo_ads_enabled()
video_ads_enabled()
virtualgifts_ads_enabled()
groups_ads_enabled()
|
| core.plugin_uninstall |
base_delete_plugin_comments()
base_plugins_uninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
privacy_remove_plugin_privacy()
|
| 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()
photo_add_auth_labels()
video_add_auth_labels()
ajaxim_add_auth_labels()
virtualgifts_add_auth_labels()
groups_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()
photo_privacy_add_action()
video_privacy_add_action()
ajaxim_privacy_add_action()
birthdays_privacy_add_action()
groups_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()
photo_feed_collect_configurable_activity()
video_feed_collect_configurable_activity()
virtualgifts_feed_collect_configurable_activity()
birthdays_feed_collect_configurable_activity()
groups_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()
photo_feed_entity_add()
video_feed_entity_add()
virtualgifts_feed_entity_add()
groups_feed_on_group_add()
groups_feed_on_status_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()
photo_on_change_privacy()
video_on_change_privacy()
birthdays_on_change_privacy()
groups_privacy_on_change()
|
| 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()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
VIRTUALGIFTS_CLASS_Credits -> bindCreditActionsCollect()
BIRTHDAYS_CLASS_Credits -> bindCreditActionsCollect()
GROUPS_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()
privacy_add_privacy()
|
| plugin.privacy.check_permission |
friends_permission_friends_only()
privacy_permission_everybody()
privacy_permission_only_for_me()
|
| 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()
photo_feed_collect_privacy()
video_feed_collect_privacy()
groups_feed_collect_privacy()
|
| base.add_quick_link |
friends_quick_links()
groups_quick_links()
|
| base.notify |
notification_user_action_listener()
|
| plugin.privacy.get_privacy |
privacy_get_action_privacy()
|
| plugin.privacy.get_main_privacy |
privacy_get_action_main_privacy_by_owner_id_list()
|
| privacy_check_permission |
privacy_check_premission()
|
| plugin.privacy |
privacy_plugin_is_active()
|
| base.add_new_content_item |
photo_elst_add_new_content_item()
video_elst_add_new_content_item()
groups_on_add_new_content()
|
| base.online_now_click |
ajaxim_online_now_button()
|
| virtualgifts.send_gift |
virtualgifts_on_send_gift()
|
| core.app_init |
virtualgifts_after_inits()
|
| base.add_user_list |
birthdays_add_userlist_data()
|
| birthdays.today_birthday_user_list |
birthdays_on_today_birthday()
|
| 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()
|
| 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.append_markup |
base_dev_tool()
|