Search found 1 match

by ianturo
Wed Oct 10, 2012 12:19 pm
Forum: Plugin: (Threshold)
Topic: Improvement on delete_old_thresholds
Replies: 1
Views: 1129

Improvement on delete_old_thresholds

Hi, We use "thold" plugin and it manage more than 12000 items and we see that the page of thold list, takes more than 10 seconds to display. In a review the code I found a nested loop that can be improved with a LEFT JOIN, this is the new code for the delete_old_thresholds function, on the...