BP122: Optimize image resources
Whenever you are using images, dispose them when you no longer require them. Page.Appearing and Page.Disappearing events are good candidates to create and dispose resources on-demand just for the time they are needed.
When you use ImageSource.FromUri, cache the retrieved image using the UriImageSource.CachingEnabled property.