Is it possible to save the DOM resulting from the parsing of HTML / CSS into a file and then read it back instead of re-parsing the HTML (similar to Java object serialization). Does it save any time or is it a wash?<br><br>
I know there is a dump render tree function but does it save everything you need so that you can re-render the HTML page w/o the original HTML / CSS files?<br><br><br>