Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Page-speed with Firefox 7+ (in my case, simply "Aurora")
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dan Beam  
View profile  
 More options Aug 22 2011, 6:10 pm
From: Dan Beam <db...@google.com>
Date: Mon, 22 Aug 2011 15:10:34 -0700 (PDT)
Local: Mon, Aug 22 2011 6:10 pm
Subject: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")
Hey page speed developers and hackers,

I was wondering if page speed will continue to embed a max version in
it's install.rdf while Firefox has lowered up it's shipping interval
(to 6 weeks it seems like)?  I recently wanted to use page speed with
Firefox Aurora (which is currently 7.0a2) and I found that just
changing the maxVersion to * allowed me to use it (as I had a guess
Firefox 7.* wouldn't really operate much different than 6.*).

Is the reason we're not just trusting future versions because of a
lack of QA/testing?  Why not remove this maxVersion if it will be a
pain to update?

Just wondering,

Dan Beam
db...@google.com

P.S. The steps for hackers to allow this to work in 7.* (and above)
are given in 1 (split-up) line of bash (tried from OS X):

  prevdir=$(pwd) && \
  tmpdir=$(mktemp -d -t page-speed) && \
  cd "$tmpdir" && \
  curl -sO https://dl-ssl.google.com/page-speed/current/page-speed.xpi
&& \
  unzip -q page-speed.xpi -d page-speed && \
  sed -ire 's/maxVersion>6\.\*/maxVersion>\*/' page-speed/install.rdf
&& \
  cd page-speed && \
  zip -qr "$prevdir/page-speed-aurora.xpi" . && \
  cd "$prevdir" && \
  rm -rf $tmpdir && \
  echo "Drag and drop $prevdir/page-speed-aurora.xpi to Firefox to
install";

P.P.S. NOTE: You'll need Firebug installed before you install page
speed (which you can get at getfirebug.com or specifically [for the
moment] at http://getfirebug.com/releases/firebug/1.9/firebug-1.9.0a0.xpi).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guenther Waldbauer  
View profile  
 More options Sep 28 2011, 6:59 am
From: Guenther Waldbauer <waldbauer....@gmail.com>
Date: Wed, 28 Sep 2011 03:59:44 -0700 (PDT)
Local: Wed, Sep 28 2011 6:59 am
Subject: Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")
Is there a working FF 7 pagespeed extension online available ?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Libo Song  
View profile  
 More options Sep 28 2011, 9:00 am
From: Libo Song <ls...@google.com>
Date: Wed, 28 Sep 2011 09:00:06 -0400
Local: Wed, Sep 28 2011 9:00 am
Subject: Re: [page-speed-discuss] Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")

We are working on a release. ETA, tomorrow. Thanks.
-Libo

On Wed, Sep 28, 2011 at 6:59 AM, Guenther Waldbauer <waldbauer....@gmail.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Libo Song  
View profile  
 More options Sep 30 2011, 8:13 am
From: Libo Song <ls...@google.com>
Date: Fri, 30 Sep 2011 08:13:17 -0400
Local: Fri, Sep 30 2011 8:13 am
Subject: Re: [page-speed-discuss] Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")

We are not ready to release the new version. In the mean time, please
try our Chrome extensions if needed.
http://code.google.com/speed/page-speed/docs/using_chrome.html or Page Speed
online at http://pagespeed.googlelabs.com/pagespeed/

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guenther Waldbauer  
View profile   Translate to Translated (View Original)
 More options Oct 1 2011, 4:56 am
From: Guenther Waldbauer <waldbauer....@gmail.com>
Date: Sat, 1 Oct 2011 01:56:59 -0700 (PDT)
Local: Sat, Oct 1 2011 4:56 am
Subject: Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")
OK - i hope you can release it soon (not developing with Chrome)

On 30 Sep., 14:13, Libo Song <ls...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ted  
View profile  
 More options Oct 1 2011, 10:43 am
From: Ted <tedchuangs...@gmail.com>
Date: Sat, 1 Oct 2011 07:43:32 -0700 (PDT)
Local: Sat, Oct 1 2011 10:43 am
Subject: Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")
You can use Add-on Compatibility Reporter to
https://addons.mozilla.org/zh-TW/firefox/addon/add-on-compatibility-r...

After installing the Add-on Compatibility Reporter, your incompatible
extensions will become enabled for you to test whether they still work
with the version of Firefox or Thunderbird that you're using.

--Ted

On 10月1日, 下午4時56分, Guenther Waldbauer <waldbauer....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Libo Song  
View profile  
 More options Oct 3 2011, 3:20 pm
From: Libo Song <ls...@google.com>
Date: Mon, 3 Oct 2011 15:20:30 -0400
Local: Mon, Oct 3 2011 3:20 pm
Subject: Re: [page-speed-discuss] Re: Using Page-speed with Firefox 7+ (in my case, simply "Aurora")

The fix is ready. You can manually update the fix at
https://dl.google.com/page-speed/1.12.0.1/page-speed.xpi, or it will
auto-update itself.

Thanks for your patience.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »