Re: [Feature Request] Performant values_list query

2015-11-16 Thread cristianocca28
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

[Feature Request] Performant values_list query

2015-11-15 Thread cristianocca28
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

Template render performance

2014-11-17 Thread cristianocca28
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