By User on Tuesday, 02 March 2021
Posted in General Issues
Replies 1
Likes 0
Views 381
Votes 0
Hello. I'm still looking for the way to speed up website.

At the moment there is on site 1 161 938 lines and 131 Mb of #_social_points_history.

What will be happened if I clean it? Users will lose their points history that I can see there for example? https://strana-krovi.com/rating-my/37178-saur-50/points/history

Will be site works faster after it?

Thanks.
Hello,

Deleting the records in #__social_points_history will affect user's points, user's points history details, user's leaderboard ranking and any other places that referring to the data from this table.

Removing records from database table will definitely speed up the query performance however, a big size table doesn't mean its always cause performance issue. If the table has added proper index keys, these should help to speed up the query performance.
Most of EasySocial's tables has added the table index accordingly to the SQL query to speed up the performance.

In my opinion, the best way to check if this table giving any performance issue is by checking the mysql slow logs.

Hope this help.
Sam
·
Tuesday, 02 March 2021 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post