# Ritardo imprevisto durante la modifica del titolo di un argomento in un'installazione locale?

**URL:** https://meta.discourse.org/t/unexpected-editing-delay-when-changing-topic-title-on-a-local-install/171974
**Category:** Development
**Created:** [2 Dicembre 2020, 10:34am UTC](https://meta.discourse.org/t/unexpected-editing-delay-when-changing-topic-title-on-a-local-install/171974 "2020-12-02T10:34:39Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jieiku](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jieiku/32/201699_2.png) [@jieiku](https://meta.discourse.org/u/jieiku)
#### Post date: [4 Dicembre 2020, 9:21am UTC](https://meta.discourse.org/t/unexpected-editing-delay-when-changing-topic-title-on-a-local-install/171974/2 "2020-12-04T09:21:30Z")

</div>

In realtà penso di aver appena trovato la risposta a questo:

> [@Discourse Loading Time](https://meta.discourse.org/t/discourse-loading-time/89914/4?u=jieiku):
>
> Nature of the beast; we are a JavaScript application, so the app has to be delivered to the browser. It is a bit like if you were measuring smartphone app startup times, including the time spent to download and install the app from the app store as part of the “startup” time. What isn’t shown is that subsequent page loads are blindingly fast in Discourse because the app is loaded in the browser, and we only send API calls and json (the data necessary to render the page) down the wire.

La sua risposta era molto chiara da capire: poiché sto attualmente sviluppando, ho occasionalmente cancellato tutta la cache del mio browser, e probabilmente è questo che è successo in questo caso. Per la maggior parte degli utenti che visitano il sito, questo non dovrebbe essere un problema.

---

_[View the full topic](https://meta.discourse.org/t/unexpected-editing-delay-when-changing-topic-title-on-a-local-install/171974)._
