Welcome Guest, Not a member yet? Register   Sign In
New PHP Framework Benchmarks including CI4
#7

(01-08-2020, 10:26 PM)albertleao Wrote:
(01-08-2020, 02:51 PM)tgix Wrote: Interesting read, thanks for sharing.
Not sure I agree with their findings though. Currently porting a CI3 REST backend to CI4-rc3 (both on PHP 7.3) and I am very impressed with the speed boost CI4 gives me.

Thank you CI4 team!

You got any benchmarks?

I don't have a complete benchmark suite yet for the project so anecdotal:
Most notably is an "infinite scrolling grid" where most of the user interaction takes place. The frontend requests information from a >10M row database in 5 pages * 200 records as the user scrolls and filters in the list. The actual request goes down from 1.2 sec to 0.9 sec and according to Chrome waterfall, it is TTFB that shows the improvement.

Since CI3 -> CI4 is not an in-place upgrade but a major rewrite of my code many other things could affect this. For example I have defined the routes manually in CI4 where as I relied on auto-routing in CI3.
Reply


Messages In This Thread
RE: New PHP Framework Benchmarks including CI4 - by tgix - 01-09-2020, 12:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB