Ignore:
Timestamp:
Aug 23, 2011, 8:38:09 PM (13 years ago)
Author:
rick
Message:
  • Caches are now fully-file based as memcached was not working well with large entries (like images).
  • OSM django proxy is way to slow, rewrite to use apache balanced proxy members.
  • Use HTTPD mod_cache to cache heavy image generation work.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/js/LayerBase.js

    r9544 r9549  
    5454     */
    5555    initialize: function(name, options) {
    56         var url = get_balanced_urls('http://', {{ settings.OSM_PROXY_CDN_DOMAINS|safe }}, '{{ settings.DJANGO_PREFIX }}/osm-proxy/${z}/${x},${y}.png');
     56        var url = get_balanced_urls('http://', {{ settings.OSM_PROXY_CDN_DOMAINS|safe }}, '{{ settings.OSM_PREFIX }}/${z}/${x}/${y}.png');
    5757        options = OpenLayers.Util.extend({ numZoomLevels: 19 }, options);
    5858        var newArguments = [name, url, options];
Note: See TracChangeset for help on using the changeset viewer.