- **QA**: Cory Johns
--- ** [tickets:#7065] Slow post queries happening on invalid URLs** **Status:** code-review **Labels:** performance **Created:** Thu Jan 16, 2014 04:43 PM UTC by Dave Brondsema **Last Updated:** Thu Jan 16, 2014 05:37 PM UTC **Owner:** Dave Brondsema On a URL like `/p/foobar/tickets/_discuss/thread/092b4865/3547/blah/blah/bogus` the response is quite slow, e.g. stats.log: `"timings": {"total": 466534, "mongo": 466506, "ming": 466516}}}` This is due to an unindexed mongo query: `query project-data.post query: { slug: "3547/blah/blah/bogus" } ntoreturn:0 ntoskip:0 nscanned:19604 keyUpdates:0 numYields: 503 locks(micros) r:37235 nreturned:0 reslen:20 5253ms` --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.