Given the above, what can we do to make our site perform best? I would appreciate responses to any of the following:
- What shared hosting companies / plans do you recommend for small sites?
- Can we set up a recurring job to keep our site loaded in memory? For example, with Discount ASP I can set up a task to access the home page every 5 minutes. Is that good enough or do I need to hit several different pages? Do I need to create one page which then accesses several other pages in turn to keep multiple sections of code in memory? Do I need a page that instantiates a number of core CommerceBuilder objects to keep performance high?
- What other settings (besides the obvious debug="false") can / should I configure for improved performance?
- Other suggestions?