Jun 08, 2021 12:26 pm
How can i make these quaries run faster ?
They delay the page 5 secs
SELECT SUBSTRING_INDEX( GROUP_CONCAT(`postid` |
|
Plugin: wpforo | 65 | 2.5420 |
SELECT SUBSTRING_INDEX( GROUP_CONCAT(`postid` |
|
Plugin: wpforo | 20 | 2.1536 |
1 Reply
Jun 10, 2021 9:24 am
The speed of quires depends on the MySQL/MariaDB version, on your server performance and on the correct indexes of tables. I'd recommend using MySQL 5.7 or MariaDB 10.4.x. Also, you can decrease the number of items to be selected in widgets and remove all filters. The settings of widgets have a great impact on the queries speed.