I think how you design your code and what software architecture you use has a larger impact on your performance than the underlying language. In my opinion programmers and software architects make software fast or slow. Ruby and PHP are both interpreted languages which can make code slower than compiled code because a compiler does certain optimizations. But for both PHP and Ruby there exist bytcode caches and compilers.
Answer from Martin Fahl on Stack OverflowBenchmarks Game
benchmarksgame-team.pages.debian.net › benchmarksgame › fastest › ruby-php.html
Ruby vs PHP - Which programs are fastest? (Benchmarks Game)
Ruby PHP - Which programs have fastest performance?
Programming Language Benchmarks
programming-language-benchmarks.vercel.app › ruby-vs-php
Ruby VS Php benchmarks, Which programming language or compiler is faster
benchmarks,benchmark,performance,binarytrees,coro-prime-sieve,fasta,helloworld,json-serde,lru,merkletrees,nbody,nsieve,pidigits,spectral-norm,Ruby,Ruby lang,Php,Php lang
Is ruby Slower than Php in performance benchmarking - Stack Overflow
I am hearing by lots of programmer that Ruby lacks in performance with comparison to php. So i try to find out the real picture behind that i saw this post Why do people say that Ruby is slow? . ... More on stackoverflow.com
Why should I use Ruby over PHP for web development?
Really, the best web technology isn't a given thing, it's what lets you be productive and enjoy development. Ruby is that for me, It is nice and readable while still being concise, and it has powerful meta-programming. I think it is a very developer friendly language. If that sounds interesting I'd give it a try. More on reddit.com
Ruby or PHP Worth Learning? : r/cscareerquestions
Ruby vs PHP performance - Ruby is slow? No way.
I think it's well realized at this point that PHP is the slowest scripting language of prominence. Ruby ranks just behind Python on generic benchmark websites. But the bottom line is: Who cares? More on reddit.com
Videos
07:06
【エンジニア未経験】RubyとPHP 実際どれくらい違...
- YouTube
15:30
【RubyとPHP】人気プログラミング言語を徹底比較...
10:44
PHP vs NodeJS vs Python vs Ruby: What Do The Statistics Say? - YouTube
Ruby on Rails vs PHP - Jars
16:14
Ruby vs Node.js Performance Benchmark (Latency - Throughput - ...
Comentum
comentum.com › ruby-on-rails-vs-php-comparison.html
Ruby on Rails vs PHP Performance Comparison
Comparison of Ruby on Rails vs PHP, performance and speed, scalability, ease of maintenance, cost, support, frequency of update patches and bug fixes, time to deploy, etc.
Sloboda Studio
sloboda-studio.com › homepage › ruby vs php: the big battle
Ruby vs PHP: The Big Battle - Sloboda Studio
November 29, 2024 - According to Builtwith, a tool that shares which technologies a website is using, there are more than 42 million websites that include PHP as their programming language, whereas the number of websites built with Ruby is much lower, around 14,644.
Programming Language Benchmarks
programming-language-benchmarks.vercel.app › php-vs-ruby
Php VS Ruby benchmarks, Which programming language or compiler is faster
benchmarks,benchmark,performance,binarytrees,helloworld,merkletrees,Php,Php lang,Ruby,Ruby lang
Monocubed
monocubed.com › blog › ruby-on-rails-vs-php
Ruby on Rails vs PHP: Which One is Best to Consider in 2026?
1 month ago - Compatible: Rails is extremely flexible and functions well with most of the modern frameworks and technologies namely, Ember, AngularJS, and React Native. Such advantages of Ruby help its developers in separating layers of an application and using manifold technologies while developing web apps. PHP is a scripting language that is best suited for web app development.
GitHub
github.com › famzah › langs-performance
GitHub - famzah/langs-performance: C++ vs. Python vs. Perl vs. PHP vs. Java vs. NodeJS vs. Go vs. Ruby vs. Rust vs. Swift vs. D performance benchmark
C++ vs. Python vs. Perl vs. PHP vs. Java vs. NodeJS vs. Go vs. Ruby vs. Rust vs. Swift vs. D performance benchmark - famzah/langs-performance
Starred by 129 users
Forked by 33 users
Languages Perl 29.0% | Shell 18.4% | C++ 13.8% | Java 9.8% | C# 6.3% | Rust 4.6% | Perl 29.0% | Shell 18.4% | C++ 13.8% | Java 9.8% | C# 6.3% | Rust 4.6%
Showmax
showmax.engineering › articles › ruby-vs.-php----which-one-wins
Ruby vs. PHP - which one wins?
October 5, 2021 - Building the world-class engineering team
Medium
medium.com › railwaymen › rails-vs-php-which-one-is-right-for-your-project-573f64924eaa
Ruby vs. PHP — Which One Is Right for Your Project? | by Railwaymen | Railwaymen | Medium
December 4, 2019 - PHP (Hypertext Processor), gained popularity surprisingly quickly, becoming the most preferable way for web development for a long time. It was made as a scripting language with general-purpose being flexible, fast and pragmatic. Ruby on the other side was made with more general-purpose focusing on simplicity, productivity, and elegance.