#25228: Performance degradation of template rendering
---------------------------------+--------------------------------------
     Reporter:  yml              |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Template system  |                  Version:  1.8
     Severity:  Normal           |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by yml):

 `git bisect` between 1.8.2 and 1.8.3 point its finger on this commit:

 ```
 b16f84f15b1344d2a3df8149565cfc8de803eb77 is the first bad commit
 commit b16f84f15b1344d2a3df8149565cfc8de803eb77
 Author: Tim Graham <timogra...@gmail.com>
 Date:   Wed May 27 09:19:19 2015 -0400

     [1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token
 implementation in csrf context processor."

     This reverts commit 8099d33b6553c9ee7de779ae9d191a1bf22adbda as it
 caused
     a regression that cannot be solved without changing force_text() which
 has
     a small risk of introducing regressions. This change will remain in
 master
     along with an update to force_text().

 :040000 040000 79f27245b250a4ac0c65a4ccef0b8db107432312
 6c6a96934b66615d663375cc13199cf50c6fd1ec M      django
 :040000 040000 c977299c605629e42fd2ec7bb53264d5ac25db78
 9eef450849404da0e8f20c292b8aa8b544176681 M      docs
 :040000 040000 96fa0ceb7be7bd9ca14eded3ca98478a22ce8f39
 e3c95cc6052e620319c7ef2d64a1716825839414 M      tests
 ````

 Here it is a link to the commit that introduce the performance regression
 
[https://github.com/django/django/commit/b16f84f15b1344d2a3df8149565cfc8de803eb77
 diff on github]

--
Ticket URL: <https://code.djangoproject.com/ticket/25228#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.112543da939d86fe34b3106805ef70c5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to