M
Marcus
Guest
I disabled to generate sitemaps in admin.php?options/groups/sitemap/ and today saw a spike in cloudflares useage telling me it transferred more than 30GB.
Yesterday my server transferred 3GB of sitemaps all in the format /sitemap-235.xml, /sitemap-256.xml, /sitemap-888.xml ...
Bash:
My issue is also not that it is possible to see the sitemap (I...
Read more
Continue reading...
Yesterday my server transferred 3GB of sitemaps all in the format /sitemap-235.xml, /sitemap-256.xml, /sitemap-888.xml ...
Bash:
Code:
# awk -F'\t' '$3 ~ /03\/May\/2024/ {split($4, a, " "); if (a[2] ~ /\/sitemap/) sum += $6} END {print sum / 1073741824 " GB"}' log.log
2.82386 GB
My issue is also not that it is possible to see the sitemap (I...
Read more
Continue reading...