I installed 28.1 from source, and when I load emacs in daemon mode, it native-compiles everything under /emacs-28.1/lisp/. Is this normal behaviour? Shouldn't this only need to happen once?
The only config i have set is to move the eln-cache into my non-standard /.emacs.d/ location,
with (setq native-compile-target-directory (concat user-emacs-directory "eln-cache")).