One thing you can do to help performance when you're using RenderPartial() or View() is to return the path to the view that way it doesn't have to search for it. When you provide only the file name it has to determine it's only a file name then search for the view in a list of folders.
Chad Moran
2009-05-15 16:51:58