join group wa dwh mungkin ya sama kenalan bnyk teman disana.. jadi bisa saling sharing
Sekedar Clue aja..
Optimasi server yang biasa saya lakukan mencakup:
- Optimasi di PHP.ini baik ea-php ataupun alt-php diantaranya: disable fungsi yang berbahaya, set max execution time, memory limit, upload limit, dll
- Optimasi cache. Bisa pakai xVarnish, redis, atau menggunakan reverse proxy seperti engintron atau cp nginx. Atau bisa juga manual di /etc/apache2/conf.d/includes/pre_virtualhost_global.conf dengan menambahkan script untuk laverage browser caching sebagai berikut:
Coding tsb akan mencache semua konten statik di semua akun secara global sehingga akan meringankan beban server (tidak rekomended untuk web applikasi)Apache config:<IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # Video ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/mpeg "access plus 1 year" # CSS, JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Others ExpiresByType application/pdf "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule>
- Optimasi security rule. Saya biasa pakai CSF untuk batasi jumlah koneksi, batasi max failure login wordpress, dll
- Optimasi konfigurasi exim
Gak ada keterangan resmi dari google mas..buat SEO exp 1 bulan itu jelek mas.. apalagi sampai setahun.. saya biasa pakai 8 hari..