Tag Archives: CDN integrations

CDN for React, Next.js & Django: Integration Chooser
07 Sep 2026
React with Vite, self-hosted Next.js, and Django can all move static asset delivery to a content delivery network, but they do not expose those assets in the same way. A Vite application writes a static production build. A self-hosted Next.js application combines a running server with versioned framework assets. Django collects static files into a separate deployment directory while dynamic requests continue through WSGI or ASGI. This guide explains how to choose the correct CDNsun integration path for each model. [...]
CDN for Laravel, Symfony, Rails & CodeIgniter
31 Aug 2026
A content delivery network can deliver eligible static files closer to visitors and reduce repeated asset delivery from the origin. The configuration path depends on how a framework generates, builds, and deploys asset URLs. This guide compares CDN setup paths for Laravel, Symfony, Ruby on Rails, and CodeIgniter. It serves as a central chooser, with direct links to detailed, verified CDNsun tutorials for each framework. For other application and content platforms, see our companion guides to CDN for Discourse, Concrete CMS, [...]
CDN for CakePHP, Phalcon & Laminas
24 Aug 2026
A content delivery network can deliver eligible static files closer to visitors and reduce repeated asset delivery from the application origin. The implementation path depends on how each PHP framework generates URLs for stylesheets, JavaScript, images, and other public files. This guide compares CDN setup for CakePHP, Phalcon, and the Laminas Project. Laminas is the open-source successor to Zend Framework. Use this page as a chooser, then follow the matching CDNsun tutorial for the complete procedure. For four other application frameworks, [...]
CDN for Discourse, Concrete, Kirby, Perch & Kentico
17 Aug 2026
A content delivery network can place static website files closer to visitors while reducing repeated asset requests to the origin. The right integration method, however, depends on how each platform generates URLs and manages files. This guide compares practical CDN paths for Discourse, Concrete CMS, Kirby, Perch, and Xperience by Kentico. It serves as a central chooser and directs you to the detailed CDNsun integration tutorial for each platform. If your project uses a more widely deployed CMS or commerce platform, [...]