I want to enable gzip component on my site and i m using mongrel server can you please tell me how to do it thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 19 Nov 2008, at 09:03, Ankit Parekh wrote:> > I want to enable gzip component on my site > and i m using mongrel server > can you please tell me how to do itIf you''re proxying through apache or nginx then the easiest way is to get them to do gzipping. I don''t believe mongrel will do it for you out of the box. Fred> > > thanks > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 19 Nov 2008, at 10:25, Frederick Cheung wrote:>> I want to enable gzip component on my site >> and i m using mongrel server >> can you please tell me how to do it > > If you''re proxying through apache or nginx then the easiest way is to > get them to do gzipping. I don''t believe mongrel will do it for you > out of the box.You might also have a look at a search engine called "Google". Quite a few people use it nowadays to find information quickly. For example, a simple google search on "mongrel output compression" gave me this as the first result, "mongrel compression" yields the same page as the fourth result: http://rubyforge.org/projects/mongrel-compres/ If you''re in doubt, that was a little bit of sarcasm and a pretty please to at least have a little search before posting these kinds of questions. There was also a solution packed in a rails plugin a while ago. Don''t know if it still works, and it''s certainly not as good a solution as apache or nginx, but you could try the better output compression plugin (http://agilewebdevelopment.com/plugins/ better_output_compression). The big question however is if it will actually improve performance or slow it down. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thanks for the reply now i have configured with nginx and i have written the code for header expiry ..now i want to implement both memcache and header expiry both together but when i run mem cache header expiry stops working has neone configured both the things to gether? thanks Peter De Berdt wrote:> On 19 Nov 2008, at 10:25, Frederick Cheung wrote: > >>> I want to enable gzip component on my site >>> and i m using mongrel server >>> can you please tell me how to do it >> >> If you''re proxying through apache or nginx then the easiest way is to >> get them to do gzipping. I don''t believe mongrel will do it for you >> out of the box. > > > You might also have a look at a search engine called "Google". Quite a > few people use it nowadays to find information quickly. For example, a > simple google search on "mongrel output compression" gave me this as > the first result, "mongrel compression" yields the same page as the > fourth result: > http://rubyforge.org/projects/mongrel-compres/ > If you''re in doubt, that was a little bit of sarcasm and a pretty > please to at least have a little search before posting these kinds of > questions. > > There was also a solution packed in a rails plugin a while ago. Don''t > know if it still works, and it''s certainly not as good a solution as > apache or nginx, but you could try the better output compression > plugin (http://agilewebdevelopment.com/plugins/ > better_output_compression). The big question however is if it will > actually improve performance or slow it down. > > Best regards > > Peter De Berdt-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---