+;; something is broken, it keeps compiling like 30 packages every time emacs starts. Here are the first few:
+;; Compiling /usr/local/share/emacs/31.0.50/lisp/emacs-lisp/pcase.el.gz...
+;; uncompressing pcase.el.gz...
+;; uncompressing pcase.el.gz...done
+;; Compiling /usr/local/share/emacs/31.0.50/lisp/emacs-lisp/rx.el.gz...
+;; uncompressing rx.el.gz...
+;; uncompressing rx.el.gz...done
+;; Compiling /usr/local/share/emacs/31.0.50/lisp/info.el.gz...
+;; uncompressing info.el.gz...
+;; uncompressing info.el.gz...done
+;;
+;; troubleshooting. this is nil, but dies in init.el due to the function not being loaded yet it seems.
+;;(message "compile pcase: %s" (native--compile-async-skip-p "/usr/local/share/emacs/31.0.50/lisp/emacs-lisp/pcase.el.gz" nil nil))
+;; comp-native-version-dir: value is "31.0.50-f9033924"
+;;
+;; a file near the end of the list we can test on sometime:
+;;/usr/local/share/emacs/31.0.50/lisp/emacs-lisp/cl-lib.el.gz
+;;
+;; It did not help if I started with emacs -Q: then it just compiled
+;; into ~/.emacs.d/eln-cache. To keep that directory empty, I just
+;; removed it , touched it, then chmod 400 on it.
+;;
+;; i tested the 2 solutions here: https://emacs.stackexchange.com/questions/82010/why-is-emacs-recompiling-some-packages-on-every-startup, neither one worked.
+;;
+;;For now, its like 30 seconds of compilation that i'm going to ignore.