i think Foster is right. webrick is bit slower. if you use Mongrel
then its become
more faster. you can make mongrel cluster to make it more faster. in
spite of making
the cluster if you think your app is still slow then you can use
performance
analysis tool like new relic. it will help you to see which part of
your coding
is taking the most of the time.

in my case i have found that eager loading makes the code bit faster
as
it always reduce the query moreover you can cache the static content
of you site even you can partially cache the content of page.

these small things will help you to make your site faster


On Jul 22, 9:05 pm, rilindo foster <rili...@gmail.com> wrote:
> Silly question: Are you using Webrick or Mongrel?
>
> When I prepped up a little rails dev app in Webrick, it was so slow I
> wanted to chuck it. Then I put in Mongrel and it speed things up by
> literally a 100+ percent.
>
> On Wed, Jul 22, 2009 at 10:41 AM, Alexey
>
>
>
> Petrushin<rails-mailing-l...@andreas-s.net> wrote:
>
> > Hello, i'm working on huge rails project and it's terribly slow in
> >developmentmode.
>
> > There are lots ofcodeand lots of AJAX requests, so it's very slow as
> > (i guess) it reloads all thecodeseveral times per one page.
>
> > I'm wondering, maybe there is a way to speed it up? Maybe it's possible
> > to reload it for example every 15 seconds? Or even better - every 15
> > seconds check for changed files and reload only if there is changes.
>
> > What do you think?
> > --
> > Posted viahttp://www.ruby-forum.com/.
>
> --
> Rilindo Foster
> AOL Instant Messenger: rilindo
> Google Talk: rili...@gmail.com
> Web Site:http://www.monzell.com
> Primary: rili...@me.com
> Secondary: rili...@gmail.com
> "Rich bachelors should be heavily taxed. It is not fair that some men
> should be happier than others. -- Oscar Wilde
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to