Advantages/performance gains for templated pages using same events and services?
I've read this doc: http://docs.appery.io/documentation/b... and searched the forums but can't find the answer.
I have three separate pages all accessible from a footer nav bar that show the same data in a different way. (high level, preview and a detail view)
All three use the same events and services. HOWEVER on the detail view page I'll need to include an additional service to bring in related information. I did read that there was a bug with this and was to be fixed. (I think June 26th)
Are there any advantages (like the data query not having to be re-run, for every page load etc) to using one template for different views. Or is the only advantage that when a change is made to the source template that it propagates to all the pages?
Please confirm that adding additional services to a page created from a template has been resolved.