I have a page that does a lot of calculations...that for some reason takes 19 seconds to load when running in my development environment.
Looking at my logs I can see Rendering took .8 seconds and the DB took 2.38 seconds: Completed in 19.81708 (0 reqs/sec) | Rendering: 0.80910 (4%) | DB: 2.38379 (12%) | 200 OK [http://wldev.kuliksco.com/compounds] where is the rest of the time coming from? is this time when the cpu is chugging away doing calculations? I don't think it would be a bandwidth issue since I'm testing from the same router/subnet. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

