Hi,<br>
<br>
I'm currently trying to produce my map under 1 second.  A tough
goal, yes.  I've managed to speed it up from around 3s to 1.5s so
far.  I did this using various techniques, such as tileindexing,
splitting up data, thinning data.<br>
<br>
Using shp2img I can see drawing label cache takes the most time! Close
to a second.  Clearly there's some performance to be squeezed out
here. I thought I'd email for some advice.  Here's what most of my
labels look like:<br>
<br>
LABEL<br>
            TYPE TRUETYPE<br>
            FONT "arial"<br>
            FORCE true<br>
            SIZE 9<br>
            POSITION CR<br>
            MINDISTANCE 300<br>
            MAXSIZE 20<br>
            COLOR 0 0 0<br>
            OUTLINECOLOR 255 255 255<br>
            SHADOWCOLOR 255 255 255<br>
            SHADOWSIZE 2 2 <br>
            ANTIALIAS false<br>
            PARTIALS FALSE<br>
END<br>
<br>
I notice if I'm using a bold font, they take quite some time longer.  Any suggestions?<br>
<br>
Cheers,<br>
Xin<br>
<br>