mirror of https://github.com/zulip/zulip.git
c13e3dee24
Replace a separate call to subprocess, starting `node` from scratch, with an optional standalone node Express service which performs the rendering. In benchmarking, this reduces the overhead of a KaTeX call from 120ms to 2.8ms. This is notable because enough calls to KaTeX in a single message would previously time out the whole message rendering. The service is optional because he majority of deployments do not use enough LaTeX to merit the additional memory usage (60Mb). Fixes: #17425. |
||
---|---|---|
.. | ||
.gitattributes | ||
Dockerfile | ||
Dockerfile.prod | ||
activate-venv | ||
build-docker-images | ||
check-executables | ||
generate-failure-message | ||
production-build | ||
production-install | ||
production-pgroonga | ||
production-upgrade | ||
production-upgrade-pg | ||
production-verify | ||
setup-backend | ||
setup-frontend | ||
success-http-headers.template.txt |