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

pytest