We are building an application that makes extensive use of css3 transformations. apparently, transform scale, rotate3d, and of course large images are all factors that cause a memory usage threshold to be reached once a critical number of html elements are on the page.
The goals is to maximize the number of elements that can be added, with minimal compromise in features of css3d transforms or image size/ quality.
I am looking for tools / techniques to monitor the memory usage in the browser on as detailed a level as is technologically available.
Currently working with google chrome.
bonus: any tips for efficiently working with images / css3 transformations / animations?