-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Adobe Commerce Frontend
By :

In the first section of this chapter, I’ve already explained why minification and bundling are key factors in frontend optimization. AC has a lot to offer for CSS and JS in that area. In developer mode, it is possible to enable or disable the following:
This section is only visible, as mentioned, in developer mode and can be found under STORES | Configuration | ADVANCED | Developer:
Figure 14.6 – Developer configuration in the admin panel
We’ve already worked with this section when we enabled path hints; this is where it can be disabled or enabled for certain IPs.
Let me tell you what each section does and how it reflects code and changes on the frontend.
The options for CSS are quite simple:
Figure 14.7 – CSS developer settings...