Website Becoming Unresponsive After Backend Content ChangesThe client's legacy Sitefinity project suffered from severe performance issues causing the website to become unresponsive - and sometimes go completely out of order - whenever content editors made changes on the backend. The instability made the platform unreliable for both editors and end users.Fundamental Architectural Problem with .Net Website ConfigurationInvestigation revealed that the website had been built as a .Net Website rather than a Web Application, causing unnecessary recompilations every time content was served. This architectural mistake was a root cause of the performance degradation and required migration to resolve properly.Unoptimised Code, Unused Scripts, and ORM-Related IssuesThe codebase contained critical performance bottlenecks in key methods, unused scripts adding unnecessary overhead, and complex issues related to Open Access - the Sitefinity ORM - that were contributing to the overall instability and slowness of the platform.