Skip to main content


PHP-FPM Just In Time compiler benchmarks ON / OFF


!Friendica Admins Hello there,

(New publication attempt from another instance, sorry if you see double posts)

Is it an overlooked optimization setting because of its recent appearance in php-8 branch ? or is there a reason to have the global JIT compiler disable by default ?

I looked into closed github issues, without real clues 🤔

Anyway, adding a couple of lines enable the Just In Time compiler for better performance. Just saying 😉

diff -u /usr/local/etc/php/conf.d/opcache-recommended.ini.old /usr/local/etc/php/conf.d/opcache-recommended.ini
--- /usr/local/etc/php/conf.d/opcache-recommended.ini.old 2025-02-04 19:55:44.000000000 +0000
+++ /usr/local/etc/php/conf.d/opcache-recommended.ini 2025-02-06 06:49:21.263016902 +0000
@@ -4,3 +4,5 @@
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidte_freq=1
+opcache.jit_buffer_size=128M
+opcache.jit=tracing


Ⓜ3️⃣3️⃣ 🌌 reshared this.




Not your average baby shark: An aquarium welcomes a pup from an all-female tank


Yoko the swell shark was born in a habitat of all-female sharks who hadn't seen a male in years. The aquarium has two possible explanations — and hopes to get confirmation in the coming months.

#news #npr #publicradio #usa
posted by pod_feeder_v2


Ⓜ3️⃣3️⃣ 🌌 reshared this.

in reply to Georgiana Brummell

in reply to phle

@phle @m33 Yay! I love these little tests! I was able to read it all!