How Does Asset Manager Work in Nexter Blocks?

Key Takeaways

  • Nexter Blocks automatically applies optimizations to all assets loaded, enhancing page load times.
  • Smart Optimised method combines multiple CSS files into one after the first page load, reducing file requests.
  • Delay 3rd Party JS option improves initial page load time by loading JavaScript files on user interaction.
  • Defer CSS & JS option allows HTML content to load first, improving overall page responsiveness.
Table of Contents

Smart asset delivery is a technique that ensures that your website only loads the necessary CSS and JavaScript files required for a particular page, leading to faster page load times and a better user experience. With the increasing need for speed and efficiency, it is essential to optimize the delivery of these files to ensure fast load times and a better experience for your visitors. 

Let’s dive deeper into how this works.

When you use Nexter blocks, optimizations are automatically applied to all the assets loaded by Nexter Blocks.

Go to 

  • Nexter Extra Options Asset Delivery.

extra options asset delivery

Under the Asset Manager dropdown, you’ll find two methods –

Smart Optimised (Recommended): In this method, when you use multiple blocks, their individual CSS files will be loaded separately when you load the page for the first time, but from the second load onwards, all those CSS files will be combined in a single CSS file. 

For example, if you use 5 blocks on a page, then 5 CSS packets will be loaded. On the second load, these CSS packets are combined, further reduced, and minified into a single CSS file.

As for JS, only 1 JS file will be loaded dynamically for each page, regardless of how many blocks you use.

So you’ll have just 1 CSS and 1 JS file.

If you encounter any design issues, you can simply click on PURGE ALL ASSETS from our backend or resave the page after making changes. This method works great with simple caching mechanisms and will help you achieve the best possible scores on web vitals.

This optimization is recommended for most website users, and it is compatible with the most popular cache plugins like WP Rocket, WP Super Cache, W3 Total Cache etc.

On Demand Assets: This method is recommended if you are using CDN cache, where files can be pulled from multiple pull zones.

In this method, each block will load its own dedicated CSS and JS, and for each Template or Reusable block used on a page, it will have its own dedicated CSS and JS.

But if one block is used multiple times, it won’t load the related CSS and JS files multiple times. For example, if you use the Infobox block 3 times on a page, only one 1 CSS and JS file will be loaded for the Infobox block.

For even better optimization to boost your website’s speed and improve its overall web vitals metrics, you’ll find two more options.

Delay 3rd Party JS: This means that some 3rd party JavaScript files loading will be delayed, the files will load on user interaction like scrolling or moving the cursor.

This can help improve the loading speed of a webpage, as JavaScript files can often be quite large and take longer to load than other content on the page. This approach is used to improve the initial page load time thus reducing the amount of time the user has to wait before the page becomes interactive.

Defer CSS & JS: This means loading and execution of CSS and JavaScript files until after the HTML content of a web page has been loaded. This approach is used to improve the page load time by allowing the browser to render the HTML content first, without being blocked by CSS and JavaScript resources.

Once the HTML content has been loaded, the browser will load and execute the deferred CSS and JS files, which may include non-critical resources such as analytics scripts, ads, or social media widgets. By deferring these resources, the initial load time can be reduced, resulting in a faster and more responsive website. 

The Defer function applies to both Plus CSS and Plus-loaded JS files added by Nexter blocks to speed up your site further.

These options are specifically for the files loaded via Nexter Blocks. If your performance plugin has similar functionality, you can continue to use both as they can work seamlessly together.

The Delay option applies only to the following heavy JS files: 

  • Font Awesome PRO
  • Google Maps
  • Lottie files.

Note: If you face any issues, you can disable these two options to test.

If you have moved your site from one location to another like from local to production, or there is any permalink change in that process if there are any issues in frontend or backend design you can click on the REGENERATE ALL ASSETS button.

This will re-assign the assets for all the pages at one click.

extra options regenerate files

About the Author

Photo of Aditya Sharma CMO of NexterWP
CMO at POSIMYTH Innovations · NexterWP · 7 years experience

He has spent years in the WordPress ecosystem building, breaking, and optimizing sites until they actually perform. He works at the intersection of speed, growth, and usability, helping creators ship websites that load fast and convert. An active WordPress community contributor sharing through tools, tutorials, and direct collaboration. Tested practice, not theory.

WordpressThemesElementorn8nAIClaudeAutomationServer

Share your Thoughts

Get Instant Answers to all your questions about Nexter Blocks,
Extensions & Theme trained on 1000+ Docs and Videos

Still in Doubt? Let’s Assist You

Have Feedback or Questions?

Join our WordPress Community on Facebook!

Related Frequently Asked Questions

How does smart asset delivery improve website performance?

Smart asset delivery ensures that only the necessary CSS and JavaScript files are loaded for each page, which enhances loading speed and user experience. Initially, individual CSS files for blocks are loaded separately, but on subsequent loads, they are combined into a single CSS file. This method is particularly effective for achieving better scores on web vitals.

What is the difference between Smart Optimised and On Demand Assets in Nexter Blocks?

Smart Optimised combines CSS files after the first load, resulting in only one CSS and one JS file being loaded on subsequent visits. In contrast, On Demand Assets loads dedicated CSS and JS files for each block, which is beneficial for CDN cache setups. If a block is used multiple times, its resources are not duplicated, optimizing performance.

What should I do if I encounter design issues after changing assets?

If you face design issues, you can click on PURGE ALL ASSETS from the backend or resave the page to refresh the assets. This action helps resolve conflicts that may arise after making changes, ensuring that your site displays correctly.

When should I use the Delay 3rd Party JS option?

The Delay 3rd Party JS option is useful when you want to improve initial page load times by delaying the loading of large JavaScript files until user interaction occurs. This approach can significantly enhance user experience, especially for pages that rely on heavy scripts like Google Maps or Font Awesome PRO.

Are there any limitations to using On Demand Assets?

While On Demand Assets allows for dedicated CSS and JS files for each block, it may lead to increased load times if not managed properly, especially on pages with many blocks. It's essential to monitor performance metrics to ensure that the benefits of using this method outweigh any potential drawbacks.

What common mistakes do users make when setting up asset delivery?

Many users overlook the importance of the PURGE ALL ASSETS option after making changes, which can lead to design inconsistencies. Additionally, not testing the impact of the Delay and Defer options can result in slower load times or broken functionality on the site. Regularly checking performance metrics can help avoid these pitfalls.

Last reviewed: April 14, 2026

Related Docs