Skip to main content
Version: 8.0

Static content bundling service

Level: beginner

The purpose of the static content bundling service is to reduce page loading time. Static content includes *.js and *.css files that are located in the Creatio file system and are required to display the Creatio UI in the browser. Learn more about features of static content: Packages file content basics.

Learn more about the ways to optimize the page loading time provided by Creatio: Static content bundling service.

Static content bundling service performs both minification and bundling. Most web apps are delivered with minified and bundled files. Since the Creatio configuration and static content can change during the life cycle, the service runs minification and bundling automatically when necessary. Learn more about the bundling service components: Architecture of static content bundling service.

Compatibility with Creatio products

The static content bundling service is compatible with all Creatio products of version 7.11 and later.

Installation options

You can use the static content bundling service both on-site and in the cloud.

Use Docker to deploy the bundling service on-site. Instructions: Deploy the static content bundling service.

If you use Creatio in the cloud, the static content bundling service is deployed out of the box.


See also

Packages file content basics

Static content bundling service