core/homeassistant/components/websocket_api
J. Nick Koston f0f817c361
Serialize websocket event message once (#40453)
Since most of the json serialize work for the websocket was done
multiple times for the same message, we can avoid the overhead
of serializing the same message many times (once per websocket
client) with a cache.
2020-09-22 08:47:04 -05:00
..
__init__.py
auth.py
commands.py Serialize websocket event message once (#40453) 2020-09-22 08:47:04 -05:00
connection.py
const.py
decorators.py
error.py
http.py Serialize websocket event message once (#40453) 2020-09-22 08:47:04 -05:00
manifest.json
messages.py Serialize websocket event message once (#40453) 2020-09-22 08:47:04 -05:00
permissions.py
sensor.py
services.yaml