Hız Konusunda Tavsiylerim..
Tavsiye Edebileceğim Eklentiler :
1- scripts-gzip
2- gzippy
3- wp-optimize
.htaccess içeriği
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
php_value memory_limit 100M
php_value post_max_size 100M
php_value upload_max_filesize 999M
php_value max_execution_time 600
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
ExpiresActive On
ExpiresByType text/css "access plus 1 week"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
FileETag INode MTime Size
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule (.*).js$ $1.js.gz [L]
AddType “text/javascript” .js.gz
AddEncoding gzip .gz
ExpiresActive On
ExpiresDefault A1209600
ExpiresByType image/gif A2419200
ExpiresByType image/png A2419200
ExpiresByType image/jpeg A2419200
ExpiresByType image/x-icon A2419200
ExpiresByType application/x-javascript A2419200
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType text/css A2419200
ExpiresByType text/plain A1209600
ExpiresByType image/x-icon A2592000
ExpiresByType text/html A86400
Header append Vary Accept-Encoding
SetOutputFilter DEFLATE
Bunları Yapmadan önce gtmetrix.com sitesinden sitenizin hızına bakın anlattıklarımdan sonra tekrar bakın zaten farkı göreceksiniz...
Bunları Yaptıktan Sonra Sitenizi Aşağıdaki Adreslerden Pingleyiniz..
Hergün 2 defa pingleseniz yetecektir..
• http://www.allpodcasts.com/PingAll/Default.aspx
• http://pingomatic.com/
• http://ping.in/index.php
• http://www.twingly.com/ping2
• http://www.pingmyblog.com/
• http://www.pingfarm.com/index.php
• http://www.radoy.net/ping/
Tüm Bunları Yaptıktan Sonra En Geç 2 Gün içerisinde Siteniz Hızlı Bir Şekilde İndexlenmeye Başlayacak..
Tabiki Sitemapınızı Düzgünce Ayarlayıp Google'a Bildirdiyseniz..;)