Make sure your database is indexed properly (benchmark and test, don't
randomly add indexes though). That can be one of the biggest initial
performance boosts.

On Aug 22, 4:04 am, bingo bob <[email protected]>
wrote:
> I'm doing two things as a priority then, Backups and Testing.
>
> Of the rest, what would be priority, all of em'?
> Is my git approach fine?
>
> - clear down log files
> - build in some sort of dynamic error alerting system to email when
> errors occur (a la hoptoad / exception_logger / make one)
> - clear down as much space as possible on your webhost (breathing space
> / housekeeping)
> - clear out as much unused code as possible from the app (make it easier
> to maintain)
> - comment the app code (yes, I know, should do this while going along)
> - make sure google analystics is working (so real hits can be tracked)
> - include at least some metadata making a stab at initial SEO
> - register the site with as many search engines manually as possible
> (e.g bing)
> - Performance tweaks : tweak all the active record finder methods and
> make sure they’re optimised, basically things like don’t find all
> records when you don’t need to.
> - Performance tweaks: optimise images in photoshop, i.e. reduce file
> sizes
> - Dump those generic error pages in /public (e.g. the 404, make
> something nicer, less generic rails)
> - git, my git workflow is simple so far, I do this on my mac “git add .”
> “git commit –a –m “some changes” “git push origin master”, then I ssh to
> my apps web directory on my host and do “git pull”, life is good. Should
> I just keep doing this when the app goes live, I’d like to as it works
> but I wonder if I should create some sort of v1.0 (is it called a branch
> or a tag or something), maybe I should just continue with my current
> workflow with a commit message like “THIS IS IT, V1.0” hehe.
> - Anything else I haven’t thought of that are real musts before
> going live!
>
> --
> Posted viahttp://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