I've always used a ramdisk for temporary files ever since the good old days of MS-DOS (my uncle had set TMP to reside on a Turbodisk drive) and it's really a bless to speed things up, unless you're low in physical RAM and want to save the maximum possible for standard user processes
I would advise against referring to the Arch wiki unless for quick tips about configuring specific programs. It's a common practice in Linux communties to address it as 'the official UNIX reference', whereas it's just an appendix of articles, often redundant and sometimes contradictory, outdated or mistaken, written by different users, with different competence, opinions, targets, and and different confidence with English language. There's not an official way about how to write a Arch wiki page and quality check in not that strict outside pages related to pacman, installation and Arch Linux in general. That wiki often doesn't teach users how to deal with their system, rather it often suggests a list of commands, script and conf files to blindly copy and paste, ad this results in all Linux users adopting the same configuration as the wiki author of interest, which isn't necessarily th best, the most secure, the most up to date and easiest one.
There are soo many official wikis available online for this or that specific programs, while for smaller utilities the are Github READMEs and docs. Besides those, FreeBSD provides the handbook, the wiki, pkg-messages and samples, and an awesome database of exhaustive man pages. In this particular case a quick look to
tmpfs(5) would have been more than enough, especially considering FreeBSD's tmpfs is different from Linux'