# New Julia versions, higher Pluto loading times

**URL:** https://discourse.julialang.org/t/new-julia-versions-higher-pluto-loading-times/135187
**Category:** General Usage
**Tags:** ttfx
**Created:** [January 21, 2026, 1:09pm UTC](https://discourse.julialang.org/t/new-julia-versions-higher-pluto-loading-times/135187 "2026-01-21T13:09:38Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 21, 2026, 7:26pm UTC](https://discourse.julialang.org/t/new-julia-versions-higher-pluto-loading-times/135187/8 "2026-01-21T19:26:21Z")

</div>

Yes, it is unfortunate to see that this tendency shows no sign to revert. On the contrary. Compile times on nightly jumped again.

```julia-auto
julia> VERSION
v"1.10.10"

julia> using GMT
Precompiling GMT finished.
  1 dependency successfully precompiled in 53 seconds. 80 already precompiled.

```

```julia-auto
julia> VERSION
v"1.12.4"

julia> using GMT
Precompiling GMT finished.
  1 dependency successfully precompiled in 71 seconds. 106 already precompiled.

```

```julia-auto
julia> VERSION
v"1.13.0-beta1"

julia> using GMT
[Info: Precompiling GMT [5752ebe1-31b9-557e-87aa-f909b540aa54]
Precompiling GMT finished.
  1 dependency successfully precompiled in 76 seconds. 105 already precompiled.

```

```julia-auto
julia> VERSION
v"1.14.0-DEV.1549"

julia> using GMT
[Info: Precompiling GMT [5752ebe1-31b9-557e-87aa-f909b540aa54]
Precompiling GMT finished.
  1 dependency successfully precompiled in 100 seconds. 105 already precompiled.

```

And when seeing the time it takes to run the tests, the situation is much worse (but that goes back to version 1.11).

 ![Captura de ecrã 2026-01-21 182621](https://global.discourse-cdn.com/julialang/original/3X/7/5/750508ec201e330e7b3ab142ebaa5f47e082bd22.jpeg)

---

_[View the full topic](https://discourse.julialang.org/t/new-julia-versions-higher-pluto-loading-times/135187)._
