Re: Make template caching a feature of the Django template engine

2015-11-26 Thread Jaap Roes
son not to be performant by default. > > Marc > On 23 Nov 2015 2:16 pm, "Jaap Roes" > > wrote: > >> It’s considered a good practice to enable template caching in Django. It >> saves on the overhead of loading and parsing templates and turning them >> i

Make template caching a feature of the Django template engine

2015-11-23 Thread Jaap Roes
It’s considered a good practice to enable template caching in Django. It saves on the overhead of loading and parsing templates and turning them into template objects, which can give a nice performance boost when repeatedly rendering the same templates. Currently it’s possible to enable templat

Re: The unordered_list template filter suports a format that was seen as old 7 years ago

2014-08-08 Thread jaap
et and patch that does so. > > On Friday, August 8, 2014 8:49:47 AM UTC-4, Jaap Roes wrote: >> >> First link is wrong, was missing a zero >> https://code.djangoproject.com/ticket/23260 >> <https://www.google.com/url?q=https%3A%2F%2Fcode.djangoproje

Re: The unordered_list template filter suports a format that was seen as old 7 years ago

2014-08-08 Thread Jaap Roes
First link is wrong, was missing a zero https://code.djangoproject.com/ticket/23260 On Fri, Aug 8, 2014 at 1:59 PM, wrote: > Today I tried to use the unordered_list template tag with a generator > (doesn't work https://code.djangoproject.com/ticket/2326). While > investigating the code I notice

The unordered_list template filter suports a format that was seen as old 7 years ago

2014-08-08 Thread jaap
Today I tried to use the unordered_list template tag with a generator (doesn't work https://code.djangoproject.com/ticket/2326). While investigating the code I noticed that this filter does a lot of work to support a fairly idiosyncratic form of nested lists (https://code.djangoproject.com/tick

Re: Is file based cache is safe for concurrent process?

2013-05-31 Thread jaap
I've created a ticket with a script that demonstrates the issue and provides an implementation that uses werkzeug's tempfile approach https://code.djangoproject.com/ticket/20536 Before I start forking on github I'd like some feedback on the ticket. Thanks! Op donderdag 28 maart 2013 01:23:52 U