Re: Slow site - help needed.
If they saw queries that they believe to be causing performance degradation, there is no harm in them adding an index to the relevant tables and columns. It would not harm performance except during updates, and that module doesn't update data except when someone is leaving a review, so even a complex index would not be a concern. It would increase the size of your database and thus your disk usage, but not likely by a large amount.
If they saw queries that they believe to be causing performance degradation, there is no harm in them adding an index to the relevant tables and columns. It would not harm performance except during updates, and that module doesn't update data except when someone is leaving a review, so even a complex index would not be a concern. It would increase the size of your database and thus your disk usage, but not likely by a large amount.
Comment