Zen Cart Logo
Forums / General Questions / Store performs fast in all browser except ie

Store performs fast in all browser except ie

Locked

Views: 1,422

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
23 Mar 2009, 3:47 AM
#1
czetsuya avatar

czetsuya

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Store performs fast in all browser except ie

Hi,

I have a website which runs slow in IE but fast in all other browsers like firefox, safari etc...

Does anybody encountered the same issue before? Mind if you can share some tips on how can I optimize the site?

Note:
+new install zencart version 1.3.8a
+template is customized using theme114 from templatemonster

URL is: http://topamanila.com

Regards,
czetsuya

23 Mar 2009, 2:49 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Store performs fast in all browser except ie

Your images are all pretty huge which can slow things down ...

You do not have Gzip enabled and that can help speed things up ...

I did not see any additional slow down in IE 6.x ...

23 Mar 2009, 3:27 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Store performs fast in all browser except ie

Seems plenty fast here in IE7.

23 Mar 2009, 3:30 PM
#4
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Store performs fast in all browser except ie

Ajeh:

Your images are all pretty huge which can slow things down ...

You do not have Gzip enabled and that can help speed things up ...

I did not see any additional slow down in IE 6.x ...
So Ajeh, you are one of those that force us designers to still code for IE6?

23 Mar 2009, 4:01 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Store performs fast in all browser except ie

yellow1912:

So Ajeh, you are one of those that force us designers to still code for IE6?
I would say that it is users that drive this as IE6 is reported to still have approx 30% of the market

23 Mar 2009, 4:15 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Store performs fast in all browser except ie

A lot of the IE6 users are inside corporate environments where IE6 is necessary for proprietary program access.

23 Mar 2009, 4:31 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Store performs fast in all browser except ie

stevesh:

A lot of the IE6 users are inside corporate environments where IE6 is necessary for proprietary program access.
Bet they are not supposed to be surfing the net shopping!!!

23 Mar 2009, 5:30 PM
#8
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Store performs fast in all browser except ie

kobra:

Bet they are not supposed to be surfing the net shopping!!!

True, but if they want to surf my sites ... :laugh:

24 Mar 2009, 2:25 AM
#9
czetsuya avatar

czetsuya

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Re: Store performs fast in all browser except ie

Hi,

Thanks for all the reply. I've found the cause of the slowdown it's the css tag behavior: url(csshover.htc) which I used to enable the dropdown menu for IE6.

Now, I've temporarily removed it and it's running fast however I have no dropdown menu for IE6.

Any suggestion guys?

Regards,
czetsuya

24 Mar 2009, 11:34 AM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Store performs fast in all browser except ie

Now, I've temporarily removed it and it's running fast however I have no dropdown menu for IE6.

Any suggestion guys?
To assist in determining if this is a server issue or a browser issue go to the admin > config > logging > display parse times > set to true

Evaluate the server parse times between browsers and if they are similar it is wholly a browser issue

24 Mar 2009, 2:59 PM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Store performs fast in all browser except ie

yellow1912:

So Ajeh, you are one of those that force us designers to still code for IE6?

You betcha ... I like, if I have to use IE, IE 6.x vs IE 7.x or IE *.x ... I know just what keys to push when ... :lamo:

25 Mar 2009, 1:12 PM
#12
czetsuya avatar

czetsuya

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Re: Store performs fast in all browser except ie

Hi Kobra,

I've already enabled the "display parse times" key and as you'll notice it's almost the same parse time for IE and firefox and etc.

I found the culprit which is this tag in my css file:

.navHorizontal li { behavior: url("includes/csshover.htc"); }
.navVertical li { behavior: url("includes/csshover.htc"); }

Which is used to make the dropdown menu work in IE6. Is there a way to make this tag readable only by IE6? Or is there a workaround?

Regards,
czetsuya

25 Mar 2009, 1:24 PM
#13
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Store performs fast in all browser except ie

I found the culprit which is this tag in my css file:

.navHorizontal li { behavior: url("includes/csshover.htc"); }
.navVertical li { behavior: url("includes/csshover.htc"); }
Where did you find that this belongs in your css file?

I see now and it is a highly NOT recommended way to do this