LaneCommunityCollege / eugenecoderdojo

Website for the Eugene Region Coder Dojo
http://eugeneregioncoderdojo.org/
0 stars 0 forks source link

Deployment is really slow #13

Open jerrac opened 7 years ago

jerrac commented 7 years ago

For some reason, deployment is very slow. I'm not sure why. It is running rsync between two directories on the same filesystem from the same server.

Any thoughts on speeding it up?

krschmidt commented 7 years ago

This message comes up while deploying:

You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug

Related? http://stackoverflow.com/questions/31083195/disabling-xdebug-when-running-composer has thoughts

jerrac commented 7 years ago

As far as I know, that only relates to composer performance. It shouldn't effect anything else. Plus, the speed issues are on our end, not the travis ci container.

krschmidt commented 7 years ago

After very carefully watching a bunch of deployments tonight, the speed issues are, at least sometimes, on the travis end. See http://stackoverflow.com/questions/29567063/how-does-travis-ci-org-throttle-builds for some details on how throttling happens; I'm wondering if we can't verify some of the suggestions in that SO thread to verify we're making our build as tiny as possible.