Background
ACC Accreditation Services provides digital tools to help medical facilities track performance data and pursue accreditation. These tools are accessed frequently by both internal review staff and external healthcare clients. Reliability and responsiveness are critical to ensuring a positive user experience.
Challenge
The tools were taking 25–40 seconds to load on average, regardless of service line. With no loading indicator present, users often assumed the tool was broken or unresponsive. This not only disrupted workflow but also impacted user trust and satisfaction.
Technical Solution
The development team discovered that each tool was executing redundant database queries for every load, severely impacting speed. Query memory was implemented to reduce this strain, and caching techniques were used to improve subsequent load times.