Changes between Version 1 and Version 2 of Ticket #32850


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32850 – Description

    v1 v2  
    1 The [https://docs.djangoproject.com/en/3.2/ref/contrib/sitemaps/#django.contrib.sitemaps.Sitemap.items Sitemap.items()] method gets 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.
    22
    33This is confusing and might waste computation resources.
Back to Top