S
S
SoloMidPlzD2016-03-18 02:05:38
ORM
SoloMidPlzD, 2016-03-18 02:05:38

Laravel in production and speed?

I would like to know how laravel looks in the real world with 100-300k views/day
and a large database.
Not very gluttonous, how does it feel?
And if you used several frameworks, then a small comparison

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrzej Wielski, 2016-03-18
@SoloMidPlzD

Operation / response / generation speed: laravel 5 vs lumen...?
Here's an example for you.
Use Laravel 5.2, PHP 7 with Opcache or Varnish and you won't have any problems.
Of course it all depends on your code. Stick to standards and best practices, cache everything you can. Reduce the number of queries to the database (for links, always use the with construct, for example).

S
Sergey, 2016-03-18
Protko @Fesor

100-300k views/day

put varnish on top and all is well.
You understand that there are sooooo many variables that affect performance, don't you?

A
Alexander N++, 2016-03-18
@sanchezzzhak

laravel4.2 service teaser network .. per
day up to 6 cartoons
2 servers (php) 3 under the database xs configs but the servers are not poor )
Basically, with a large number of requests, we run into the database and php processes
rack server.
With php, increase the number of frontend servers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question