I have a Magento 2.3.0 with js and css merging enabled. My first issue is with the fact that the docs say that this option only works in developer mode. This does not make any sense as the optimization should be for production environments.
My next question is when are the files under pub/static/_cache supposed to be created. From what I figure it is when they are first requested, which is not very logical as these file might get rather big and require many resources to be created.