I’m building a pretty large page for contacts, and it’s being a little sluggish (it’s taking about 5 seconds to save because there are 11 models). I have a couple of questions:
- Is it possible to have different pages defined and have the “Master” save defined in the page header, or would I need to do some JS to accomplish that?
- Is it recommended that I break up my “tabs” into separate page’s? I’ve got 2-3 subtabs on many, and I think it might be slowing things down by having so many models loaded simultaneously, and I also don’t want to run into the char limit.