honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
623 stars 164 forks source link

Strange logic in template tegs. Many SQL queries. Need fix. #38

Open pahaz opened 12 years ago

pahaz commented 12 years ago

Each use of the tag creates a new query to the database, it is not taken from the cache. It can be seen in admin_debug_toolbar.