You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run SQL Profiler and used k6 to generate some load tests.
It appears every HTTP request runs a query to look for Redirects from the SeoToolkitRedirects table.
Using k6, my load tests went from 162 RPS to 2382 RPS just be disabling this the package.
The text was updated successfully, but these errors were encountered:
I've run SQL Profiler and used k6 to generate some load tests.
It appears every HTTP request runs a query to look for Redirects from the
SeoToolkitRedirects
table.Using k6, my load tests went from 162 RPS to 2382 RPS just be disabling this the package.
The text was updated successfully, but these errors were encountered: