This add-on alters xf_reaction_content, which can take a very long time for a large forum.

To run the SQL manually, use;

SQL:
alter table xf_reaction_content
    add index reaction_user_id_reaction_date (`reaction_user_id`,`reaction_date`);
Back
Top Bottom