> For the complete documentation index, see [llms.txt](https://docs.digma.ai/digma-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digma.ai/digma-developer-guide/digma-features/insights/session-in-view-query-detected.md).

# Session In View Query Detected

<figure><img src="/files/p8WZHEBuEYvudEP9eCxk" alt=""><figcaption></figcaption></figure>

### Description

Open Session in View is an anti-pattern in which the view rendering stage triggers DB calls because of lazy properties initialization. It is recommended to pass DTOs to the view and avoid hitting the DB.
