----- "Greg Donald" <[email protected]> wrote: > On Sun, Jan 3, 2010 at 8:04 PM, andrew mcelroy <[email protected]> > wrote: > > They have the sense to use gzip, > > > > If they had mysql properly tuned, minified their js, > > It's fairly pointless to minify JS when you're already using gzip > compression. You're not gonna gain any additional compression. I > mean think about it, do you also minify your HTML? No, you let gzip > compression handle it.
umm, minify removes a lot of things from the compression stream. minify on it's own is not the answer. But you would be surprised what a little minify and one time gziping of a file will gain you. Then you can serve out those files with no CPU overhead, and already compressed files that the browser will decompress for you. > > It just doesn't make MySQL look good. > > This site/topic is being completely over analyzed just as an excuse > to > bash MySQL . It's one piss-ant little site. Who cares. Yes many of us love to bash on MySQL. Many of us have dealt with the beast and have our battle scars. BTW, market share doesn't prove anything is better than something else. Just remember that 50% of the population is below average intelligence, then decide if you want to follow the crowd. -- Steven Critchfield [email protected] -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
