TYPO3 CMS
If you’re using the open-source TYPO3 for your enterprise’s content management system, you care about performance. Touted as a flexible and scalable CMS for websites and mobile apps, combining TYPO3 with MaxCDN helps you further enhance the performance TYPO3 affords. This tutorial will show you how to use the TYPO3 CMS bootstrap package to integrate MaxCDN into your TYPO3 content management system.
This tutorial assumes you have already created a pull zone.
- Go to your Typo3 Login page and log in:
- In Admin Tools, select Extension manager. Then from the top dropdown menu, select Get Extensions.
- In the search field, enter Content Replacer, then press Enter. Once the search for the extension is done, click on the Import and Install icon next to the version 2.1.0.
- In your sidebar, select Template. Open the settings page of the template you’ve selected. Please note that the template has to be a root-level one.
- Add the following code in the setup field:
config.tx_ja_replacer { search { 1="typo3temp/ 2="fileadmin/ 3=”typo3conf/ } replace { 1="http://foo.bar.netdna-cdn.com/typo3temp/ 2="http://foo.bar.netdna-cdn.com/fileadmin/ 3="http://foo.bar.netdna-cdn.com/typo3conf/ } }
Please make sure to replace foo.bar.netdna-cdn.com with your actual CDN URL. Save the settings. - Flush your frontend cache once you make these changes.
To ensure you implemented MaxCDN correctly, you can view the source code of any page to confirm that the CDN domain is being used for static assets instead of your origin domain. You can also use tools like Pingdom, webpagetest that can give you more detailed reports on your CDN implementation status.
You are now serving static files through MaxCDN. If you have any questions, feel free to leave a comment below.
If you have any questions or experience any issues, please reach out to the Support Team, live chat and ticket support are available 24/7.