Jump to content

< solved > Images Not Visible In Internet Explore & Speed Issue !


Recommended Posts

Hello friends,

 

My name is Vilas. I am using prestashop on my site. V1.3.5 From last week suddenly I am facing slow speed issue and product images are not visible in IE browsers. I tried different PC, browsers but still issue is same. My hosting provide ipage tested everything and they are saying they not have any kind of issue from there end.

It will be great if you help in this matter. Also my site takes more time to load. Unable to sort out the issue. Please help.

 

Thanks

Link to comment
Share on other sites

I noticed your site is missing some key performance enhancers:

 

Enable compression: see your phpinfo - gzip compression enabled

 

browser caching: this is defined in your .htaccess and requires module mod_expires, you should see something like this in 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>

 

Please note your images are displaying here in Medellin.

Link to comment
Share on other sites

Hi Elpatron,

 

Thanks for paying attention. I have already pasted above code in my file. But still speed of website is slow. Also have you checked site in Internet explore? Because in that browsers only images are not visible. Except flash or jquery files.

 

Thanks

Vilas

Link to comment
Share on other sites

uhm....upgrade to the latest greatest (though as a rule I only run current -1) :)

 

I am in the process of building earlier releases of ps on my system for module development testing...but not there yet...I am new to PS and do not have experience yet with earlier releases.

 

You should, run not walk, and install firebug onto your firefox browser. You will find some interesting warnings about your site. https://addons.mozilla.org/en-US/firefox/addon/firebug/

Link to comment
Share on other sites

  • 2 months later...

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