requirements/dev.txt
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 01 Mar 2017 18:07:49 +0100
branch3.25
changeset 12086 39c9e548f0ce
parent 12070 a44f67dd0474
child 12569 c197f9382e53
permissions -rw-r--r--
[rqlrewrite/schema] Avoid parsing computed relations for each query The RQLRelationRewriter is instanciated for each RQL query, it should avoid parsing computed relations formula by using a cache, which seems rightly located on the instance's schema. This brings a *huge* performance boost to some pages on application with a few computed relations (x4 observed on a client app). Kudos to Adrien, David and Sylvain. Closes #17059828
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11285
581b5b64b382 [tox] Put development dependencies into a dev-requirements.txt file
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     1
pytest