Webdev:Cesium: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a page to track the new project for automating ySlow tests, codenamed 'Cesium', after the element used in atomic clocks.
This is a page to track the new project for automating ySlow tests, codenamed 'Cesium', after the element used in atomic clocks.
== URLs ==
* Staging site currently behind vpn: http://cm-cesium01.mozilla.org/


== Goals ==
== Goals ==
Line 18: Line 21:
*API
*API


==== 07/24/2009 -- 0.2  ====
==== 07/31/2009 -- 0.2  ====


*Making Cesium easier to install and configure  
*Making Cesium easier to install and configure  
Line 26: Line 29:
==== 07/10/2009 -- [http://viewvc.svn.mozilla.org/vc/projects/cesium/tags/0.1.1/ 0.1.1]  ====
==== 07/10/2009 -- [http://viewvc.svn.mozilla.org/vc/projects/cesium/tags/0.1.1/ 0.1.1]  ====


*minor bug fix that caused Firefox to start improperly and not load any webpages
*minor bug fix that caused Firefox to start improperly and not load any webpages  
*[http://people.mozilla.org/~rdoherty/cesium/cesium-0.1.1.zip Download]


==== 07/09/2009 -- [http://viewvc.svn.mozilla.org/vc/projects/cesium/tags/0.1/ 0.1]  ====
==== 07/09/2009 -- [http://viewvc.svn.mozilla.org/vc/projects/cesium/tags/0.1/ 0.1]  ====
Line 43: Line 47:
== Communication  ==
== Communication  ==


*#cesium on IRC
*
*cesium on IRC


=== Meetings ===
=== Meetings ===


*[[Webdev:Cesium:Meetings:07152009|7/15/2009 - Cesium planning/brainstorming]]
*[[Webdev:Cesium:Meetings:07152009|7/15/2009 - Cesium planning/brainstorming]]


== Contribute ==
== Contribute ==
* svn.mozilla.org/projects/cesium
 
* [https://bugzilla.mozilla.org/enter_bug.cgi?alias=&assigned_to=nobody%40mozilla.org&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=Cesium&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-4=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=--&product=Webtools&qa_contact=cesium%40webtools.bugs&rep_platform=All&short_desc=&target_milestone=---&version=Trunk File a bug]
*We need people to QA, code and evangelize :)
* [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Webtools&component=Cesium&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Bug list]
*svn.mozilla.org/projects/cesium  
*[https://bugzilla.mozilla.org/enter_bug.cgi?alias=&assigned_to=nobody%40mozilla.org&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=Cesium&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-4=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=--&product=Webtools&qa_contact=cesium%40webtools.bugs&rep_platform=All&short_desc=&target_milestone=---&version=Trunk File a bug]  
*[https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Webtools&component=Cesium&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Bug list]
 
=== Contributors  ===
 
*[mailto:rdoherty@mozilla.com Ryan Doherty]
*Mark Hahnenberg


== API ==
== API ==
Line 59: Line 71:
== Installation  ==
== Installation  ==


*View the [http://viewvc.svn.mozilla.org/vc/projects/cesium/trunk/README.txt?view=markup README] in SVN
*View the [http://viewvc.svn.mozilla.org/vc/projects/cesium/trunk/cesium/README.txt?view=markup README] in SVN


== Architecture Draft ==
== Architecture Draft ==

Latest revision as of 15:34, 4 September 2009

This is a page to track the new project for automating ySlow tests, codenamed 'Cesium', after the element used in atomic clocks.

URLs

Goals

  • Run ySlow automatically
  • Collect the beacon information that ySlow sends
  • Display the information in graph form
  • Make the data accessible via APIs
  • Easily configurable (via web UI) and installable
  • Handle multiple websites
  • Documentation for API and installation

Roadmap

TBD -- 1.0

  • User accounts
  • Redesign
  • API

07/31/2009 -- 0.2

  • Making Cesium easier to install and configure
  • Run Firefox headlessly
  • Bugs

07/10/2009 -- 0.1.1

  • minor bug fix that caused Firefox to start improperly and not load any webpages
  • Download

07/09/2009 -- 0.1

  • run yslow automatically
  • collect the information
  • make it accessible
  • display it

Components

  • Headless FF instance
  • Processor
  • UI
  • API

Communication

  • cesium on IRC

Meetings

Contribute

  • We need people to QA, code and evangelize :)
  • svn.mozilla.org/projects/cesium
  • File a bug
  • Bug list

Contributors

API

  • Need API docs!

Installation

Architecture Draft

YSlowArch.png

Frontend Mockups