We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Help for increase perfomance

Hello! I have very big count url for site.. How i can increase this moment?

Thanks!

edited Jul '17

Currently no option for doing it, we plan in Phalcon 4 to optimize routing a bit to make it faster. You could try to cherry pick https://github.com/Jurigag/cphalcon/commit/aa03068341776a01b676f1c04c2c77702421d61d this change was for some time in 3.2.x(before release) if you use router groups and prefixes it will speed up your routing(it seperates routes into prefix groups), but it was reverted and we decided that we will include changes for routing in phalcon 4:

https://github.com/phalcon/cphalcon/issues/12827