<p>Regarding vector performance testing, I'm not sure if vector simplification will improve things much as the type of data on close zoom (mostly lots of buildings) doesn't provide any room for simplification. But try tweaking it like this:</p>

<ol>
<li>
<code>L.Path.CLIP_PADDING = <number></code> — sets the padding around screen view for vectors (it's 0.5 — half of the screen — for modern browsers), you can try setting lower values to improve performance (less features to render).</li>
<li>
<code>L_PREFER_CANVAS = true</code> global switch before including Leaflet makes it prefer Canvas over SVG for rendering in modern browsers, it may increase performance in case of lots of features.</li>
</ol><p>Looking forward to see the testing results!</p>

            <p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
              —<br>
              Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-9519863'>view it on GitHub</a>.
            </p>
            <img src='https://github.com/notifications/beacon/J6T91GIPIyhU-8ti4GCGP98_UZTRAhtyIjAjorWDZ_nomfmyLkQVxXv4YMMC2rhF.gif' height='1' width='1'>