Very slow user list update (OJS 3.2.1-1)

I fixed it with @asmecher hint:

I created the index in the database and it works:

CREATE INDEX user_settings_setting_name_index ON user_settings (setting_name);

Thank you @asmecher

3 Likes