We should enable asset pipelining. This decreases the size of css and javascript assets. We need to create a folder called 'assets' and make it writable for this to work, then enable it in the configuration.
[ ] create assets folder and make it writable
[ ] make ownCloud use this assets folder
[ ] enable the config option 'asset-pipeline.enabled' => true, in config.php
From this ownCloud documentation page:
We should enable asset pipelining. This decreases the size of css and javascript assets. We need to create a folder called 'assets' and make it writable for this to work, then enable it in the configuration.
assets
folder and make it writableassets
folder'asset-pipeline.enabled' => true,
inconfig.php