Página 1 de 1

Avaliem minha loja

Enviado: 09 Jul 2012, 11:06
por isleno
https://loja.genesiseries.com

O que acharam?
Abraços!

Re: Avaliem minha loja

Enviado: 09 Jul 2012, 13:04
por unknown1140
A loja ta bem legal, bonita e visualmente leve, como deve ser! Não sei se vc já terminou o desenvolvimento, mas em todo produto que clico sou mandado para a página inicial. Isso é proposital, certo? Não seria bom colocar um pequeno aviso para deixar claro que a loja ainda não está funcionando?
Outra coisa, acho q eu sempre falo e o pessoal aqui do fórum já deve estar sem paciência de tanto ler isso, é o tamanho da página. Atualmente ela está com quase 2MB. Numa conexão de 100Kb/s demora cerca de 20 segundos para o seu site carregar completamente, fora o tempo de resposta, DNS lookup e etc... Mais da metade do tamanho da página é só aquele fundo do topo (1.2MB). A imagem está em png e apesar de ficar com uma qualidade excelente, é preferível usar o jpg pois o tamanho do arquivo vai diminuir drasticamente.
Otimize também os parâmetros que o Pagespeed e o YSlow recomendam, pois isto afeta até mesmo no seu ranking do google. Segue um link com um post excelente aqui do fórum: https://forum.opencartbrasil.com.br/ ... f=41&t=871

Re: Avaliem minha loja

Enviado: 10 Jul 2012, 19:13
por isleno
Valeu unknow!
A loja ta funcionando sim! e já terminei o desenvolvimento!
Obrigado! não tinha reparado neste erro, não foi proposital e acabei de corrigir aqui (mais ou menos)
Esse erro apareceu quando eu adicionei a url amigavel, acho que meu htacess não ta correto, tem como você me mandar o htacess correto que ele pede na hora de ativar as urls amigaveis? eu não tenho mais ele aqui, tirei a url amigavel e já ta indo normal.
Vou trocar aquele fundo do topo por gif, valeu pelo aviso
Vou procurar a otimização também

Re: Avaliem minha loja

Enviado: 11 Jul 2012, 09:25
por unknown1140
Este é o meu htacess completo, com compactação e cache já configurados:
Código: Selecionar todos
# 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]
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]

### 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

# Turn off ETags
FileETag None

<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
</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/javascript.*

  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_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType text/html "access plus 1 seconds"
  ExpiresByType image/x-icon "access plus 2592000 seconds"
  ExpiresByType image/gif "access plus 604800 seconds"
  ExpiresByType image/jpeg "access plus 604800 seconds"
  ExpiresByType image/png "access plus 604800 seconds"
  ExpiresByType text/css "access plus 2592000 seconds"
  ExpiresByType text/javascript "access plus 2592000 seconds"
  ExpiresByType application/javascript "access plus 2592000 seconds"
  ExpiresByType application/x-javascript "access plus 2592000 seconds"
</ifModule>

<ifModule mod_headers.c>
  <filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
    Header set Cache-Control "max-age=604800, public"
  </filesMatch>
  <filesMatch "\\.(css)$">
    Header set Cache-Control "max-age=2592000, public"
  </filesMatch>
  <filesMatch "\\.(js)$">
    Header set Cache-Control "max-age=2592000, private"
  </filesMatch>
  <filesMatch "\\.(xml|txt)$">
    Header set Cache-Control "max-age=2592000, public, must-revalidate"
  </filesMatch>
  <filesMatch "\\.(html|htm|php)$">
    Header set Cache-Control "max-age=1, private, must-revalidate"
  </filesMatch>
</ifModule>

<IfModule mod_headers.c>
BrowserMatch MSIE ie
Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
</IfModule>
Se vc passar o fundo para gif provavelmente a imagem vai ficar maior, pois a compactação do png é melhor q a do gif. Passe para jpg mesmo, se vc conseguir deixar a imagem com até 150kb já está ótimo :D

Re: Avaliem minha loja

Enviado: 11 Jul 2012, 13:56
por andersonnarciso
O Universal é realmente um template bonito, ficou bacana a lojinha.

Re: Avaliem minha loja

Enviado: 12 Jul 2012, 17:32
por maxmax
Boa tarde aos colegas

Ainda estou estudando o OP e gostando muito.

Parabens ao colega pelo site.

Não sei se os colegas conhecem, mas uma ferramenta muito legal para diminuir (bastante em certos casos) o tamanho de imagens em jpg é o http://www.jpegmini.com

Re: Avaliem minha loja

Enviado: 13 Jul 2012, 20:06
por isleno
Valeu pela dica e pelo htacess mano, será que alguem também tinha uma ideia: https://forum.opencartbrasil.com.br/ ... 130#p24130 ??