--- ** [tickets:#7914] Speedup create-allura-sitemap task** **Status:** open **Milestone:** unreleased **Labels:** performance **Created:** Thu Jul 09, 2015 08:42 AM UTC by Igor Bondarenko **Last Updated:** Thu Jul 09, 2015 08:42 AM UTC **Owner:** nobody From [docs](https://forge-allura.apache.org/docs/getting_started/administration.html#create-allura-sitemap-py): > This takes a while to run on a prod-sized data set. There are a couple of > things that would make it faster, if we need/want to. > > 1. Monkeypatch `forgetracker.model.ticket.Globals.bin_count` to skip the > refresh (Solr search) and just return zero for everything, since we don’t > need bin counts for the sitemap. > 2. Use multiprocessing to distribute the offsets to n subprocesses. Remove speedup suggestions from docs when this is ready. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
