tr-opencart

     
avatar Şuanki Zaman: 12-19-2024, 08:49 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Sellya Tema - Sunucu Yanıt Süresi Sorunu

Konuyu görüntüleyenler: 1 Misafir
 
Değerlendir:
  • 0 Oy - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
%
Cevapla  Gönder 
v  v
Yazar  proalet - Görüntüleme - Okunma  5661 - Yorum  6

proaletv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 6
Konular: 2
Katılma Tarihi: May 2013
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-11-2014 11:13 AM

Arkadaşlar Merhaba;

Opencartla bayadır haşırneşirim en son sellya temasını siteme kurdurttum
http://321cart.com/sellya/
çok hoş ve güzel bir tema baya kullanışlı fakat site çok geç açılımaya başladı. Mysql veritabanlarını onardım resimleri optimize ettim php flush kodunu da ekledim fakat hiçbiri sunucu yanıt süresini değiştirmedi. Yaptığım testlerde site 11 ile 15 saniye arasında açılıyor bunun 5,5 saniyesi sunucu yanıt süresi. Reseller Amerikada fakat diğer domainlerimde herhangi bir sorun yok host firmasını da aradım söyledim onlarda bizden kaynaklı değil dedi. Başka bir host da kurdum yine aynı. Değişen bir şey olmadı acaba farklı birşey mi var. Lütfen yardım edin delirecem artık. Google da site hızını benimsediği için ürün sayfalarım hep aşağı sıralarda düşüyor.

Test Sonucu
http://tools.pingdom.com/fpt/#!/erYLOI/proalet.com


Site:
proalet.com,
Sürüm: 1.5.5.1
Alıntı Yaparak Cevapla
Paylaş!
eskikafav
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 11
Konular: 1
Katılma Tarihi: Mar 2012
Rep Puanı: 0
Teşekkürler: 1
2 Mesajına, 5 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-11-2014 09:10 PM
merhabalar. bende premium bir template almıştım ve 1.5.5.1 sürümüne kurdum ve aynı sorunları yaşadım. templateyi 1.5.4.1 sürümüne kurdum ve şuan sorunsuz çalışmakta.

Birde sitenizi kontrol ettiğimde gzip şıkıştırma ve önbellekleme olmadığını gördüm. aşağıda yazadığım kodları htaccess.txt dosyanıza kopyalayın. sonra htacess.txt dosyasını .htaccess olarak kaydedip site ana dizinine atın.

<IfModule mod_headers.c>
<FilesMatch ".(ico|gif|jpg|jpeg|png|flv|pdf|swf|mov|mp3|wmv|ppt)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>

<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=1209600, must-revalidate"
</FilesMatch>

<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<IfModule mod_expires.c>
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Don't compress
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>
Alıntı Yaparak Cevapla
Paylaş!
proaletv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 6
Konular: 2
Katılma Tarihi: May 2013
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-14-2014 02:25 PM
(01-11-2014 09:10 PM)eskikafa Yazılan:  merhabalar. bende premium bir template almıştım ve 1.5.5.1 sürümüne kurdum ve aynı sorunları yaşadım. templateyi 1.5.4.1 sürümüne kurdum ve şuan sorunsuz çalışmakta.

Birde sitenizi kontrol ettiğimde gzip şıkıştırma ve önbellekleme olmadığını gördüm. aşağıda yazadığım kodları htaccess.txt dosyanıza kopyalayın. sonra htacess.txt dosyasını .htaccess olarak kaydedip site ana dizinine atın.

<IfModule mod_headers.c>
<FilesMatch ".(ico|gif|jpg|jpeg|png|flv|pdf|swf|mov|mp3|wmv|ppt)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>

<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=1209600, must-revalidate"
</FilesMatch>

<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<IfModule mod_expires.c>
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Don't compress
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>



Çok sağolun biraz etkisi oldu gibi fakat yine bekleme süresi sorununu aşamadım.
Gzip sıkıştırma olayını da opnecart panelinden yapıyorum ordan gözüküyor ama hız ölçüm sitelerinde gözükmüyor. Başka bir yolu varmı bunun

Sürümü değiştirsem temayı nasıl entegre edicem bunun bir yolu varmı yada sitede makalesi falan acaba biliyorsanız çok süper olur Smile
Alıntı Yaparak Cevapla
Paylaş!
eskikafav
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 11
Konular: 1
Katılma Tarihi: Mar 2012
Rep Puanı: 0
Teşekkürler: 1
2 Mesajına, 5 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-15-2014 02:43 AM
Keep-Alive aktif değil host firmanızla görüşün. ayrıca size verdiğim kodu uygulamamışsınız anlaşılan
Alıntı Yaparak Cevapla
Paylaş!
proaletv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 6
Konular: 2
Katılma Tarihi: May 2013
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-15-2014 03:53 PM
(01-15-2014 02:43 AM)eskikafa Yazılan:  Keep-Alive aktif değil host firmanızla görüşün. ayrıca size verdiğim kodu uygulamamışsınız anlaşılan

Dediğiniz gibi ekledim htaccess de yazan kodların hemen altıa. Keep alive i e açtırdım 9 saniyeye kadar düştü ama şu server yanıt süresi sorununa pek bir etki etmedi hala 5,5 saniyede tepki veriyor. Onu da firmayı değiştirdiğimde hallolur inş. yinede sağolun

Ht Acces deki kodlar varsa bi yanlışlık söyleyin

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



<IfModule mod_headers.c>
<FilesMatch ".(ico|gif|jpg|jpeg|png|flv|pdf|swf|mov|mp3|wmv|ppt)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>

<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=1209600, must-revalidate"
</FilesMatch>

<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<IfModule mod_expires.c>
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Don't compress
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>


### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Alıntı Yaparak Cevapla
Paylaş!
eskikafav
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 11
Konular: 1
Katılma Tarihi: Mar 2012
Rep Puanı: 0
Teşekkürler: 1
2 Mesajına, 5 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-15-2014 09:23 PM
keep alive aktif değil ekte gönderdim. ayrıca htacces dosyasını da ekte gönderdim.


(01-15-2014 03:53 PM)proalet Yazılan:  
(01-15-2014 02:43 AM)eskikafa Yazılan:  Keep-Alive aktif değil host firmanızla görüşün. ayrıca size verdiğim kodu uygulamamışsınız anlaşılan

Dediğiniz gibi ekledim htaccess de yazan kodların hemen altıa. Keep alive i e açtırdım 9 saniyeye kadar düştü ama şu server yanıt süresi sorununa pek bir etki etmedi hala 5,5 saniyede tepki veriyor. Onu da firmayı değiştirdiğimde hallolur inş. yinede sağolun

Ht Acces deki kodlar varsa bi yanlışlık söyleyin

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



<IfModule mod_headers.c>
<FilesMatch ".(ico|gif|jpg|jpeg|png|flv|pdf|swf|mov|mp3|wmv|ppt)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>

<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=1209600, must-revalidate"
</FilesMatch>

<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

<IfModule mod_expires.c>
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Don't compress
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>


### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none


Ekli Dosya(lar) Önizleme(ler)
Resmi Büyütmek İçin Tıklayın   
.txt .htaccess.txt Eklentiyi indir...
Boyut: 3.81 KB İndirme: 17
Telif Hakkı için Rapor Edin...
Alıntı Yaparak Cevapla
Paylaş!
proaletv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 6
Konular: 2
Katılma Tarihi: May 2013
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-16-2014 02:26 PM
Valla .htacccesi de değiştirdim host firması da keep alive i etkinleştirdiğini söylüyor yapacak birşey yok heralde şu anlık yardımlar için sağol 9 a kadar düştü zaten pingledim siteyi de şimdi ürünlerin arama sırası da yükseldi şimdilik idare eder hostingi değiştirdim mi de sorun kalmaz Smile
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Sellya Tema - Sunucu Yanıt Süresi Sorunu Konusunun Linki Direk Link
Sellya Tema - Sunucu Yanıt Süresi Sorunu Konusunun HTML Kodu HTML Link
Sellya Tema - Sunucu Yanıt Süresi Sorunu Konusu BBCode Linki BBCode Link
Sellya Tema - Sunucu Yanıt Süresi Sorunu Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  Sürüm 2.1.0.1 temada Cep telefonunda tek sıra görünme sorunu burakcan 0 711 01-12-2021 01:02 AM
Son Mesaj: burakcan
  Admin panelinde ürün ekleme alanı sorunu naziferzurum 7 2,533 02-26-2018 11:18 AM
Son Mesaj: naziferzurum
  [Tema] Full Backup Tema Kurulumu ozgurakgunx 1 1,989 01-11-2018 11:11 PM
Son Mesaj: Ozanbey
  [Mod] Opencart 2.3.0.2 sol menü sorunu engingag 2 3,061 02-19-2017 03:31 PM
Son Mesaj: engingag
  Default Tema Değişmiyor! debernus 0 2,354 12-19-2016 01:00 AM
Son Mesaj: debernus
  Giyim Sitemiz İcin Tema Arkadas 2 4,130 10-26-2016 02:31 PM
Son Mesaj: woowww
  ARKADASLAR ANA TEMA YU BUYULTMEM LAZIM NEREDEN YAPABILIRIM serkan0678 1 2,431 10-10-2016 02:13 PM
Son Mesaj: ibrahim_130
  Opencart 1.5.x Maven Responsive Tema V1 Kurulumu e-ticaretdersleri 0 3,110 09-04-2016 07:55 PM
Son Mesaj: e-ticaretdersleri
  Opencart 1.5.x Decao Responsive Tema V6 Kurulumu e-ticaretdersleri 2 3,521 08-30-2016 01:26 AM
Son Mesaj: e-ticaretdersleri
  Opencart 1.5.x Decao Responsive Tema V1 Kurulumu Anlatımı ( Quick İnstall ) e-ticaretdersleri 0 2,099 08-28-2016 09:15 PM
Son Mesaj: e-ticaretdersleri

Sellya Tema - Sunucu Yanıt Süresi Sorunu indir, Sellya Tema - Sunucu Yanıt Süresi Sorunu Videosu, Sellya Tema - Sunucu Yanıt Süresi Sorunu online izle, Sellya Tema - Sunucu Yanıt Süresi Sorunu Bedava indir, Sellya Tema - Sunucu Yanıt Süresi Sorunu Yükle, Sellya Tema - Sunucu Yanıt Süresi Sorunu Hakkında, Sellya Tema - Sunucu Yanıt Süresi Sorunu nedir, Sellya Tema - Sunucu Yanıt Süresi Sorunu Free indir, Sellya Tema - Sunucu Yanıt Süresi Sorunu oyunu, Sellya Tema - Sunucu Yanıt Süresi Sorunu download


Forum Atla: