I have several long documents (500-1000+ pages), where the pre-amble is itself rather lengthy (say, 15-25 packages being loaded, with multiple option tweaks, lots of custom functions, etc, etc). When compiling (I normally use MikTeX, but observe the same with TeXlive), a fair chunk of time comes from reading in the pre-amble, before getting to contents of the document itself.
In browsing around it seems there are methods for pre-compling the preamble (e.g., Ultrafast PDFLaTeX with precompiling), but everything I've found applies to PDFTex or LuaTex, but I haven't found anything that might work with my normal build sequence: .tex -> .dvi -> .ps -> .pdf.
Perhaps it isn't possible, but it would be a major time saver if I could pre-compile the preamble for these big docs, since the preamble isn't changing (typically) between compiles.
Any options?