We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28bb7f commit dde3716Copy full SHA for dde3716
docs/faq/misc.rst
@@ -24,7 +24,9 @@ you must disable:
24
* Keepalive: set ``ping_interval=None``
25
* UTF-8 decoding: send ``bytes`` rather than ``str``
26
27
-If websockets is still slower than another Python library, please file a bug.
+Then, please consider whether websockets is the bottleneck of the performance
28
+of your application. Usually, in real-world applications, CPU time spent in
29
+websockets is negligible compared to time spent in the application logic.
30
31
Are there ``onopen``, ``onmessage``, ``onerror``, and ``onclose`` callbacks?
32
............................................................................
0 commit comments