performance
Avoid expired cache with the Microsoft Graph JavaScript SDK
Here is a great pattern for the Microsoft Graph JavaScript SDK that will help you avoid your cached data expiring and improve your app's performance.
Avoid duplicate requests with the Microsoft Graph JavaScript SDK
Avoid duplicate requests and speed up your app with the Microsoft Graph JavaScript SDK.
Should you always optimize your Microsoft Graph queries?
Sometimes, you can improve your app's performance by not optimizing your Microsoft Graph queries. Here is why.
Cache data when using the Microsoft Graph JavaScript SDK
By caching data in your collaborative JavaScript apps connected to Microsoft 365 you can significantly improve their performance and user experience. Here's how to do it.
Convert multiple images to WebP in JavaScript
A while back I wrote about how you can convert multiple images to WebP using PowerShell. Here's how you can do the same using JavaScript.