René Sinnbeck
René Sinnbeck
@pfaffenrodt Thanks? Sadly that is exactly what I tried. The above branch adds :cached to both php and web container. Sadly it apparently doesn't help. I will need to get...
@zendraxl Do you mean having 2 php containers (one with xdebug and one without)? I have never seen any examples of running xdebug completely by itself. And it should be...
@zendraxl thanks for the idea. Not quite sure how to implement it. I would assume the webserver would need to handle each php instance, and serve it on a different...
@zendrax Thanks. I will look into it :) @pfaffenrodt New version ready with cached. Sadly the laravel splash page is still 1 second to load.
@pfaffenrodt Thank you so much for testing. It's quite an old Mac (reinstalled today though), so that might have something to do with it. I am almost done with implementing...
@pfaffenrodt New version is up with your suggested changed. It dropped the loading time to around 200-300 ms! That is way better :) Be aware that after running `php artisan...
@iammikek You are very welcome to install the newest version and see if it runs fast for you as well :) Remember to run `served up` ``` composer require sinnbeck/laravel-served:dev-volume_cache
@zendrax Xdebug fix has been posted here https://github.com/sinnbeck/laravel-served/issues/27 if you want to have a look :)
Sadly I don't own a M1, so I cannot replicate the issue and thereby provide a fix. Feel free to send in a PR (or just explain how you got...
If you run the commands with -vvv you should get the actual underlying commands that docker is running. That might help in debugging.