Ticket #104 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

ol_map_view loads slowly

Reported by: sgillies Assigned to: sgillies
Priority: minor Milestone: Mapping Preview
Component: OpenLayers Version: Beta
Keywords: map Cc: bdturner

Description

We're downloading a lot of OpenLayers? javascript files that are not used in ol_map_view. Some pruning could speed things up. At the minimum, we need to warn users.

Change History

09/12/06 11:48:47 changed by sgillies

  • status changed from new to assigned.
  • milestone changed from Geo Prime to Release 1.0: Initial Operational Capability.

Defer this. In the meanwhile, warn users.

09/12/06 14:04:54 changed by sgillies

  • status changed from assigned to closed.
  • resolution set to fixed.

Solution: drop an .htaccess file into the top of the openlayers lib directory containing

ExpiresDefault? "access plus 1 week"

and the javascript is cached in web browsers for up to a week.

02/21/07 15:51:30 changed by thomase

  • milestone changed from Release 1.0: Initial Operational Capability to Mapping Preview.