aOS Brussels
December 5th 2016
Speed up your SharePoint Online Intranet to Mach 1
Rick Van Rousselt
@RickVanRousselt
aOS Brussels December 5th 2016
Rick Van Rousselt
Rivaro Consultancy
Currently focussed on Office 365 and
Azure
Email : rick.vanrousselt@outlook.com
rickvanrousselt
aOS Brussels December 5th 2016
Establish a base line
•Don’t trust your users
•Measurement is knowledge
•Don’t rush this part. (1st day of the
week/month/quarter/…)
aOS Brussels December 5th 2016
Application Insights
•Free (sort of)
•Capture custom events
•Web tests
•Metric alerts
•Integration into Git and Visual Studio Team
Services
aOS Brussels December 5th 2016
Redis Cache
• in-memory data structure store
• Stores key-value pairs
• Let’s you operate on the values. Ex: increment value
• No memory of app’s server consumed
• Backup’s possible
• Cache can be distributed over multiple instances
Cache can be distributed over multiple instances of web apps. Does not interfere with memory of server. Not cleared at deployment time.
Backup available.
Thinks about caching architecture. Don’t put everything in cache.