Skip to content

Commit c6032ad

Browse files
committed
Update optimize-application-performance-disable-audio.md
There is an important comment to address in this article.
1 parent f1b87f8 commit c6032ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controls/captcha/troubleshooting/optimize-application-performance-disable-audio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ position: 1
1010

1111
# Performance Optimization by Disabling Audio Handler
1212

13-
You can find here information how to improve the performance of your ASP.NET application by disabling the **RadCaptcha** audio handler.
13+
This help article describes how to improve the performance of your ASP.NET application by disabling the **RadCaptcha** audio handler.
1414

15-
**RadCaptcha** provides the functionality to request audio for the capthca rendered. You can read more about it in [Using Audio Code]({%slug captcha/functionality/using-audio-code%}) article.
15+
**RadCaptcha** provides the functionality to request audio for the capthca rendered. You can read more about it in the [Using Audio Code]({%slug captcha/functionality/using-audio-code%}) article.
1616

17-
This feature is available by using a built-in handler for the audio. Which is available with disabled **Audio Code** feature and also without using **RadCaptcha** on the page. In order to eliminate possible requests for the audio, you can set the `CaptchaDenyAudioHandler` key to `true` in the **web.config** file.
17+
This feature is available by using a built-in handler for the audio. Which is available with disabled **Audio Code** feature and also without using **RadCaptcha** on the page. <Comment: The previous two sentences sound odd to me. In the first, what does "this feature" mean? The ability to request audio? In the second sentence, you are missing the subject at the beginning of the sentence. Is the handler for the audio available when the audio code is disabled?> In order to eliminate possible requests for the audio, you can set the `CaptchaDenyAudioHandler` key to `true` in the **web.config** file.
1818

1919
>caption Example 1: Disabling audio handler using the CaptchaDenyAudioHandler key.
2020

0 commit comments

Comments
 (0)