Changes between Version 1 and Version 2 of Ticket #32850
- Timestamp:
- Jun 15, 2021, 8:28:42 AM (3 years ago)
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 getscalled several times.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. 2 2 3 3 This is confusing and might waste computation resources.