Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...
I am running a queued job that basically does this: exec('<long running script> &'); It c...
I am currently trying to improve the performance of my Laravel application. The average response tim...
If anybody is interested, I found a somewhat more elegant approach with named recourceful route para...
orrd said: Couldn't you add the "1>/dev/null 2>&1" stuff to your call to exec()...
astroanu said: If you think there's a hidden bug in your code that hinders the performance i sugges...
astroanu said: browsers make no more than 2 connections in parallel. so 2 images are being download...
For anyone bumping on this thread like me: Take a look at this post. Especially this part: public fu...
The Laravel portal for problem solving, knowledge sharing and community building.
The community