- Support conversation lists with large number of conversations (Requires SV/StandardLib v1.10+ for this feature)
- Add support for @Bob's Review Management System
This addon is now available on https://atelieraphelion.com/
- Require StandardLib v1.20.0+
- Require php 7.2+
- XF2.3 support
- php 8.4+ compatibility fixes
Is the 2.12.0 version of the addon compatible with Xenforo 2.2.+?Xon updated Optimized List Queries by Xon with a new update entry:
2.12.0 - XenForo 2.3 support
Read the rest of this update entry...
Thank you so much. Some addons require minimum 2.3, so I want to be sure before update the addon.View attachment 312908
Yes. (again, 2.12.0 adds support for 2.3, does not take away from 2.2+, etc.)
The addon releases will usually specify if it's for 2.3 only or cannot be used with anything prior to 2.3.x.Thank you so much. Some addons require minimum 2.3, so I want to be sure before update the addon.
If your install doesnt support the plugin it wont install. There is a failsafe.The addon releases will usually specify if it's for 2.3 only or cannot be used with anything prior to 2.3.x.
It's good to be cautious, but I think developers have been good at labeling releases that are for 2.3+ only.
xf_thread., xf_user_User_1., xf_user_LastPoster_2.*xf_thread.thread_idxf_threadxf_thread.node_id = 2) AND ((xf_thread.discussion_state IN ('visible'))) AND (xf_thread.sticky = 0)xf_thread.view_count DESCearlyJoinQuery_3xf_thread ON ((xf_thread.thread_id = earlyJoinQuery_3.thread_id))xf_user AS xf_user_User_1 ON (xf_user_User_1.user_id = xf_thread.user_id)xf_user AS xf_user_LastPoster_2 ON (xf_user_LastPoster_2.user_id = xf_thread.last_post_user_id)xf_thread.view_count DESCThis is extremely excessive, especially for the number of rows touched.# Query_time: 36.935143 Lock_time: 0.000003 Rows_sent: 25 Rows_examined: 95
We are using AWS rds.This is extremely excessive, especially for the number of rows touched.
If this is a VM, it is likely experiencing CPU steal.
We use essential cookies to make this site work, and optional cookies to enhance your experience.