CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
188 stars 163 forks source link

Improve query performance #3698

Open Tofandel opened 2 years ago

Tofandel commented 2 years ago

This query runs on every request and the first % is not needed thus it's a slow query because the index cannot be used in that case. This makes the query run about 20 times faster on a big table

Applying this patch on my website improved the TTFB by 500ms which is huge