tfsbuild - My build time exceeds 8 hours - what to do? -
i made changes build server post-build optimizations such optimizing png , jpeg images, minifying javascript , css, , deploying total project production environment.
for js optimization using uglifyjs on every javascript file in website root. png images using pngcrush, brute-force best optimization technique every image (this 1 taking longest time). jpeg optimization using imagemagick.
in general, want know this: how larger corporations avoid having long build/deployment times?
i can live 8 hours of build time, since server builds @ saturdays, , @ night. however, can imagine problem getting worse.
am doing wrong?
pngcrush without -brute alternative runs 15 times fast "pngcrush -brute" achieves same compression. -brute alternative squeezes images little fraction of percent more, if any.
tfsbuild build-server
No comments:
Post a Comment