chandra sekar
2013-Sep-20 11:49 UTC
How to increase the css and js file loading speed in rails 3
Hi All Right now i am working on rails 3 . Is there any possible way to increase the css and js file loading speed (with out asset). please help me Regards Chandrashekar -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/056d9d08-48a1-402a-a3cf-ef57adc611b4%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Eric Hayes
2013-Sep-20 15:28 UTC
Re: How to increase the css and js file loading speed in rails 3
Without the Asset Pipeline, the answer is to send less CSS or JS. With JS you could move as much as possible to the bottom of your HTML and include as few files as possible. On Friday, September 20, 2013 4:49:54 AM UTC-7, chandra sekar wrote:> > Hi All > > Right now i am working on rails 3 . Is there any possible way to increase > the css and js file loading speed (with out asset). please help me > > > > Regards > Chandrashekar >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1842098a-2364-4ec2-829e-46d3f242efed%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.