Hello guys, some time ago I read that 90% of the time, the CPU waits for an I / O HDD, but django recommends using static files on another server, but if you include the styles and JavaScript in the <style> and <script> and RAM charge, the charge will be faster, because charge templates in RAM, using this configuration in production.py:
# This line load templates on the RAM Memory
TEMPLATES[0]['OPTIONS'].update({"loaders": loaders})
TEMPLATES[0].update({"APP_DIRS": False})
But i try some, it is ok, but my question is, Is posible open css from static?
Please see the pictures for more information