Let’s assume that hundreds of changes will be made on the theme, and that we aim to put minimal load on the server.
We can make most changes through extra.less, but after thousands of lines of code, could this cause performance issues due to the file becoming too large?
In this case, should we write such custom modification code in extra.less, or should we place each one in its own separate freeform CSS/LESS section?
I've given a simple code example, but it could be much more detailed. Which solution offers the best performance? Thank you.

or

We can make most changes through extra.less, but after thousands of lines of code, could this cause performance issues due to the file becoming too large?
In this case, should we write such custom modification code in extra.less, or should we place each one in its own separate freeform CSS/LESS section?
I've given a simple code example, but it could be much more detailed. Which solution offers the best performance? Thank you.

or

Last edited: