Page Time: 0.0446s

Memory: 6.0671 MB (Peak: 6.4949 MB)

Queries (11, time: 0.0133s, 29.7%)

  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.001787
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3.                    SELECT album.*
                            ,
                                    0 AS like_date,
                                    0 AS watch_date,
    			IF(user.username IS NULL, album.username, user.username) AS username, user.avatar_date, user.gravatar,
    			0 AS following_0,
    			category.category_privacy
                       FROM `sonnb_xengallery_album` AS album
                        	
    			LEFT JOIN `xf_user` AS user ON
    				(user.user_id = album.user_id)
    			LEFT JOIN `sonnb_xengallery_category` AS category ON
    				(album.category_id = category.category_id)
                       WHERE (album.album_id = 20)
                        	
                    	 LIMIT 1
    Run Time: 0.001628
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEalbumconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
  4.                 SELECT COUNT(*)
                    FROM `sonnb_xengallery_content` AS content
                    	
    INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    	(content.content_data_id = content_data.content_data_id)
    LEFT JOIN `sonnb_xengallery_photo` AS photo ON
    	(photo.content_id = content.content_id)
    LEFT JOIN `sonnb_xengallery_video` AS video ON
    	(video.content_id = content.content_id)
                    WHERE (content.album_id = 20) AND (content.content_state IN ('visible','moderated'))
    Run Time: 0.002819
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcontentrefalbum_id_positionalbum_id_position4const3Using where
    SIMPLEcontent_dataeq_refPRIMARY,content_type_idPRIMARY4centermo_computer.content.content_data_id1Using index
  5.                    SELECT content.*
                            ,
                                    0 AS like_date,
                                    0 AS watch_date,
    			content_data.*,
    			photo.photo_exif,
    			video.video_key, video.video_type,
    			0 AS following_0
                       FROM `sonnb_xengallery_content` AS content
                        	
    			INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    				(content.content_data_id = content_data.content_data_id)
    			LEFT JOIN `sonnb_xengallery_photo` AS photo ON
    				(photo.content_id = content.content_id)
    			LEFT JOIN `sonnb_xengallery_video` AS video ON
    				(video.content_id = content.content_id)
                       WHERE (content.album_id = 20) AND (content.content_state IN ('visible','moderated'))
                        	ORDER BY content.content_updated_date DESC, content.position ASC
                    	 LIMIT 40
    Run Time: 0.002900
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcontentrefalbum_id_positionalbum_id_position4const3Using where; Using filesort
    SIMPLEcontent_dataeq_refPRIMARY,content_type_idPRIMARY4centermo_computer.content.content_data_id1 
    SIMPLEphotoeq_refPRIMARYPRIMARY4centermo_computer.content.content_id1 
    SIMPLEvideoeq_refPRIMARYPRIMARY4centermo_computer.content.content_id1 
  6.                    SELECT comment.*
                            ,
                                    0 AS like_date,
    			IF(user.username IS NULL, comment.username, user.username) AS username, user.avatar_date, user.gravatar
                       FROM `sonnb_xengallery_comment` AS comment
                        	
    			LEFT JOIN `xf_user` AS user ON
    				(user.user_id = comment.user_id)
                       WHERE (comment.content_type = 'album') AND (comment.content_id = 20) AND (comment.comment_state IN ('visible'))
                        	ORDER BY comment.comment_date DESC
                    	 LIMIT 5
    Run Time: 0.000900
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcommentrefcontent_type_id_date,content_type_id,comment_datecontent_type_id_date5const,const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4centermo_computer.comment.user_id1 
  7. INSERT DELAYED INTO sonnb_xengallery_album_view
    	(album_id)
    VALUES
    	(?)
    Params: 20
    Run Time: 0.000678
  8.                    SELECT field.*
                            
                       FROM `sonnb_xengallery_field` AS field
                        	
                       WHERE 1=1
    Run Time: 0.000811
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldALL    1 
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 211e6afae183b11a20cfdd7ce488ac62, , 1714537451
    Run Time: 0.000945
  10. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , sonnb_XenGallery_ControllerPublic_XenGallery_Album, Index, valid, album_id=20, 1714533851,
    Run Time: 0.000098
  11. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1714532951)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 28Using where
    SIMPLEusereq_refPRIMARYPRIMARY4centermo_computer.session_activity.user_id1 

Included Files (141, XenForo Classes: 51)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/Tinhte/XenTag/Listener.php
  35. library/XenForo/CacheRebuilder/Abstract.php
  36. library/Waindigo/Listener/InitDependencies.php
  37. library/Waindigo/Listener/InitDependencies/20140722.php
  38. library/Waindigo/Listener/ControllerPreDispatch/20140711.php
  39. library/sonnb/XenGallery/Listener.php
  40. library/NodesAsTabs/Listen.php
  41. library/XenResource/Listener/Proxy.php
  42. library/XenForo/Router.php
  43. library/XenForo/Route/Filter.php
  44. library/XenForo/Route/Interface.php
  45. library/XenForo/Route/ResponseSuffix.php
  46. library/XenForo/Route/Prefix.php
  47. library/WidgetFramework/Route/Filter/PageX.php
  48. library/sonnb/XenGallery/Route/Prefix/XenGallery.php
  49. library/XenForo/RouteMatch.php
  50. library/sonnb/XenGallery/ControllerPublic/XenGallery/Album.php
  51. library/sonnb/XenGallery/ControllerPublic/Abstract.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/Nobita/ThreadResource/Listener.php
  55. library/Ragtek/MOU/StaticMethods.php
  56. library/NRE/Listener/LoadClassController.php
  57. library/rellect/NodesGrid/Listener/Proxy.php
  58. library/sonnbSmilesBulkImporter/Listener.php
  59. library/XenForo/Input.php
  60. library/XenForo/Session.php
  61. library/XenForo/Helper/Ip.php
  62. library/XenForo/Visitor.php
  63. library/XenForo/Model/User.php
  64. library/NRE/Listener/LoadClassModel.php
  65. library/RichUsernameEverywhere/Listener.php
  66. library/WidgetFramework/XenForo/Model/User.php
  67. library/sonnb/XenGallery/XenForo/Model/User.php
  68. library/XenResource/Listener/Proxy/ModelUser.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Phrase.php
  71. library/XenForo/Locale.php
  72. library/sonnb/XenGallery/Model/Gallery.php
  73. library/sonnb/XenGallery/Model/Abstract.php
  74. library/UnreadPostCount/Listener.php
  75. library/sonnb/XenGallery/Model/Album.php
  76. library/sonnb/XenGallery/ControllerHelper/Gallery.php
  77. library/XenForo/ControllerHelper/Abstract.php
  78. library/sonnb/XenGallery/Model/Category.php
  79. library/sonnb/XenGallery/Model/Collection.php
  80. library/XenForo/Helper/String.php
  81. library/XenForo/Helper/Cookie.php
  82. library/sonnb/XenGallery/Model/Content.php
  83. library/sonnb/XenGallery/Model/ContentData.php
  84. library/sonnb/XenGallery/Model/Video.php
  85. library/sonnb/XenGallery/Model/Comment.php
  86. library/sonnb/XenGallery/Model/Field.php
  87. library/XenForo/ControllerResponse/View.php
  88. library/XenForo/ControllerResponse/Abstract.php
  89. library/XenForo/ViewRenderer/HtmlPublic.php
  90. library/XenForo/ViewRenderer/Abstract.php
  91. library/XenForo/Template/Public.php
  92. library/XenForo/Template/Abstract.php
  93. library/WidgetFramework/Core.php
  94. library/XenForo/Model/Moderator.php
  95. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  96. library/XenResource/Listener/Proxy/ModelModerator.php
  97. library/WhoHasVisited/Listener.php
  98. library/WidgetFramework/Model/Widget.php
  99. library/WidgetFramework/Helper/Sort.php
  100. library/WidgetFramework/WidgetRenderer.php
  101. library/sonnb/XenGallery/ViewPublic/Album/View.php
  102. library/sonnb/XenGallery/ViewPublic/Abstract.php
  103. library/XenForo/ViewPublic/Base.php
  104. library/XenForo/View.php
  105. library/WidgetFramework/XenForo/View1.php
  106. library/XenForo/BbCode/Formatter/Base.php
  107. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  108. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  109. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  110. library/XenForo/BbCode/Parser.php
  111. library/sonnb/XenGallery/ViewPublic/Helper.php
  112. library/XenForo/BbCode/TextWrapper.php
  113. library/XenResource/Listener/Template.php
  114. library/XenForo/Route/Prefix/Members.php
  115. library/NodesAsTabs/NavTabs.php
  116. library/NodesAsTabs/Model/Options.php
  117. library/XenForo/Model/Node.php
  118. library/Waindigo/LastPostAvatar/Listener/LoadClass.php
  119. library/Waindigo/Listener/LoadClass.php
  120. library/Waindigo/Listener/LoadClass/20140906.php
  121. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Node.php
  122. library/RichUsernameEverywhere/Node.php
  123. library/Ragtek/MOU/Model/OnlineUsers.php
  124. library/XenForo/Model/Session.php
  125. library/WidgetFramework/Template/Extended.php
  126. library/Sedo/ToggleME/Listener.php
  127. library/XenForo/Template/FileHandler.php
  128. library/XenForo/Helper/File.php
  129. internal_data/templates/S.15,L.1,sonnb_xengallery_album_view.php
  130. internal_data/templates/S.15,L.1,sonnb_xengallery_copyright.php
  131. library/WidgetFramework/WidgetRenderer/Empty.php
  132. library/XenForo/Helper/Criteria.php
  133. library/XenForo/Debug.php
  134. internal_data/templates/S.15,L.1,PAGE_CONTAINER.php
  135. internal_data/templates/S.15,L.1,tinhte_xentag_hook_navigation_tabs_forums.php
  136. library/Tinhte/XenTag/Helper.php
  137. library/Tinhte/XenTag/Constants.php
  138. internal_data/templates/S.15,L.1,sonnb_xengallery_navbar_template.php
  139. internal_data/templates/S.15,L.1,resources_tab_links.php
  140. library/XenForo/ViewRenderer/Json.php
  141. internal_data/templates/S.15,L.1,nat_bodyjs.php