-
Notifications
You must be signed in to change notification settings - Fork 61
Performance issues #181
Comments
Hi, What version of the plugin are you using? |
I'd disable 404 logging. |
is 404 logging disabled on the UI ? |
version is 3.13.1, 404 logging is disabled. |
@akeilox It's an AppSetting @quadhenke There were some performance problems with 3.13.x (#166, #169). |
Thanks that sounds promising @daniel-chenery will try 3.14.1 in coming Sprint. |
Hi guys, |
Sure, create a PR with the fix? |
Hi, we have performance issues on a couple of larger sites.
When we have traffic spikes resulting in many 404s, UrlTracker makes many SQL queries, causing the site to slow down and stop/restart.
We have experienced sql queries that take minutes, which makes us suspect there are circular references due to multiple rewrites.
Is there any way to avoid so many databases queries from UrlUracker? Can it be saved in memory(cache) instead of making database requests? Is there any internal safeguard against circular references?
The sites are not load balanced but are located on Azure. Version is 3.13.1, 404 logging is disabled.
The text was updated successfully, but these errors were encountered: