WP-Optimize
95Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...
A basic proxy that lets OpenStreetMap plugins load map tiles from your own server instead of OpenStreetMap servers.
Tiles Proxy for OpenStreetMap is a WordPress plugin that allows you to load map tiles from your own server instead of directly from OpenStreetMap. This can be useful for sites that want to manage their own tile storage and potentially improve performance by caching tiles locally.
The plugin is designed for use with other OpenStreetMap plugins, such as Leaflet Map and Geolocation. It requires PHP 8.0 and has a basic setup that includes filters for custom URLs and cache management options.
Best for: This plugin suits users who want to manage OpenStreetMap tiles on their own server.
What it does well
Where it falls short
Tiles Proxy for OpenStreetMap provides a straightforward solution for serving map tiles locally, but it may come with performance trade-offs and storage requirements.
Adrian Mörchen's own description of Tiles Proxy for OpenStreetMap, lightly tidied.
Tiles Proxy for OpenStreetMap provides a basic proxy, which allows other OpenStreetMap plugins to load map tiles from your server instead from OpenStreetMap servers.
Sponsor: sachsen.tours
Contribute: https://github.com/moewe-io/osm-tiles-proxy
Known to work with these plugins
Notes
Filters
You can use filters to get the URLs from the plugin:
$proxy_cached_url = apply_filters( 'osm_tiles_proxy_get_proxy_url', $proxy_cached_url );
$proxy_rest_api_url = apply_filters( 'osm_tiles_proxy_get_proxy_rest_url', $proxy_rest_api_url );
$leadlet_js_url = apply_filters( 'osm_tiles_proxy_get_leaflet_js_url', $leadlet_js_url );
$leadlet_css_url = apply_filters( 'osm_tiles_proxy_get_leaflet_css_url', $leadlet_css_url );
Constants
To disable cache invalidation when WP Rocket or WP Fastest Cache invalidate their cache, you can set the following constant in your wp-config.php
define( 'OSM_PROXY_DISABLE_CLEAR_CACHE', true );
Other plugins for making sites fast.
Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...
All-in-one unbeatable acceleration & PageSpeed improvement: caching, image/CSS/JS optimization...
Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...
Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Compress and optimize images, enable lazy load, serve WebP & AVIF, and speed up your site with a global im...
Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images i...