Closed Bug 548209 Opened 15 years ago Closed 15 years ago

This query or location currently has no data, while it should.

Categories

(Socorro :: General, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: Usul, Assigned: ryansnyder)

References

Details

Attachments

(1 file)

If I restraint my queries to the thunderbird product I end up with a versy similar first page and then I can get to my results.
Target Milestone: --- → 1.7
Assignee: nobody → ryan
The query for this particular page forces the parameter $product = 'Firefox' when a product has not been specified or when "All" has been selected. This patch ensures that $product = 'Firefox' does not get added to the query when a product has not been specified. I'm not sure why this would have been added in the first place, unless perhaps it was needed for query speed or optimization.
Attachment #439979 - Flags: review?(ozten.bugs)
Comment on attachment 439979 [details] [diff] [review] Patch 1 for 548209 A 4 week query with no Criteria was too general and would take tens of minutes for Postgres to execute. Users would hit refresh and several of these would stack up, degrading Postgres' performance and looking up crash-stats. This type of query should require the user be logged in and we should show a progress screen instead of a blank screen where the user hits refresh. Maybe DB performance has changed and this is no longer an issue. If we test for that in prod, then I'm okay to r+.
Attachment #439979 - Flags: review?(ozten.bugs) → review-
Comment on attachment 439979 [details] [diff] [review] Patch 1 for 548209 r+, jetlag had me missing the signature in the query. Patch looks good.
Attachment #439979 - Flags: review- → review+
Thanks Austin... Committing... == Sending libraries/MY_SearchReportHelper.php Transmitting file data . Committed revision 1966.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: 1.7 → 1.6.2
Verified in production.
Status: RESOLVED → VERIFIED
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: