Giter Site home page Giter Site logo

Comments (4)

joehoyle avatar joehoyle commented on May 29, 2024

Time to get to run the command on the CLI via composer (aka the composer wrapper command start-up time): 0.7s

cd vendor/altis/local-server/docker; VOLUME=/Users/joe/altis/dev COMPOSE_PROJECT_NAME=dev docker-compose exec -e COLUMNS=178 -e LINES=48  -u nobody php  whoami
real	0m0.719s
user	0m0.345s
sys	0m0.218s

from altis-local-server.

joehoyle avatar joehoyle commented on May 29, 2024

Time to run the actual command:

time VOLUME=/Users/joe/altis/dev COMPOSE_PROJECT_NAME=dev docker-compose exec -e COLUMNS=178 -e LINES=48  -u nobody php  whoami
nobody

real	0m3.814s
user	0m0.577s
sys	0m0.194s

from altis-local-server.

joehoyle avatar joehoyle commented on May 29, 2024

Running directly via docker exec is a lot faster:

time docker exec -u nobody 286ccd809caa whoami
nobody

real	0m0.265s
user	0m0.043s
sys	0m0.022s

from altis-local-server.

joehoyle avatar joehoyle commented on May 29, 2024

It seems from docker/compose#4748 there is significant overhead to bootup docker-compose, see:

time docker-compose version
docker-compose version 1.24.1, build 4667896b
docker-py version: 3.7.3
CPython version: 3.6.8
OpenSSL version: OpenSSL 1.1.0j  20 Nov 2018

real	0m2.864s
user	0m0.450s
sys	0m0.168s

from altis-local-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.