Closed
Bug 600430
Opened 15 years ago
Closed 14 years ago
Create performance page
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P4)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.11
People
(Reporter: clouserw, Assigned: cvan)
References
()
Details
(Whiteboard: [pretty?])
Mockup: http://people.mozilla.com/~chowse/drop/amo/performance/v2/03_leaderboard.png
This is a new page for zamboni, and should live at /:lang/:app/performance
This bug includes:
- Building the page at the above URL
- Making the chart show the top 10 by default
- After clicking "show more add-ons" it shows the next 40. If it's an expensive process to get this info on the page, we can ajax this part, otherwise just hide by default.
- These columns are _not_ sortable, so you can skip that part of the mockup.
There are front end and back end pieces here. As usual, work to your strong points and get help on the rest. :)
CCing chowse for final image deliverables
CCing jorgev for links at the bottom. He's writing the FAQ entry now I think.
Comment 1•15 years ago
|
||
Update: due to licensing issues, we can't use the stock image in this mockup (unless we exclude it from the public source code). Here's an alternate version w/o the image:
http://people.mozilla.com/~chowse/drop/amo/performance/v2/04_leaderboard_nologo.png
| Reporter | ||
Comment 2•15 years ago
|
||
-> Jeff for the back end. The perf_* tables already exist, so it's just a matter of spitting that data to the front end. Potch wants it when you're done.
Assignee: nobody → jbalogh
| Reporter | ||
Updated•15 years ago
|
Priority: P2 → P5
Target Milestone: 5.12.3 → 5.12.4
Comment 3•15 years ago
|
||
Is the text for this somewhere I can copy/paste? I'm not good at transcription.
| Reporter | ||
Comment 4•15 years ago
|
||
Not even with the fancy keyboard?
--------------------------------
Add-ons provide many useful features and functions for your browser. However, add-ons can also slow down your browsing experience. Some add-ons can even slow down Firefox until it is difficult to use for regular web browsing. It can also be difficult to determine what add-ons are the source of the problem. We provide this list in the hopes that it will help you identify add-ons that are affecting the performance of your browser.
Don't let poor performance affect the experience of your users. Here are a few tips on how to keep your add-ons responsive and nimble.
--------------------------------
Little known fact: I did some medical transcription work for a very short period of time. Turns out, it's not easy.
Comment 5•15 years ago
|
||
Assignee: jbalogh → nobody
Whiteboard: [pretty?]
Target Milestone: 5.12.4 → 5.12.5
Comment 6•15 years ago
|
||
Are we still planning on getting this in Q4?
Also, that intro paragraph says "browse" 3 times too many.
----
Add-ons provide many useful features and functions, but they can also cause Firefox to become slower. Some add-ons can even slow Firefox to a crawl and make it difficult to use for regular web browsing. If you think add-ons might be the reason Firefox is lethargic, check the list below for some of the biggest bottlenecks. And remember, for best performance you should disable add-ons that you no longer use regularly.
| Reporter | ||
Comment 7•15 years ago
|
||
This page is ready for front end work, but that's what we're short on elsewhere. I don't expect to get it finished in Q4, but I'm leaving it in the milestones in case we have time. I don't consider it a Q4 goal.
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Updated•15 years ago
|
Target Milestone: 5.12.5 → 5.12.6
| Reporter | ||
Updated•15 years ago
|
Target Milestone: 5.12.6 → 5.12.7
| Reporter | ||
Updated•15 years ago
|
Priority: P5 → P4
Target Milestone: 5.12.7 → Q1 2011
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → cwiemeersch
| Reporter | ||
Comment 8•14 years ago
|
||
Dropping in 5.12.10 depending on how much disco pane stuff shows up. Note that disco pane is higher priority. Also, please make the page validate when you're done, as I'm closing that bug. Thanks. :)
Target Milestone: Q1 2011 → 5.12.10
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.12.10 → 5.12.11
| Assignee | ||
Comment 10•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 11•14 years ago
|
||
Not sure why bug 617777 was filed, but for the record — this page doesn't throw any new validation errors. The validation fails on these three existing errors which are common to almost every page on AMO:
1. Error Line 145, Column 66: Element input is missing required attribute alt.
src="/media/img/zamboni/global/btn-search.png?b=8b1d319">
2. Error Line 1518, Column 71: Bad value for attribute action on element form: Must be non-empty.
<form class="languages go" id="lang_form" method="get" action="">
3. Error Line 1678, Column 47: Element script must not have attribute charset unless attribute src is also specified.
<script type="text/javascript" charset="utf-8">
(In reply to comment #11)
> Not sure why bug 617777 was filed, but for the record — this page doesn't throw
> any new validation errors.
I explained that in https://bugzilla.mozilla.org/show_bug.cgi?id=617777#c2, but thanks for the follow-up.
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•