• Caches

    Read more

    Page caching

    Render precalculated static html files, e.g. plugin wp super cache

    Browser caching

    headers like expires cache-controls. In .htaccess:

    <IfModule mod_headers.c>
    	Header set Cache-Control "public, max-age=31536000"
    </IfModule>

    CDN

    Servers scattered geographically

    Object caching

    using Redis

    Database optimization

    Transcient API

    OPCache

    Keep the compiled PHP code in memory.