goBazinga / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Performance Issue #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently I am filtering the following System.Web.HttpException errors: Status 
Code 404. These errors are due to .js and are not exceptions that need to be 
logged/mailed.

The filtering works but the issue is a decrease in performance as the site 
takes a long time to load while the errors are being filtered. Filtering was 
done in the Global file. 

Is there perhaps documentation that I can review to increase performance?

OS: Windows 7 64 bit
ELMAH: version 1.1.11517
Project: MVC 2

Original issue reported on code.google.com by darren.m...@gmail.com on 21 Jan 2011 at 10:57

GoogleCodeExporter commented 8 years ago
How many of these requests are you getting that need to be filtered each second?

Original comment by nberardi on 22 Jan 2011 at 2:00

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 6 Mar 2011 at 7:28

GoogleCodeExporter commented 8 years ago
Thanks for the reply, apologies for my late reply. Each action that is 
performed, I count ± 17 hits on the break point. Hope this information helps.

Original comment by darren.m...@gmail.com on 18 Mar 2011 at 8:08

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/202
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:19