That's large.  On a full NFL and NCAA statistics based site with over 30 
controllers, 60 models, and full test code, each of my sites has approx. 
12k to 13k lines of code.

LoC is not the reason for slowness.  If the code is optimized, DRY, and 
programmed correctly, it won't matter how many LoC you have in your 
project.

Development mode usually has several things that slow things down, 
namely lack of caching.  Also, if your databases are not properly 
normalized or overly normalized, and not indexed properly, you could 
create a lot of slowness.

What is slow about your project?  What OS are you using?  Are you 
running virtual?  Do you have enough resources to support your 
environments?  What server env. are you running?

-- 
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.

Reply via email to