BerqWP comes with four optimization modes, which are presets of optimization settings that allow users to achieve the perfect balance between optimization and stability for a website.

Difference In Each Mode
These modes only affect JavaScript and CSS files. Here’s a table to demonstrate how each mode loads JavaScript and CSS files.
| Standard | Smart | Blaze | Turbo | |
|---|---|---|---|---|
| CSS Loading Method | Browser default | Asynchronous | Asynchronous | Delayed |
| JavaScript Loading Method | Defer | Asynchronous | Delayed | Delayed |