.hgignore
author Christophe de Vienne <christophe@unlish.com>
Mon, 22 Sep 2014 12:15:31 +0200
changeset 11513 0170f8a55620
parent 11508 ef8b9021b47b
child 11537 caf268942436
permissions -rw-r--r--
Optimise repo_connect by skipping authenticate_user The authentication being handled by pyramid itself, going through the authentication stack to recreate the temporary session at each request is very costly. On my desktop, for a mostly static front page, the total time for delivering the page drops from 100ms to 47ms.

syntax: glob

*.pyc
*.swp

*.egg-info

pyramid_cubicweb/tests/data/database