# Improving loading time of own package

**URL:** https://discourse.julialang.org/t/improving-loading-time-of-own-package/85778
**Category:** General Usage
**Created:** [August 15, 2022, 2:08pm UTC](https://discourse.julialang.org/t/improving-loading-time-of-own-package/85778 "2022-08-15T14:08:39Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [August 15, 2022, 2:12pm UTC](https://discourse.julialang.org/t/improving-loading-time-of-own-package/85778/2 "2022-08-15T14:12:27Z")

</div>

Step 1 is profiling. In Julia 1.8, you can run `@time_imports using InteractiveIsing` which will tell you how much of the time comes from packages you are loading vs your code.

---

_[View the full topic](https://discourse.julialang.org/t/improving-loading-time-of-own-package/85778)._
