Changes between Version 2 and Version 3 of Ticket #32850
- Timestamp:
- Jun 15, 2021, 8:29:38 AM (3 years ago)
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 .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 (if you generate them in batch, not during the http-request). 2 2 3 3 This is confusing and might waste computation resources.