Page Time: 0.1442s

Memory: 8.2536 MB (Peak: 9.5877 MB)

Queries (22, time: 0.0266s, 18.4%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000871
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000299
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('ads', 'adPositions', 'adTypes')
    Run Time: 0.000252
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 3Using where
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT xfa_blog_entry.*
    	,xf_user.*,deletion_log.*,liked_content.like_date,xfa_blog_entry_watch.watch_id watch_id,xfa_blog_entry_read.entry_read_date,user_follow.follow_user_id blog_owner_follows_visitor				
    FROM xfa_blog_entry
    	 INNER JOIN xf_user ON xfa_blog_entry.user_id = xf_user.user_id LEFT JOIN xf_deletion_log deletion_log ON xfa_blog_entry.entry_id = deletion_log.content_id AND content_type = 'xfa_blog_entry'
    	LEFT JOIN xf_liked_content AS liked_content
    		ON (liked_content.content_type = 'xfa_blog_entry'
    		AND liked_content.content_id = xfa_blog_entry.entry_id
    		AND liked_content.like_user_id = 0)					
    	 LEFT JOIN xfa_blog_entry_watch ON xfa_blog_entry.entry_id = xfa_blog_entry_watch.entry_id AND xfa_blog_entry_watch.user_id = 0 LEFT JOIN xfa_blog_entry_read ON xfa_blog_entry.entry_id = xfa_blog_entry_read.entry_id AND xfa_blog_entry_read.user_id = 0 LEFT JOIN xf_user_follow user_follow ON xfa_blog_entry.user_id = user_follow.user_id AND follow_user_id = 0				
    WHERE
    	xfa_blog_entry.entry_id = ?
    Params: 3923
    Run Time: 0.004494
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_entryconstPRIMARY,idx_user,idx_positionPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEdeletion_logconstPRIMARYPRIMARY31const,const0unique row not found
    SIMPLEliked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const0unique row not found
    SIMPLExfa_blog_entry_watchconstux_watchux_watch8const,const0unique row not found
    SIMPLExfa_blog_entry_readconstuser_iduser_id8const,const0unique row not found
    SIMPLEuser_followconstPRIMARY,follow_user_idPRIMARY8const,const0unique row not found
  6. SELECT
    	blog.*, blog.user_id blog_exists,
    	user.*
    	,user_privacy.allow_view_blog,user_follow.follow_user_id blog_owner_follows_visitor,xfa_blog_read.blog_read_date
    FROM xf_user user
    LEFT JOIN xfa_blog blog ON user.user_id = blog.user_id
    	 INNER JOIN xf_user_privacy user_privacy ON user.user_id = user_privacy.user_id LEFT JOIN xf_user_follow user_follow ON user.user_id = user_follow.user_id AND follow_user_id = 0 LEFT JOIN xfa_blog_read ON user.user_id = xfa_blog_read.blog_user_id AND xfa_blog_read.user_id = 0
    WHERE
    	user.user_id = ?
    Params: 60
    Run Time: 0.000490
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEblogconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEuser_followconstPRIMARY,follow_user_idPRIMARY8const,const0unique row not found
    SIMPLExfa_blog_readconstuser_iduser_id8const,const0unique row not found
  7. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xfa_blogs_username')
    Params: 2
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  8. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3923)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: xfa_blog_entry
    Run Time: 0.001005
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  9. SELECT category.*
    FROM xfa_blog_entry_category entry_category
    INNER JOIN xfa_blog_category category ON entry_category.category_id = category.category_id
    WHERE
    	entry_category.entry_id = ?
    Params: 3923
    Run Time: 0.000335
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEentry_categoryrefPRIMARYPRIMARY4const1Using index
    SIMPLEcategoryeq_refPRIMARYPRIMARY4m11459_uabets.entry_category.category_id1 
  10. SELECT
    	xfa_blog_comment.*
    	,xf_user.*,deletion_log.*,liked_content.like_date,xfa_blog.last_entry blog_last_entry
    		,xfa_blog_read.blog_read_date blog_read_date
    		,xfa_blog.blog_key blog_key
    FROM xfa_blog_comment
    	 INNER JOIN xf_user ON xfa_blog_comment.user_id = xf_user.user_id LEFT JOIN xf_deletion_log deletion_log ON xfa_blog_comment.comment_id = deletion_log.content_id AND content_type = 'xfa_blog_comment'
    	LEFT JOIN xf_liked_content AS liked_content
    		ON (liked_content.content_type = 'xfa_blog_comment'
    		AND liked_content.content_id = xfa_blog_comment.comment_id
    		AND liked_content.like_user_id = 0)
    	 
    	LEFT JOIN xfa_blog ON xfa_blog_comment.user_id = xfa_blog.user_id
    	LEFT JOIN xfa_blog_read ON xfa_blog_comment.user_id = xfa_blog_read.blog_user_id AND xfa_blog_read.user_id = 0
    	
    WHERE
    	xfa_blog_comment.entry_id = ?
    ORDER BY
    	xfa_blog_comment.post_date
    Params: 3923
    Run Time: 0.004518
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_commentrefidx_entry,idx_user,idx_positionidx_entry4const1Using where; Using filesort
    SIMPLEdeletion_logeq_refPRIMARYPRIMARY31const,m11459_uabets.xfa_blog_comment.comment_id1Using where
    SIMPLEliked_contenteq_refcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,m11459_uabets.xfa_blog_comment.comment_id,const1Using where
    SIMPLExfa_blogeq_refPRIMARYPRIMARY4m11459_uabets.xfa_blog_comment.user_id1 
    SIMPLExfa_blog_readeq_refuser_iduser_id8const,m11459_uabets.xfa_blog_comment.user_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4m11459_uabets.xfa_blog_comment.user_id1Using where
  11. INSERT INTO xfa_blog_entry_view
    	(entry_id, type, ipOrUser, views, last_visit)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	views = views + 1,
    	last_visit = VALUES(last_visit)
    Params: 3923, guest, 59466141, 1, 1713284967
    Run Time: 0.004943
  12. INSERT INTO `xfa_blog_deferred_view` (`type`, `id`) VALUES (?, ?)
    Params: entry, 3923
    Run Time: 0.001840
  13. SELECT *
    FROM xf_draft
    WHERE draft_key = ? AND user_id = ?
    Params: xfa-blog-comment-3923, 0
    Run Time: 0.000884
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  14. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  15. INSERT INTO `xf_error_log` (`exception_date`, `user_id`, `ip_address`, `exception_type`, `message`, `filename`, `line`, `trace_string`, `request_state`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: 1713284967, 0, , Zend_Db_Statement_Mysqli_Exception, Mysqli statement execute error : Disk full (/var/tmp/#sql_470_0); waiting for someone to free some space..., library/Zend/Db/Statement/Mysqli.php, 214, #0 /var/www/user/data/www/uabets.com/library/Zend/Db/Statement.php(317): Zend_Db_Statement_Mysqli->_execute(Array) #1 /var/www/user/data/www/uabets.com/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array) #2 /var/www/user/data/www/uabets.com/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('????SELECT?????...', 60) #3 /var/www/user/data/www/uabets.com/library/XfAddOns/Blogs/Model/Blog.php(407): Zend_Db_Adapter_Abstract->fetchAll('????SELECT?????...', 60) #4 /var/www/user/data/www/uabets.com/library/XfAddOns/Blogs/Panel/BlogRoll.php(19): XfAddOns_Blogs_Model_Blog->getWatchedBlogs(60) #5 /var/www/user/data/www/uabets.com/library/XfAddOns/Blogs/Model/Blog.php(419): XfAddOns_Blogs_Panel_BlogRoll->getPanelContent(Array) #6 /var/www/user/data/www/uabets.com/library/XfAddOns/Blogs/ControllerPublic/BlogEntry.php(84): XfAddOns_Blogs_Model_Blog->getPanels(Array) #7 /var/www/user/data/www/uabets.com/library/XenForo/FrontController.php(351): XfAddOns_Blogs_ControllerPublic_BlogEntry->actionIndex() #8 /var/www/user/data/www/uabets.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #9 /var/www/user/data/www/uabets.com/index.php(13): XenForo_FrontController->run() #10 {main}, a:3:{s:3:"url";s:83:"https://uabets.com/blog-post/itogi-konkursa-bloger-mesjaca-za-nojabr.3923/?_debug=1";s:4:"_GET";a:1:{s:6:"_debug";s:1:"1";}s:5:"_POST";a:0:{}}
    Run Time: 0.003236
  16. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  17. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: e1f230b19598bf851329830e6fa04b52, , 1713288567
    Run Time: 0.000563
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'EWRporta2_Navtabs', 'nflj_sportsbook_tab_links', 'siropu_custom_tabs_child_list', 'xfa_blog_navigation_links', 'siropu_chat', 'siropu_chat_disabled', 'xfa_blog_navigation_tab_link', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.001210
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using where
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000292
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('social_likes_library')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT *
    FROM merc_ad_last_view
    ORDER BY view_date ASC
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmerc_ad_last_viewsystem    0const row not found

Included Files (131, XenForo Classes: 48)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/EWRporta2/Listener/Init.php
  33. library/NFLJ/Sportsbook/Listener/Proxy.php
  34. library/Brivium/BriviumHelper/EventListeners.php
  35. library/Brivium/BriviumHelper/1010071/EventListeners.php
  36. library/EWRporta2/Listener/Model.php
  37. library/Siropu/Chat/Listener.php
  38. library/Merc/AdManager/Listener/LoadClass.php
  39. library/XenPlus/Listener/LoadClass.php
  40. library/XenPlus/Listener/Abstract.php
  41. library/ExternalExtended/Listener.php
  42. library/XfAddOns/Blogs/Listener.php
  43. library/XfAddOns/Blogs/Install/Version.php
  44. library/bdMedal/Listener.php
  45. library/DevKit/Listener/Listener.php
  46. library/Esthetic/EBBC/Listener/Model.php
  47. library/Brivium/CustomNodeStyle/EventListener/Listener.php
  48. library/Merc/AdManager/Listener/InitDependencies.php
  49. library/XenPlus/Listener/InitDependencies.php
  50. library/Esthetic/EBBC/Listener/Dependencies.php
  51. library/Esthetic/EBBC/Service/Config.php
  52. library/XenForo/Router.php
  53. library/XenForo/Route/Filter.php
  54. library/XenForo/Route/Interface.php
  55. library/XenForo/Route/ResponseSuffix.php
  56. library/XenForo/Route/Prefix.php
  57. library/XenForo/RouteMatch.php
  58. library/XfAddOns/Blogs/Route/Prefix/BlogEntry.php
  59. library/XfAddOns/Blogs/ControllerPublic/BlogEntry.php
  60. library/XfAddOns/Blogs/ControllerPublic/Abstract.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/EWRporta2/Listener/Controller.php
  64. library/XI/Tag/CodeEvent/Listener.php
  65. library/Esthetic/EBBC/Listener/Controller.php
  66. library/XenForo/Input.php
  67. library/XfAddOns/Blogs/Model/Blog.php
  68. library/XfAddOns/Blogs/Model/Entry.php
  69. library/XfAddOns/Blogs/Model/Comment.php
  70. library/XfAddOns/Blogs/Model/Category.php
  71. library/XenForo/Session.php
  72. library/XenForo/Helper/Ip.php
  73. library/XenForo/Visitor.php
  74. library/XenForo/Model/User.php
  75. library/EWRporta2/Model/User.php
  76. library/XfAddOns/Blogs/Override/Model/User.php
  77. library/XenForo/Permission.php
  78. library/XenForo/Helper/Php.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/XfAddOns/Blogs/Model/MultiBlog.php
  82. library/XenForo/Model/Attachment.php
  83. library/Merc/AdManager/Model/Attachment.php
  84. library/XfAddOns/Blogs/Model/BlogEntryView.php
  85. library/XfAddOns/Blogs/Model/BlogView.php
  86. library/XenForo/Model/Draft.php
  87. library/XfAddOns/Blogs/Panel/BlogRoll.php
  88. library/Zend/Db/Statement/Mysqli/Exception.php
  89. library/Zend/Db/Statement/Exception.php
  90. library/Zend/Db/Exception.php
  91. library/Zend/Exception.php
  92. library/XenForo/Error.php
  93. library/XenForo/Db.php
  94. library/XenForo/Helper/File.php
  95. library/XenForo/ControllerPublic/Error.php
  96. library/XenForo/ControllerResponse/View.php
  97. library/XenForo/ControllerResponse/Abstract.php
  98. library/XenForo/Helper/Cookie.php
  99. library/XenForo/ViewRenderer/HtmlPublic.php
  100. library/XenForo/ViewRenderer/Abstract.php
  101. library/XenForo/Template/Public.php
  102. library/XenForo/Template/Abstract.php
  103. library/XenForo/ViewPublic/Error/ServerError.php
  104. library/XenForo/ViewPublic/Base.php
  105. library/XenForo/View.php
  106. library/EWRporta2/Listener/ViewPublic.php
  107. library/Esthetic/EBBC/Listener/View.php
  108. library/XenForo/Route/Prefix/Members.php
  109. library/EWRporta2/Listener/NavTabs.php
  110. library/EWRporta2/Model/Perms.php
  111. library/NFLJ/Sportsbook/Listener/Template.php
  112. library/Siropu/CustomTabs/Listener.php
  113. library/Siropu/CustomTabs/Model.php
  114. library/Siropu/CustomTabs/Helper.php
  115. library/XenForo/Helper/Criteria.php
  116. library/bdMedal/Option.php
  117. library/Siropu/Chat/Helper.php
  118. library/XfAddOns/Blogs/Template/Navigation.php
  119. library/Brivium/MetadataEssential/EventListeners/Listener.php
  120. library/XfAddOns/Blogs/Template/Hook.php
  121. library/XenForo/Debug.php
  122. library/xenCODE/Anonymizer/Listener.php
  123. library/EWRporta2/Listener/Template.php
  124. library/Merc/AdManager/Listener/TemplatePostRender.php
  125. library/XenPlus/Listener/TemplatePostRender.php
  126. library/Merc/AdManager/Listener/TemplateHook.php
  127. library/XenPlus/Listener/TemplateHook.php
  128. library/SocialLikes/Listener.php
  129. library/XenPlus/Helper/Listener.php
  130. library/XenForo/ViewRenderer/Json.php
  131. library/Merc/AdManager/Model/Ad.php