Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts: async, defer, Bezier curve #356

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cys27
Copy link
Contributor

@cys27 cys27 commented Apr 30, 2024

No description provided.

@cys27 cys27 changed the title Scripts: async, defer Scripts: async, defer, Bezier curve May 20, 2024

In modern websites, scripts are often "heavier" than HTML: their download size is larger, and processing time is also longer.
Modern websitelerinde, genellikle komut dosyaları (scripts), HTML kodlarından daha yoğunluktadır: onların indirme boyutu daha fazla ve işlem süreleri daha uzundur.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Çok bire bir çevirmeye çalışmışsınız.


When the browser loads HTML and comes across a `<script>...</script>` tag, it can't continue building DOM. It must execute the script right now. The same happens for external scripts `<script src="..."></script>`: the browser must wait until the script downloads, execute it, and only after process the rest of the page.
Tarayıcı HTML'i yüklediği sırada `<script>...</script>` kısmına denk geldiğinde, DOM'u oluşturmaya devam edemeyebilir. Tarayıcı böyle bir durumda script'i çalıştırmak zorundadır. Benzer durum `<script src="..."></script>` şeklinde dışarıdan aktarılan script'ler içinde geçerlidir: tarayıcı, script indirilene kadar bekleyecek, onu çalıştıracak ve sonrasında sayfanın geri kalanını işleyecektir.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Burada da aynı şeklide çok defa 'Tarayıcı' diyerek başlıyorsunuz. Halbuki bunları her defa yazmanıza gerek yok. Bire bir çeviri yaptığınızda okunması çok zor oluyor. Tekrar gözden geçirebilir misiniz.


But there are also essential differences between them:
Ama onların arasında temel farklılıklar var:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tekrar okuyup düzeltebilir misiniz?

Copy link
Contributor

@sahinyanlik sahinyanlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merhabalar bir kaç yorum yazdım bunlara göre tekrar düzenleyebilir misiniz?

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants