> For the complete documentation index, see [llms.txt](https://www.jedjs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.jedjs.com/untitled-1/overall-application-structure-or-communication.md).

# Overall Application Structure (or Communication)

Often performance bottlenecks are caused by your system architecture instead of something specific to a single function or storage structure.

Often performance concerns are related to communications. Communications arguably could cover everything in your application as there is always some level of communication in every process. However, this section will deal with general communication concepts and other architectural concerns.
