Changes between Version 2 and Version 3 of Ticket #32850


Ignore:
Timestamp:
Jun 15, 2021, 8:29:38 AM (3 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32850 – Description

    v2 v3  
    1 The [https://docs.djangoproject.com/en/3.2/ref/contrib/sitemaps/#django.contrib.sitemaps.Sitemap.items Sitemap.items()] method might get called several times.
     1The [https://docs.djangoproject.com/en/3.2/ref/contrib/sitemaps/#django.contrib.sitemaps.Sitemap.items Sitemap.items()] method might get called several times (if you generate them in batch, not during the http-request).
    22
    33This is confusing and might waste computation resources.
Back to Top