Jump to content

Almost done, need feedback before releasing!


guillenqn

Recommended Posts

If possible try to get your browse cache setup...there are plenty of threads...not all (most) shared servers support it...it will really help as it's a bit sluggish. The site looks great now just make it go fast... :)

 

I'm still working on the design and with the enabled cache i have to clear it every 5 minutes.

Sorry for my english, I'm from Argentina.

Link to comment
Share on other sites

I'm still working on the design and with the enabled cache i have to clear it every 5 minutes.

Sorry for my english, I'm from Argentina.

 

Your English is much better than my Spanish, though I am a student. :)

 

I was referring to 'browser cache', and header expires. This is outside of your PrestaShop cache and requires changes to .htaccess that add how long a browser will cache things like images etc.

Link to comment
Share on other sites

Your English is much better than my Spanish, though I am a student. :)

 

I was referring to 'browser cache', and header expires. This is outside of your PrestaShop cache and requires changes to .htaccess that add how long a browser will cache things like images etc.

 

:blink:

 

I never tought of modifiyng htacces, could you tell me what do i need to change?

Link to comment
Share on other sites

This is an example, that we run. If you have firefox, then get add on firebug...then you can run performance tests...because a fast site, is sexy...suerte!

 

make sure to add this form your back office, i.e. generate .htaccess, this way you won't lose your changes if you re-generate your .htaccess.

 

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>

Edited by elpatron (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...