Opened 17 years ago

Last modified 15 years ago

#1976 closed defect

Optimize lookup of EPSG projection codes — at Version 3

Reported by: dmorissette Owned by: dmorissette
Priority: high Milestone: 5.4 release
Component: WMS Server Version: unspecified
Severity: normal Keywords: projections
Cc: warmerdam, jmckenna

Description (last modified by dmorissette)

A few weeks ago I was doing some benchmarks with MapServer 4.10 on a mapfile
with about 10 layers in it and replacing the 10 "init=epsg:xxxx" defns with
native PROJ.4 definitions made the WMS GetCapabilities requests go from 3
hits/seconds to 12 hits/seconds (4 times faster!).

Since EPSG codes are used a lot by all OGC services, optimizing the EPSG lookup
(or caching them at a minimum) is something that would be very valuable for all
OGC service users.

Change History (3)

comment:1 by dmorissette, 17 years ago

Milestone: 5.0 release
Owner: changed from mapserverbugs to dmorissette
Let's see if we can address this in 5.0

comment:2 by dmorissette, 17 years ago

Summary: Optimize parsing of EPSG projecion codesOptimize lookup of EPSG projection codes

comment:3 by dmorissette, 17 years ago

Cc: warmerda added
Description: modified (diff)
Note: See TracTickets for help on using tickets.