Skip to main content
Version: 8.3

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.

Regenerate static content in the following cases:

  • after installing or updating a package that contains file content, such as *.js source code files, *.css style files, or other UI-related resources
  • after deleting schemas or packages
  • after saving changes in the Object Designer that affect the client-side UI
  • after modifying client modules or page source code in the Client Module Designer that affect the client-side UI
  • after applying translations
  • after deploying an update if the expected UI changes are not reflected in the app and the latest static resources must be delivered to the browser
  • after deploying changes to an on-site environment where static content bundling is performed manually

This ensures that users receive the latest version of static resources and helps maintain optimal page loading performance.

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