Speed difference between Java and PHP for "beforeFind"?

Hi guys!

Just a quick question…

Will there be any noticeable difference for clients (Swift coded application) if I write a business logic for beforeFind in PHP vs Java?

Thanks,
Tobias

Hi Tobias,

PHP is interpreted, Java is compiled, which in theory means Java should be executing faster. The best way to find out is to try it benchmarking your business logic code.

Regards,
Mark