Hi there,
Does anyone have a set of suggested performance tweaks for Fiddler (not Fiddler Core) so it parses, decrypts, and particularly AutoResponds as efficiently as possible?
I know about
(1) "Stream"
(2) "Keep: xxx sessions" (to reduce memory pressure)
(3) Don't "Parse websocket messages"
(4) Run Fiddler at AboveNormal priority
(5) "Don't decrypt draffic for the following hosts" (if applicable to your situation)
I guess I'm looking for absolutely any optimization trick I may be missing.
Are there, perhaps, hidden registry settings for the number of worker threads Fiddler spins up to do it's processing? Or something else entirely I am neglecting.
Thanks for any assistance!
Andrew