---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com.tr/dev/games/doc/en/concepts/performance.md
  - https://yandex.com.tr/dev/games/doc/ru/concepts/performance.md
  - https://yandex.com.tr/dev/games/doc/tr/concepts/performance.md
  - https://yandex.com.tr/dev/games/doc/zh/concepts/performance.md
  - href: tr/concepts/performance.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/games/doc/tr/llms.txt

# DevTools'da Performance

<!-- source: tr/_includes/script-common.md -->
<!-- source: tr/_includes/script/index-js.md -->

<!-- endsource: tr/_includes/script/index-js.md -->

<!-- source: tr/_includes/script/requirements-js.md -->

<!-- endsource: tr/_includes/script/requirements-js.md -->

<!-- source: tr/_includes/script/image-modal-js.md -->

<!-- endsource: tr/_includes/script/image-modal-js.md -->
<!-- endsource: tr/_includes/script-common.md -->

Yandex Oyunlar platformu, DevTools'daki [Performance](https://developer.chrome.com/docs/devtools/performance/overview?hl=tr){.external} sekmesinde **Game Ready** ve **Time To Interactive** (TTI) [teknik metriklerini](https://yandex.com.tr/dev/games/doc/tr/concepts/metric.md#tech) izleme imkanı sunar. Metriklerin ne zaman tetiklendiğini, önlerinde hangi görevlerin gerçekleştirildiğini görebilir ve bu bilgilere dayanarak süreçleri optimize edebilir ve hızlandırabilirsiniz.

## İşaretler nasıl gönderilir {#send-marks}

- **Game Ready** işareti, [ysdk.features.LoadingAPI.ready()](https://yandex.com.tr/dev/games/doc/tr/sdk/sdk-game-events.md#gameready) metodu çağrıldığında tetiklenir.
- [Time To Interactive](https://developer.chrome.com/docs/lighthouse/performance/interactive?hl=tr){.external} işareti belirli koşullar altında otomatik olarak tetiklenir.

## İşaretler nasıl görüntülenir {#check-marks}

1. Oyunu uygun bir yöntemle başlatın.
2. DevTools'u açın:
    - Windows: **F12**, **Ctrl** + **Shift** + **I**
    - macOS: **Cmd** + **Opt** + **I**
3. **Performance** sekmesine gidin.
4. Sol üst köşede **Record and reload** ![](../_images/performance-devtools/reload.svg) düğmesine tıklayın ve profilin oluşturulmasını bekleyin. **Timings** satırında [Game Ready](*gr) ve [Time To Interactive](*tti) adlarıyla sarı işaretler görünecektir.

    {% cut "Oluşturulmuş profil örneği" %}

    ![](../_images/performance-devtools/profile-ready.webp)

    {% endcut %}

[*gr]: ![](../_images/performance-devtools/game-ready-mark.webp)

[*tti]: ![](../_images/performance-devtools/tti-mark.webp)