Symfony CDN integration

Before you start

  • Before you take any steps please back up your files and database.
  • In the following we are going to integrate a CDN service using its CDN domain 12345.r.cdnsun.net. Please refer to Services/How-To for your CDN domain.
  • If you are going to integate a CDN service also on https:// pages then you must use CDN domain with SSL enabled.
  • If your website embeds custom fonts then please first enable CORS for them.
  • Before you take any steps please make sure that your CDN domain is ready-to-use here.

Create CDN Static service

Please refer to Creating a CDN Static service for more details.

Enable CDN in Symfony

Define CDN in config

Add the following to the Symfony's app/config/config.yml file.

Symfony 2.6

framework:
    templating:
        assets_base_urls:
            http: ['http://12345.r.cdnsun.net']

Symfony 2.7

framework:
    assets:
        base_urls: ['http://12345.r.cdnsun.net']

Use the asset helper in views

{{ asset('image.jpeg') }}

will output

http://12345.r.cdnsun.net/image.jpeg

Please refer here for more details.

Notes

  • View HTML source code of your web pages to verify that you are using CDN, you should see source attribute of your images, CSS, JavaScript, etc. beginning with your CDN domain.
  • Don't see your CDN domain in source code of your web pages? If your website is using any cache plug-in/mechanism then you might want to clear/flush its cache.
  • Having troubles with custom fonts? Please refer to Using custom fonts with CDN - setting CORS for more details.
  • Still having troubles? Check your CDN URLs in our CDN content check or please refer to Debugging a CDN service for more hints.

Contact Us

  _  __   __   __    _____   
 | |/ //  \ \\/ //  |__  //  
 | ' //    \ ` //     / //   
 | . \\     | ||     / //__  
 |_|\_\\    |_||    /_____|| 
 `-` --`    `-`'    `-----`