top of page

Microsoft Dynamics 365 Business Central Performance Tips

Updated: Aug 16, 2021


1. Introduction to Business Central performance. Start your learning about Business Central performance with these videos and visit aka.ms/bcperformance



2. Coding for performance, the highlights video. Watch this video and learn about data retrieval methods, minimizing server roundtrips, and dos/don'ts when coding for performance.


3. How to work with a performance problem. What do you do if users complain that "it is slow"? Read more about a common performance tuning methodology here: aka.ms/performance


4. Run things in the background. It is often desirable to offload work from the user session to happen in the background. See examples here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/performance/performance-application#run-things-in-the-background









12. Avoid Unnecessary Recalculation (Performance pattern). Avoid unnecessary recalculation is a pattern that developers can us to get a page to load faster. See examples here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/performance/performance-developer#pattern---avoid-unnecessary-recalculation


13. Do Less (Performance pattern). Do Less is a pattern that developers can use to get a page to load faster. See examples here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/performance/performance-developer#pattern---do-less


14. Offload the UI Thread (Performance pattern). Offload the UT Thread is a pattern that developers can use to get a page to load faster. See examples here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/performance/performance-developer#pattern---offloading-the-ui-thread



Do you need some help speeding up your Business Central environment but are not sure what to do next? Schedule a time for us to give you a call and help.



Tip


Follow Us!

Recent Articles

bottom of page