Hoi mijn website moet sneller maar"Serve static content from a cookieless domain" zorgt dat hij traag opent door de foto,s. Nu heb ik al een static sub domein aangemaakt en in wp-config-php geplaatst
maar er gebeurd niks vergeet ik iets? Wie kan mij in alle rust uitleggen hoe ik dit voor elkaar krijg.

<?php
/**
define ( "WP_CONTENT_URL", "http://static.koopopfashion.nl");
define ( "COOKIE_DOMAIN", "www.koopopfashion.nl");
define ( "WP_PLUGIN_URL", "http://static.koopopfashion.nl/plugins");
* The base configuration for WordPress
*