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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11483
7b7ed56bf2fb Add a basic sample application
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     1
include *.txt *.ini *.cfg *.rst
7b7ed56bf2fb Add a basic sample application
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     2
recursive-include sampleapp *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml