(←Membuat halaman berisi '{{indoglobal}} mendukung protokol SPDY untuk mempercepat proses download situs web. SPDY otomatis aktif untuk semua pelanggan kami jika diakses melalui HTTPS oleh web ...') |
|||
Baris 22: | Baris 22: | ||
Untuk melakukan push, script perlu mengoutputkan header X-Associated-Content, misalnya sebagai berikut: | Untuk melakukan push, script perlu mengoutputkan header X-Associated-Content, misalnya sebagai berikut: | ||
− | <source lang=" | + | <source lang="text"> |
X-Associated-Content: "/script.js", "/style.css" | X-Associated-Content: "/script.js", "/style.css" | ||
+ | </source> | ||
+ | |||
+ | Contoh pada PHP: | ||
+ | |||
+ | <source lang="php"> | ||
+ | <?php | ||
+ | header('X-Associated-Content: "/script.js", "/style.css"'); | ||
+ | ?> | ||
+ | </source> | ||
+ | |||
+ | Contoh dengan menggunakan [[:Kategori:.htaccess|.htaccess]]: | ||
+ | |||
+ | <source lang="apache"> | ||
+ | Header add X-Associated-Content "\"/script.js\", \"/style.css\"" | ||
</source> | </source> | ||
[[Kategori:Web]] | [[Kategori:Web]] | ||
[[Kategori:Sertifikat SSL / TLS]] | [[Kategori:Sertifikat SSL / TLS]] | ||
+ | [[Kategori:.htaccess]] |
indoglobal.com mendukung protokol SPDY untuk mempercepat proses download situs web. SPDY otomatis aktif untuk semua pelanggan kami jika diakses melalui HTTPS oleh web browser yang mendukung SPDY.
Untuk mendeteksi apakah script diakses melalui SPDY, gunakan variabel SPDY_VERSION pada script anda. Contoh pada PHP:
<?php $spdy_version = getenv('SPDY_VERSION'); if ($spdy_version) { echo "This page was served via SPDY (version " . $spdy_version . ")."; } else { echo "This page was not served via SPDY."; } ?>
SPDY mendukung server push yang akan secara otomatis mengirim konten ke pengases tanpa diminta.
Untuk melakukan push, script perlu mengoutputkan header X-Associated-Content, misalnya sebagai berikut:
X-Associated-Content: "/script.js", "/style.css"
Contoh pada PHP:
<?php header('X-Associated-Content: "/script.js", "/style.css"'); ?>
Contoh dengan menggunakan .htaccess:
Header add X-Associated-Content "\"/script.js\", \"/style.css\""
Sosial
Facebook
Twitter
Google Plus
Temukan kami di Google+