Hi,<br>
<br>
I'm currently trying to produce my map under 1 second.&nbsp; A tough
goal, yes.&nbsp; I've managed to speed it up from around 3s to 1.5s so
far.&nbsp; 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.&nbsp; Clearly there's some performance to be squeezed out
here. I thought I'd email for some advice.&nbsp; Here's what most of my
labels look like:<br>
<br>
LABEL<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE TRUETYPE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT &quot;arial&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FORCE true<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 9<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POSITION CR<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINDISTANCE 300<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MAXSIZE 20<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 255 255<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SHADOWCOLOR 255 255 255<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SHADOWSIZE 2 2 <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANTIALIAS false<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARTIALS FALSE<br>
END<br>
<br>
I notice if I'm using a bold font, they take quite some time longer.&nbsp; Any suggestions?<br>
<br>
Cheers,<br>
Xin<br>
<br>