sampleapp/MANIFEST.in
author Christophe de Vienne <christophe@unlish.com>
Mon, 22 Sep 2014 12:15:31 +0200
changeset 11513 0170f8a55620
parent 11483 7b7ed56bf2fb
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.

include *.txt *.ini *.cfg *.rst
recursive-include sampleapp *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml