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
Someday when you got time, you could also improve on performance.
We had a website with 10.000 redirects in the manager and the memory exploded, because the redirect manager loads all the rows of the table into Craft.
My suggestion is to query on the database first for finding the right redirect, instead of loading everything in.
The text was updated successfully, but these errors were encountered:
Hi,
Someday when you got time, you could also improve on performance.
We had a website with 10.000 redirects in the manager and the memory exploded, because the redirect manager loads all the rows of the table into Craft.
My suggestion is to query on the database first for finding the right redirect, instead of loading everything in.
The text was updated successfully, but these errors were encountered: