c# - Boosting performance via memory capture? -


in wpf application, there heavy custom controls take time constructed, therefore affect user experience while visiting pages large number of objects ..

so, i've took @ ms powerpoint, saw temp files stored while user interact presentation, think pp team used files boost speed of pages construction.

the question is, possible take memory capture of specific instances , store captures files, re-populate memory app instances live again?

aren't heavy visual trees stored in memory? isn't there way retrieve memory rather dispose , re-build each control?

i've searched wpf performance tips, didn't clue approach.

any idea?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -