You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
From the above it looks like we are compiling coffee script modules (see the 90+% of Module._compile) each time we load. If that is true, is there a way to alleviate this (isn't that what the coffee cache is supposed to be doing)? Or am I just seeing smoke here. For the record this happens no matter what (multiple startups, --safe, etc.).
From the above it looks like we are compiling coffee script modules (see the 90+% of
Module._compile) each time we load. If that is true, is there a way to alleviate this (isn't that what the coffee cache is supposed to be doing)? Or am I just seeing smoke here. For the record this happens no matter what (multiple startups,--safe, etc.).