X
X
X
X

Knowledge Base

Homepage Knowledge Base Wordpress Temel WordPress Optimizasyonu Nasıl...



Temel WordPress Optimizasyonu Nasıl Yapılır?

WordPress Site Hızlandırma videomuzda CSA Digital şirketine WordPress tabanlı web sitenizi taşıdıktan sonra yapmanız gereken optimizasyon ayarlarını anlattık.

WordPress Site Hızlandırma videomuzda;
- Database Autoload Sorgu Temizleme
- Litespeed Cache Ayarları
- wp-config.php Düzenleme
- .htaccess Temizleme
- Kod ile 301 Yönlendirmesi gibi konular anlatıldı.

Autoload Sorgu Temizleme: SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 200;

301 Yönlendirme (WWW'siz):

#301 https redirects to without WWW
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

301 Yönlendirme (WWW'li):

#301 https redirects to with WWW
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


WordPress Site Hızlandırma videomuzu beğenmeniz dileğiyle.

 

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(178 times viewed / 0 people found it helpful)



Call now to get more detailed information about our products and services.

Top