Support the ongoing development of Laravel.io →
posted 10 years ago
Testing
Last updated 1 year ago.
0

Pretty much the same way you do anything else, benchmarking. And no, not a simple "hello world" output, that is a crap kind of test. You need to actually build a realistic site structure in different systems (and hopefully one in raw PHP for a baseline) and then benchmark each of them in optimized/production ready states. A lot of benchmarks simply leave everything as default for development, which means many optimizations that would occur on live systems aren't done and the results are therefore hindered.

Honestly though, benchmarking like this is kinda useless. Build something that works, and optimize as you see issues cropping up. If you can't optimize anymore or the optimizations become unviable to do, do what you'd do anyways and throw more resources at the problem.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

tisuchi tisuchi Joined 28 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.