SELECT `xf_th_xlink_platform_link`.*
FROM `xf_th_xlink_platform_link`
WHERE (`xf_th_xlink_platform_link`.`disk_path` LIKE '')
LIMIT 1
Run Time: 0.000673
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_platform_link | ALL | | | | | 2 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1354
- XF\Mvc\Entity\Finder->fetchOne() in src/addons/ThemeHouse/XLink/App.php at line 135
- ThemeHouse\XLink\App->getPlatformLink() in src/addons/ThemeHouse/XLink/App.php at line 105
- ThemeHouse\XLink\App->setStyle() in src/addons/ThemeHouse/XLink/App.php at line 81
- ThemeHouse\XLink\App->start() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 127
- XLink\App->initializeXenForo() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 82
- XLink->__construct() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 90
- XPress::start() in blog/wp-content/plugins/wp-xpress-plugin/thxpress.php at line 17
- include_once() in blog/wp-settings.php at line 388
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT `xf_th_xlink_platform_link`.*
FROM `xf_th_xlink_platform_link`
WHERE (`xf_th_xlink_platform_link`.`disk_path` LIKE '_mnt_db1_data_fast_storage_staging_staging.troublefreepool.com_blog')
LIMIT 1
Run Time: 0.000596
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_platform_link | ALL | | | | | 2 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1354
- XF\Mvc\Entity\Finder->fetchOne() in src/addons/ThemeHouse/XLink/App.php at line 135
- ThemeHouse\XLink\App->getPlatformLink() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 167
- XLink->platformLink() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 210
- XPress::initializeRegistryValues() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 92
- XPress::start() in blog/wp-content/plugins/wp-xpress-plugin/thxpress.php at line 17
- include_once() in blog/wp-settings.php at line 388
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT `xf_widget`.*, `xf_widget_definition_WidgetDefinition_1`.*, `xf_addon_AddOn_2`.*
FROM `xf_widget`
INNER JOIN `xf_widget_definition` AS `xf_widget_definition_WidgetDefinition_1` ON (`xf_widget_definition_WidgetDefinition_1`.`definition_id` = `xf_widget`.`definition_id`)
LEFT JOIN `xf_addon` AS `xf_addon_AddOn_2` ON (`xf_addon_AddOn_2`.`addon_id` = `xf_widget_definition_WidgetDefinition_1`.`addon_id`)
WHERE ((`xf_addon_AddOn_2`.`active` = 1) OR (`xf_widget_definition_WidgetDefinition_1`.`addon_id` = ''))
Run Time: 0.001256
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 26 | |
SIMPLE | xf_widget_definition_WidgetDefinition_1 | eq_ref | PRIMARY | PRIMARY | 27 | staging_xenforo.xf_widget.definition_id | 1 | |
SIMPLE | xf_addon_AddOn_2 | eq_ref | PRIMARY | PRIMARY | 52 | staging_xenforo.xf_widget_definition_WidgetDefinition_1.addon_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1387
- XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/Widget.php at line 104
- XF\Repository\Widget->getWidgetCache() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Action/WidgetsInit.php at line 25
- XPress\Action\WidgetsInit::register() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 173
- XPress::registerGlobalHooks() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 100
- XPress::start() in blog/wp-content/plugins/wp-xpress-plugin/thxpress.php at line 17
- include_once() in blog/wp-settings.php at line 388
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_wp_widget_desc', 'thxpress')
Params: 1
Run Time: 0.000899
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Widget/AbstractWidget.php at line 25
- XPress\Widget\AbstractWidget->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Action/WidgetsInit.php at line 44
- XPress\Action\WidgetsInit::registerXPressWidget() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_xenforo_configurations_sidebar')
Params: 1
Run Time: 0.000505
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Action/WidgetsInit.php at line 53
- XPress\Action\WidgetsInit::actionWidgetsInit() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_xenforo_configurations_sidebar_desc')
Params: 1
Run Time: 0.000551
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Action/WidgetsInit.php at line 55
- XPress\Action\WidgetsInit::actionWidgetsInit() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_blog_sidebar')
Params: 1
Run Time: 0.000572
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 52
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_blog_sidebar_desc')
Params: 1
Run Time: 0.000536
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 54
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_article_view_sidebar')
Params: 1
Run Time: 0.000529
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 62
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_article_view_sidebar_desc')
Params: 1
Run Time: 0.000493
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 64
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_page_sidebar')
Params: 1
Run Time: 0.000428
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 72
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_page_sidebar_desc')
Params: 1
Run Time: 0.000438
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 74
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_single_attachment_sidebar')
Params: 1
Run Time: 0.000500
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 82
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_single_attachment_sidebar_desc')
Params: 1
Run Time: 0.000510
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 84
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_front_page_sidebar')
Params: 1
Run Time: 0.000475
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 92
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_front_page_sidebar_desc')
Params: 1
Run Time: 0.000476
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/actions.php at line 94
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_comments_desc')
Params: 1
Run Time: 0.000471
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-comments.php at line 10
- XPress_WP_Widget_Recent_Comments->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-comments.php at line 122
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_comments')
Params: 1
Run Time: 0.000449
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-comments.php at line 13
- XPress_WP_Widget_Recent_Comments->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-comments.php at line 122
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_forum_posts_desc')
Params: 1
Run Time: 0.000558
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-forum-posts.php at line 10
- XPress_WP_Widget_Recent_Forum_Posts->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-forum-posts.php at line 105
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_forum_posts')
Params: 1
Run Time: 0.000599
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-forum-posts.php at line 13
- XPress_WP_Widget_Recent_Forum_Posts->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-forum-posts.php at line 105
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_posts_desc')
Params: 1
Run Time: 0.000539
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-posts.php at line 10
- XPress_WP_Widget_Recent_Posts->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-posts.php at line 128
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_widget_recent_posts')
Params: 1
Run Time: 0.000468
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-posts.php at line 13
- XPress_WP_Widget_Recent_Posts->__construct() in blog/wp-includes/class-wp-widget-factory.php at line 61
- WP_Widget_Factory->register() in blog/wp-includes/widgets.php at line 115
- register_widget() in blog/wp-content/themes/wp-xpress-theme/widgets/xpress-class-wp-widget-recent-posts.php at line 128
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/widgets.php at line 1795
- wp_widgets_init() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-settings.php at line 557
- require_once() in blog/wp-config.php at line 97
- require_once() in blog/wp-load.php at line 37
- require_once() in blog/wp-blog-header.php at line 13
- require() in blog/index.php at line 17
SELECT `xf_th_xlink_entity_link`.*, `xf_th_xlink_platform_link_PlatformLink_1`.*
FROM `xf_th_xlink_entity_link`
LEFT JOIN `xf_th_xlink_platform_link` AS `xf_th_xlink_platform_link_PlatformLink_1` ON (`xf_th_xlink_platform_link_PlatformLink_1`.`platform_id` = `xf_th_xlink_entity_link`.`platform_id`)
WHERE (`xf_th_xlink_entity_link`.`platform_id` = 1) AND (`xf_th_xlink_entity_link`.`remote_entity_id` = 643) AND (`xf_th_xlink_entity_link`.`remote_entity_type` = 'post')
LIMIT 1
Run Time: 0.002568
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_entity_link | ALL | PRIMARY | | | | 36 | Using where |
SIMPLE | xf_th_xlink_platform_link_PlatformLink_1 | eq_ref | PRIMARY | PRIMARY | 4 | staging_xenforo.xf_th_xlink_entity_link.platform_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1354
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
- XF\Mvc\Entity\Manager->find() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 349
- XPress::getThreadLink() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 366
- XPress::getThread() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Filter/TheContent.php at line 39
- XPress\Filter\TheContent::filterTheContent() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/formatting.php at line 3827
- wp_trim_excerpt() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/post-template.php at line 429
- get_the_excerpt() in blog/wp-content/plugins/wordpress-seo-premium/src/helpers/post-helper.php at line 58
- Yoast\WP\SEO\Helpers\Post_Helper->get_the_excerpt() in blog/wp-content/plugins/wordpress-seo-premium/src/presentations/indexable-post-type-presentation.php at line 182
- Yoast\WP\SEO\Presentations\Indexable_Post_Type_Presentation->generate_open_graph_description() in blog/wp-content/plugins/wordpress-seo-premium/src/presentations/abstract-presentation.php at line 69
- Yoast\WP\SEO\Presentations\Abstract_Presentation->__get() in blog/wp-content/plugins/wordpress-seo-premium/src/presenters/open-graph/description-presenter.php at line 38
- Yoast\WP\SEO\Presenters\Open_Graph\Description_Presenter->get() in blog/wp-content/plugins/wordpress-seo-premium/src/presenters/abstract-indexable-tag-presenter.php at line 35
- Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter->present() in blog/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end-integration.php at line 270
- Yoast\WP\SEO\Integrations\Front_End_Integration->present_head() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end-integration.php at line 245
- Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/general-template.php at line 3005
- wp_head() in blog/wp-content/themes/wp-xpress-theme/header.php at line 5
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 48
- get_header() in blog/wp-content/themes/wp-xpress-theme/single.php at line 1
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_read_more')
Params: 1
Run Time: 0.000616
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/filters.php at line 159
- {closure}() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/formatting.php at line 3849
- wp_trim_excerpt() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/post-template.php at line 429
- get_the_excerpt() in blog/wp-content/plugins/wordpress-seo-premium/src/helpers/post-helper.php at line 58
- Yoast\WP\SEO\Helpers\Post_Helper->get_the_excerpt() in blog/wp-content/plugins/wordpress-seo-premium/src/presentations/indexable-post-type-presentation.php at line 182
- Yoast\WP\SEO\Presentations\Indexable_Post_Type_Presentation->generate_open_graph_description() in blog/wp-content/plugins/wordpress-seo-premium/src/presentations/abstract-presentation.php at line 69
- Yoast\WP\SEO\Presentations\Abstract_Presentation->__get() in blog/wp-content/plugins/wordpress-seo-premium/src/presenters/open-graph/description-presenter.php at line 38
- Yoast\WP\SEO\Presenters\Open_Graph\Description_Presenter->get() in blog/wp-content/plugins/wordpress-seo-premium/src/presenters/abstract-indexable-tag-presenter.php at line 35
- Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter->present() in blog/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end-integration.php at line 270
- Yoast\WP\SEO\Integrations\Front_End_Integration->present_head() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end-integration.php at line 245
- Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/class-wp-hook.php at line 311
- WP_Hook->do_action() in blog/wp-includes/plugin.php at line 484
- do_action() in blog/wp-includes/general-template.php at line 3005
- wp_head() in blog/wp-content/themes/wp-xpress-theme/header.php at line 5
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 48
- get_header() in blog/wp-content/themes/wp-xpress-theme/single.php at line 1
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT `xf_th_xlink_account_link`.*, `xf_th_xlink_platform_link_PlatformLink_1`.*, `xf_user_User_2`.*
FROM `xf_th_xlink_account_link`
LEFT JOIN `xf_th_xlink_platform_link` AS `xf_th_xlink_platform_link_PlatformLink_1` ON (`xf_th_xlink_platform_link_PlatformLink_1`.`platform_id` = `xf_th_xlink_account_link`.`platform_id`)
LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_th_xlink_account_link`.`user_id`)
WHERE (`xf_th_xlink_account_link`.`platform_id` = 1) AND (`xf_th_xlink_account_link`.`remote_user_id` = 8)
LIMIT 1
Run Time: 0.001750
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_account_link | ALL | PRIMARY | | | | 84546 | Using where |
SIMPLE | xf_th_xlink_platform_link_PlatformLink_1 | eq_ref | PRIMARY | PRIMARY | 4 | staging_xenforo.xf_th_xlink_account_link.platform_id | 1 | Using where |
SIMPLE | xf_user_User_2 | eq_ref | PRIMARY | PRIMARY | 4 | staging_xenforo.xf_th_xlink_account_link.user_id | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1354
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
- XF\Mvc\Entity\Manager->find() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 529
- XLink->accountLink() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 767
- XPress::getXFUser() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Filter/GetAvatar.php at line 71
- XPress\Filter\GetAvatar::filterGetAvatar() in blog/wp-includes/class-wp-hook.php at line 289
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/pluggable.php at line 2748
- get_avatar() in blog/wp-content/themes/wp-xpress-theme/template-parts/post/content.php at line 40
- require() in blog/wp-includes/template.php at line 732
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 204
- get_template_part() in blog/wp-content/themes/wp-xpress-theme/single.php at line 24
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_continue_reading')
Params: 1
Run Time: 0.000721
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/template-parts/post/content.php at line 81
- require() in blog/wp-includes/template.php at line 732
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 204
- get_template_part() in blog/wp-content/themes/wp-xpress-theme/single.php at line 24
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT `xf_th_xlink_entity_link`.*, `xf_th_xlink_platform_link_PlatformLink_1`.*
FROM `xf_th_xlink_entity_link`
LEFT JOIN `xf_th_xlink_platform_link` AS `xf_th_xlink_platform_link_PlatformLink_1` ON (`xf_th_xlink_platform_link_PlatformLink_1`.`platform_id` = `xf_th_xlink_entity_link`.`platform_id`)
WHERE (`xf_th_xlink_entity_link`.`platform_id` = 1) AND (`xf_th_xlink_entity_link`.`remote_entity_id` = 643) AND (`xf_th_xlink_entity_link`.`remote_entity_type` = 'post')
LIMIT 1
Run Time: 0.000761
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_entity_link | ALL | PRIMARY | | | | 36 | Using where |
SIMPLE | xf_th_xlink_platform_link_PlatformLink_1 | eq_ref | PRIMARY | PRIMARY | 4 | staging_xenforo.xf_th_xlink_entity_link.platform_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1354
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
- XF\Mvc\Entity\Manager->find() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 349
- XPress::getThreadLink() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 366
- XPress::getThread() in blog/wp-content/plugins/wp-xpress-plugin/src/XPress/Filter/TheContent.php at line 39
- XPress\Filter\TheContent::filterTheContent() in blog/wp-includes/class-wp-hook.php at line 287
- WP_Hook->apply_filters() in blog/wp-includes/plugin.php at line 212
- apply_filters() in blog/wp-includes/post-template.php at line 253
- the_content() in blog/wp-content/themes/wp-xpress-theme/template-parts/post/content.php at line 82
- require() in blog/wp-includes/template.php at line 732
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 204
- get_template_part() in blog/wp-content/themes/wp-xpress-theme/single.php at line 24
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('pages')
Params: 1
Run Time: 0.000664
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/template-parts/post/content.php at line 90
- require() in blog/wp-includes/template.php at line 732
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 204
- get_template_part() in blog/wp-content/themes/wp-xpress-theme/single.php at line 24
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_view_all_x_articles')
Params: 1
Run Time: 0.000619
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/inc/template-tags.php at line 161
- thxpress_get_author_block() in blog/wp-content/themes/wp-xpress-theme/template-parts/post/content.php at line 99
- require() in blog/wp-includes/template.php at line 732
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 204
- get_template_part() in blog/wp-content/themes/wp-xpress-theme/single.php at line 24
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('prev')
Params: 1
Run Time: 0.000805
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/single.php at line 31
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('next')
Params: 1
Run Time: 0.000595
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 264
- XLink->phrase() in blog/wp-content/themes/wp-xpress-theme/single.php at line 32
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT `xf_th_xlink_platform_link`.*
FROM `xf_th_xlink_platform_link`
WHERE (`xf_th_xlink_platform_link`.`platform_id` IN (1))
Run Time: 0.000711
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_xlink_platform_link | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1387
- XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
- XF\Mvc\Entity\Manager->findByIds() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 122
- ThemeHouse\XLink\Navigation\RemoteNavigation::loadPlatformLinks() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 79
- ThemeHouse\XLink\Navigation\RemoteNavigation::displayPlatformExtended() in internal_data/code_cache/navigation_cache.php at line 119
- XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7491
- XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 577
- XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 528
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000954
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
- XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 34
- XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
- XF\PermissionSet->hasGlobalPermission() in src/addons/ThemeHouse/Monetize/XF/PermissionSet.php at line 27
- ThemeHouse\Monetize\XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1197
- XF\Entity\User->hasPermission() in src/addons/XFMG/XF/Entity/User.php at line 13
- XFMG\XF\Entity\User->canViewMedia() in src/XF/Template/Templater.php at line 1191
- XF\Template\Templater->method() in internal_data/code_cache/navigation_cache.php at line 241
- XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7491
- XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 577
- XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 528
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('thMonetize_upgradePages')
Run Time: 0.000557
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 139
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 84
- XF\DataRegistry->get() in src/XF/DataRegistry.php at line 228
- XF\DataRegistry->offsetGet() in src/XF/App.php at line 1796
- XF\App->XF\{closure}() in src/XF/Container.php at line 31
- XF\Container->offsetGet() in src/XF/App.php at line 3317
- XF\App->container() in src/addons/ThemeHouse/Monetize/Repository/UpgradePage.php at line 47
- ThemeHouse\Monetize\Repository\UpgradePage->suggestUserUpgradePageForUser() in src/addons/ThemeHouse/Monetize/Listener/AppPubRenderPage.php at line 29
- ThemeHouse\Monetize\Listener\AppPubRenderPage::appPubRenderPage() in src/XF/Extension.php at line 69
- XF\Extension->fire() in src/XF/App.php at line 2853
- XF\App->fire() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT `xf_th_monetize_upgrade_page`.*
FROM `xf_th_monetize_upgrade_page`
WHERE (`xf_th_monetize_upgrade_page`.`active` = 1)
ORDER BY `xf_th_monetize_upgrade_page`.`display_order` ASC, `xf_th_monetize_upgrade_page`.`upgrade_page_id` ASC
Run Time: 0.000750
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_th_monetize_upgrade_page | ALL | | | | | 1 | Using where; Using filesort |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1387
- XF\Mvc\Entity\Finder->fetch() in src/addons/ThemeHouse/Monetize/Repository/UpgradePage.php at line 193
- ThemeHouse\Monetize\Repository\UpgradePage->rebuildUpgradePageCache() in src/addons/ThemeHouse/Monetize/Listener/AppSetup.php at line 39
- ThemeHouse\Monetize\Listener\AppSetup::ThemeHouse\Monetize\Listener\{closure}() in src/XF/App.php at line 1800
- XF\App->XF\{closure}() in src/XF/Container.php at line 31
- XF\Container->offsetGet() in src/XF/App.php at line 3317
- XF\App->container() in src/addons/ThemeHouse/Monetize/Repository/UpgradePage.php at line 47
- ThemeHouse\Monetize\Repository\UpgradePage->suggestUserUpgradePageForUser() in src/addons/ThemeHouse/Monetize/Listener/AppPubRenderPage.php at line 29
- ThemeHouse\Monetize\Listener\AppPubRenderPage::appPubRenderPage() in src/XF/Extension.php at line 69
- XF\Extension->fire() in src/XF/App.php at line 2853
- XF\App->fire() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: thmonetize_upgradePages, a:1:{i:2;a:13:{s:15:"upgrade_page_id";i:2;s:6:"active";b:1;s:13:"display_order";i:1;s:13:"user_criteria";a:4:{i:0;a:2:{s:4:"rule";s:12:"is_moderator";s:4:"data";a:0:{}}i:1;a:2:{s:4:"rule";s:8:"is_admin";s:4:"data";a:0:{}}i:2;a:2:{s:4:"rule";s:11:"user_groups";s:4:"data";a:1:{s:14:"user_group_ids";a:2:{i:0;s:1:"3";i:1;s:1:"5";}}}i:3;a:2:{s:4:"rule";s:15:"not_user_groups";s:4:"data";a:0:{}}}s:13:"page_criteria";a:0:{}s:26:"page_criteria_overlay_only";b:1;s:8:"show_all";b:0;s:7:"overlay";b:0;s:19:"overlay_dismissible";b:0;s:13:"accounts_page";b:1;s:13:"error_message";b:0;s:18:"upgrade_page_links";a:0:{}s:18:"accounts_page_link";b:1;}}
Run Time: 0.000501
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/DataRegistry.php at line 178
- XF\DataRegistry->set() in src/addons/ThemeHouse/Monetize/Repository/UpgradePage.php at line 198
- ThemeHouse\Monetize\Repository\UpgradePage->rebuildUpgradePageCache() in src/addons/ThemeHouse/Monetize/Listener/AppSetup.php at line 39
- ThemeHouse\Monetize\Listener\AppSetup::ThemeHouse\Monetize\Listener\{closure}() in src/XF/App.php at line 1800
- XF\App->XF\{closure}() in src/XF/Container.php at line 31
- XF\Container->offsetGet() in src/XF/App.php at line 3317
- XF\App->container() in src/addons/ThemeHouse/Monetize/Repository/UpgradePage.php at line 47
- ThemeHouse\Monetize\Repository\UpgradePage->suggestUserUpgradePageForUser() in src/addons/ThemeHouse/Monetize/Listener/AppPubRenderPage.php at line 29
- ThemeHouse\Monetize\Listener\AppPubRenderPage::appPubRenderPage() in src/XF/Extension.php at line 69
- XF\Extension->fire() in src/XF/App.php at line 2853
- XF\App->fire() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BP_MostEverOnline_statistics', 'BP_MostEverOnlineTotal', 'BP_MostEverOnline_commaOn', 'BP_MostEverOnline_memberTotal', 'BP_MostEverOnline_On', 'BP_MostEverOnline_guestTotal')
Params: 1
Run Time: 0.000973
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 6 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in src/XF/Phrase.php at line 61
- XF\Phrase->__toString() in src/XF.php at line 1174
- XF::escapeString() in src/XF/Template/Templater.php at line 1201
- XF\Template\Templater->escape() in internal_data/code_cache/templates/l1/s10/public/bp_widget_forum_statistics.php at line 22
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
- XF\Template\Templater->renderTemplate() in src/XF/Template/Templater.php at line 1680
- XF\Template\Templater->includeTemplate() in internal_data/code_cache/templates/l1/s10/public/widget_forum_statistics.php at line 33
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
- XF\Template\Templater->renderTemplate() in src/XF/Widget/WidgetRenderer.php at line 62
- XF\Widget\WidgetRenderer->render() in src/XF/Widget/WidgetRenderer.php at line 67
- XF\Widget\WidgetRenderer->__toString() in src/XF/Template/Templater.php at line 1928
- XF\Template\Templater->widgetPosition() in src/addons/ThemeHouse/UIX/Util/UIX.php at line 70
- ThemeHouse\UIX\Util\UIX->getFooterWidgets() in src/addons/ThemeHouse/UIX/Listener/AppPubRenderPage.php at line 31
- ThemeHouse\UIX\Listener\AppPubRenderPage::appPubRenderPage() in src/XF/Extension.php at line 69
- XF\Extension->fire() in src/XF/App.php at line 2853
- XF\App->fire() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thxpress_this_blog')
Params: 1
Run Time: 0.000676
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
- XF\Language->loadPhrases() in src/XF/Language.php at line 261
- XF\Language->getPhraseText() in src/XF/Language.php at line 132
- XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
- XF\Phrase->render() in src/addons/ThemeHouse/XPress/RemoteHandler/Search.php at line 18
- ThemeHouse\XPress\RemoteHandler\Search->getSearchConstraints() in src/addons/ThemeHouse/XLink/Listener/AppPubRenderPage.php at line 56
- ThemeHouse\XLink\Listener\AppPubRenderPage::run() in src/XF/Extension.php at line 69
- XF\Extension->fire() in src/XF/App.php at line 2853
- XF\App->fire() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/addons/ThemeHouse/XLink/App.php at line 282
- ThemeHouse\XLink\App->renderPageHtml() in src/XF/App.php at line 2149
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/addons/ThemeHouse/XLink/Mvc/Dispatcher.php at line 28
- ThemeHouse\XLink\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
- XF\App->run() in blog/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 162
- XLink\App->runApp() in blog/wp-content/themes/wp-xpress-theme/footer.php at line 23
- require_once() in blog/wp-includes/template.php at line 730
- load_template() in blog/wp-includes/template.php at line 676
- locate_template() in blog/wp-includes/general-template.php at line 92
- get_footer() in blog/wp-content/themes/wp-xpress-theme/single.php at line 54
- include() in blog/wp-includes/template-loader.php at line 106
- require_once() in blog/wp-blog-header.php at line 19
- require() in blog/index.php at line 17
bytes_sent | 19595 |
bytes_received | 96738 |
packets_sent | 454 |
packets_received | 1797 |
protocol_overhead_in | 7188 |
protocol_overhead_out | 1816 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 1845 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 403 |
bytes_received_prepare_response_packet | 73336 |
bytes_received_change_user_packet | 19480 |
packets_sent_command | 226 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 205 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 77 |
packets_received_prepare_response | 1256 |
packets_received_change_user | 182 |
result_set_queries | 74 |
non_result_set_queries | 3 |
no_index_used | 7 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 0 |
unbuffered_sets | 0 |
ps_buffered_sets | 74 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 74 |
rows_fetched_from_server_normal | 0 |
rows_fetched_from_server_ps | 108 |
rows_buffered_from_client_normal | 0 |
rows_buffered_from_client_ps | 108 |
rows_fetched_from_client_normal_buffered | 0 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 0 |
rows_skipped_ps | 108 |
copy_on_write_saved | 0 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 1 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 1 |
active_connections | 1 |
active_persistent_connections | 1 |
explicit_close | 0 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 0 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estrdup_count | 0 |
mem_strdup_count | 0 |
mem_edupl_count | 0 |
mem_dupl_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 0 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 0 |
proto_text_fetched_bigint | 0 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 0 |
proto_text_fetched_blob | 0 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 110 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 102 |
proto_binary_fetched_int24 | 5 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 96 |
proto_binary_fetched_decimal | 43 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_json | 649 |
proto_binary_fetched_blob | 159 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 0 |
com_init_db | 0 |
com_query | 2 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 75 |
com_stmt_execute | 75 |
com_stmt_send_long_data | 0 |
com_stmt_close | 74 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 0 |
bytes_received_real_data_ps | 17616 |