Hi, 1)
those fonts are loaded for math (and only once as fonts are shared)
Don't understand what 'shared' fonts mean, but how can I prevent these math fonts from loading? Maybe elaborate the typescript? 2)
this takes 2.5 seconds on my machine
\starttext \usetypescript[palatino] \setupbodyfont[palatino] test\par \usetypescript[postscript] \setupbodyfont[postscript] test\par \usetypescript[cambria] \setupbodyfont[cambria] test\par \stoptext
Mine is 2.656sec, but actual time is > 5 sec (I had a lot of complaints about math issues like 'math virtual | unicode point U+1D6EB has no index 004B in vector tex-mi for font rtxmi' ) 3) Would it be reasonable to have ConTeXt as a service sitting in the memory and processing documents on demand? I believe that >2sec for processing a single page plain text document is ridiculous. Given modern computer power, I suppose it can be done instantly. (Or am I are mistaken?) Regards, Vyatcheslav