---
title: Speed up Craft CMS Updates using Composer
date: 2020-08-19T14:39:00+01:00
author: John Henry Donovan
canonical_url: "https://johnhenry.ie/blog/2020/08/speed-up-craft-cms-updates-using-composer"
section: Blog
---
Browse by categoryAll PostsWeb DevelopmentDesignLifestyleMusic &amp; FilmTutorialsSpottedSpeakingReviewsFound FoodRecipesIreland

[](https://johnhenry.ie/blog)

# Speed Up Craft CMS Updates Using Composer

Posted on 19th August, 2020

This is super helpful when doing all your updates in Craft CMS in via composer. The composer plugin [prestissimo](https://github.com/hirak/prestissimo), downloads packages in parallel to speed up the installation process. To install use a global require.

```php
composer global require hirak/prestissimo
```

### Share this link via

###### Or copy link

Copy

[ Previous Post

Yellow Screen And How Mary Poppin…](https://johnhenry.ie/blog/2020/08/yellow-screen-and-how-mary-poppins-changed-film-making "Previous Post")

[Next Post

Add A Custom Header In Your Conso…](https://johnhenry.ie/blog/2020/08/add-a-custom-header-in-your-console-for-cloudflare-status "Next Post")
