jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

bugsahoy should use include_fields to limit search results #86

Closed globau closed 8 years ago

globau commented 10 years ago

bugsahoy current requests all information about a bug (including attachment) when searching bugzilla.

it will be much quicker to use "include_fields" to limit the results to just the fields which bugsahoy uses.

i don't know exactly what fields bugsahoy uses, but as an example if you only use the "id" and "summary", append the following to your bzapi query string: include_fields=id,summary

jdm commented 8 years ago

We've done this for a while.