Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Clinton Gormley
of minification seems unnecessary. Andrew - Original Message - From: John ORourke [EMAIL PROTECTED] To: modperl List modperl@perl.apache.org Sent: Sunday, October 21, 2007 12:54:12 PM (GMT-0500) America/New_York Subject: Re: ANNOUNCE: XS-based minifiers for JS/CSS

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Michael Peters
Clinton Gormley wrote: That is probably a very inefficient way of doing it. I would guess that nearly all of the JS that you use on your site is common ie 90% of what you use on the site would be needed on each page that uses JS. It would make much more sense to put all of that JS into a

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Clinton Gormley
You obviously haven't built a JSON API yet :) True Each request will be JS and will be different. And fair enough :) Clint

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Ask Bjørn Hansen
On Oct 16, 2007, at 1:24 AM, Graham TerMarsch wrote: After receiving some feedback from people about my Apache2 auto- minification filters for JS/CSS, and seeing that the only issue people seemed to have was that the underlying minifiers weren't terribly fast, I've gone ahead and have

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Andrew Wyllie
Message - From: Ask Bjørn Hansen [EMAIL PROTECTED] To: Graham TerMarsch [EMAIL PROTECTED] Cc: modperl List modperl@perl.apache.org Sent: Sunday, October 21, 2007 7:42:38 AM (GMT-0500) America/New_York Subject: Re: ANNOUNCE: XS-based minifiers for JS/CSS On Oct 16, 2007, at 1:24 AM, Graham TerMarsch

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread John ORourke
If you'll pardon the devil's advocate bit... Caching isn't really the issue - you can use mod_cache, or make your own using CSS::Minifier. I think Bjorn was questioning the Apache2::Filter::Minifier:: approach. Here's a different take on Apache2::Filter::Minifier. I run a small web dev

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Andrew Wyllie
] To: modperl List modperl@perl.apache.org Sent: Sunday, October 21, 2007 12:54:12 PM (GMT-0500) America/New_York Subject: Re: ANNOUNCE: XS-based minifiers for JS/CSS If you'll pardon the devil's advocate bit... Caching isn't really the issue - you can use mod_cache, or make your own using CSS::Minifier

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Boysenberry Payne
: ANNOUNCE: XS-based minifiers for JS/CSS If you'll pardon the devil's advocate bit... Caching isn't really the issue - you can use mod_cache, or make your own using CSS::Minifier. I think Bjorn was questioning the Apache2::Filter::Minifier:: approach. Here's a different take on Apache2::Filter

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Graham TerMarsch
On Sunday 21 October 2007 9:54 am, John ORourke wrote: Here's a different take on Apache2::Filter::Minifier. I run a small web dev shop, I code perl and manage the servers, and I have a small team of web developers who make works of art using JS and CSS. I have a few hundred man-hours* per

ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-16 Thread Graham TerMarsch
After receiving some feedback from people about my Apache2 auto-minification filters for JS/CSS, and seeing that the only issue people seemed to have was that the underlying minifiers weren't terribly fast, I've gone ahead and have rebuilt them using XS. I've also updated the Apache2 filters