Page Time: 0.0459s

Memory: 2.3996 MB (Peak: 3.6336 MB)

Queries (11, time: 0.0281s, 61.3%)

  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.000601
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   33Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000235
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT album.*
    	,
    		user.*
    FROM xfr_useralbum AS album
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = album.user_id)
    WHERE album.album_id = ?
    Params: 293
    Run Time: 0.000530
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEalbumconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. SELECT `image`.*,
    	`data`.filename, `data`.description, `data`.file_size, `data`.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xfr_useralbum_image AS `image`
    INNER JOIN xfr_useralbum_image_data AS `data` ON
    	(`data`.data_id = `image`.data_id)
    WHERE `image`.album_id IN (293)
    ORDER BY `image`.album_id, `image`.image_date
    Run Time: 0.000449
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEimagerefalbum_id_datealbum_id_date4const5Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4krainamaystriv.image.data_id1 
  5. INSERT  INTO xfr_useralbum_album_view
    	(album_id)
    VALUES
    	(?)
    Params: 293
    Run Time: 0.000115
  6. SELECT *
    FROM xf_liked_content
    WHERE content_type = ?
    	AND content_id = ?
    	AND like_user_id = ?
    Params: xfr_useralbum, 293, 0
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 9a6a7d63238dd5a3aab5c5464e5ac4df, , 1714209392
    Run Time: 0.025006
  8. 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, , , XfRu_UserAlbums_ControllerPublic_Albums, View, valid, album_id=293, 1714205792,
    Run Time: 0.000174
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'xfr_useralbums_album_view', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000367
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using where
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('siropu_easy_user_ban_nav_link')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000231
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismToTop_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000215
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (111, 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/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XfRu/UserAlbums/Route/Prefix/UserAlbums.php
  38. library/XenForo/RouteMatch.php
  39. library/XfRu/UserAlbums/ControllerPublic/Albums.php
  40. library/XfRu/UserAlbums/ControllerPublic/Abstract.php
  41. library/XenForo/ControllerPublic/Abstract.php
  42. library/XenForo/Controller.php
  43. library/Dark/Duplicate/EventListener/LoadClassController.php
  44. library/XfRu/MergeDoubleUserPost/EventListener/Thread.php
  45. library/FirstPostOnAllPages/EventListener/Thread.php
  46. library/TMS/Listener.php
  47. library/Tapatalk/Listener/LoadClassModel.php
  48. library/Siropu/EasyUserBan/Listener.php
  49. library/ExternalExtended/Listener.php
  50. library/XenForo/Input.php
  51. library/XenForo/Session.php
  52. library/XenForo/Helper/Ip.php
  53. library/XenForo/Visitor.php
  54. library/XenForo/Model/User.php
  55. library/FirstPostOnAllPages/EventListener/Post.php
  56. library/Minimalism/OnlineStatus/Plugin.php
  57. library/ImageWatermarking/Listener/LoadClassModel.php
  58. library/XenForo/Permission.php
  59. library/XenForo/Helper/Php.php
  60. library/XenForo/Phrase.php
  61. library/XenForo/Locale.php
  62. library/XfRu/UserAlbums/Model/Albums.php
  63. library/XfRu/UserAlbums/Permissions.php
  64. library/XenForo/Helper/String.php
  65. library/XfRu/UserAlbums/Model/Images.php
  66. library/ImageWatermarking/Model/UserAlbumsImages.php
  67. library/XenForo/Model/Like.php
  68. library/XenForo/ControllerResponse/View.php
  69. library/XenForo/ControllerResponse/Abstract.php
  70. library/XenForo/Helper/Cookie.php
  71. library/Tapatalk/Listener/ControllerPostDispatch.php
  72. library/XenForo/ViewRenderer/HtmlPublic.php
  73. library/XenForo/ViewRenderer/Abstract.php
  74. library/XenForo/Template/Public.php
  75. library/XenForo/Template/Abstract.php
  76. library/kmAds/Listener/FrontControllerPreView.php
  77. library/AdvertisingMessages/Listener.php
  78. library/AdvertisingMessages/Core.php
  79. library/XfRu/UserAlbums/ViewPublic/ViewUserAlbum.php
  80. library/XenForo/ViewPublic/Base.php
  81. library/XenForo/View.php
  82. library/XenForo/BbCode/Parser.php
  83. library/XenForo/BbCode/Formatter/Base.php
  84. library/XfRu/MergeDoubleUserPost/EventListener/BbCode.php
  85. library/XfRu/MergeDoubleUserPost/BbCode/Formatter/Base.php
  86. library/AdvertisingMessages/BbCode/Formatter/Base.php
  87. library/XenForo/BbCode/TextWrapper.php
  88. library/XfRu/UserAlbums/EventListener/Template.php
  89. library/LNBlog/Listener/TemplateHook.php
  90. library/XenForo/Route/Prefix/Members.php
  91. library/XfRu/UserAlbums/EventListener/Tab.php
  92. library/XfRu/QA/EventListener/Tab.php
  93. library/LNBlog/Listener/NavTab.php
  94. library/Tapatalk/EventListener/Hook.php
  95. library/XfRu/Birthdays/EventListener/Template.php
  96. library/kmAds/Listener/TemplateHook.php
  97. library/LNBlog/Model/Entry.php
  98. library/Minimalism/Listener.php
  99. library/Tapatalk/Listener/TemplatePostRender.php
  100. library/XenForo/Helper/Criteria.php
  101. library/XenForo/Debug.php
  102. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  103. library/XenForo/Model/Forum.php
  104. library/XenForo/Model/Node.php
  105. library/Tapatalk/Model/Node.php
  106. mobiquo/smartbanner/head.inc.php
  107. library/Links/Linkfeed.php
  108. 3484a3918565ed791ca493b930948b673eab00d7/linkfeed.php
  109. library/Links/Sape.php
  110. 0df1a28fa3c8653ea70eceec64310ac3/sape.php
  111. library/XenForo/ViewRenderer/Json.php