Nice you tested it out! You are right about that kind of optimization is really
a micro optimization and would only help if there were a bunch of those related.
De: Josh Smeaton
Enviado el: lunes, 16 de noviembre de 2015 23:48
Para: django-developers@googlegroups.com
I finally
After some testing I have found out that even when using values_list to prevent
massive object creation when fetching data, it is from 2 to 3 times slower tan
using directly a cursor.execute query through the django cursor.
The issue started here
http://stackoverflow.com/questions/33726004/dja
Hello,
Mostly a question, but are there any work in progress to improve templates
render performance? Times when having medium to big data and/or loops get
excesively high, compared to jinja2 which sadly is not as easy to use as django
native template language. I would really trade a featur