antars
02-29-2008, 03:56 AM
Hi to all!!
I have a problem with one client, when he try to acces to one web(we develop this), each css takes 15seconds to load and the same for some javascripts.
The problem is, it only happens in him computer and only with this web page. It works in the other computers into the same office.
Him system:
-Dell laptop with Windows Vista and Internet Explorer 7(IE7) and McAfee Internet Security
- ADSL data line, using router with DHCP on.
My tests:
- Stop McAfee and Vista firewall
- Stop Parental Control
- Turn IE7 to all defaul settings
- Add the site to friendly list sites(in IE7)
- Disable IE7 McAfee integration
- Add the server ip to the /etc/hosts file
- Test the download and upload speed --> ok
- Test other webs hosted in the same server --> (all work ok)
- Some system restarts
- The dns solves the web address correctly
- Install Firefox 2, and the problem with this web is the same.
- Start up the same web in other server --> it's more slow yet
The css size is about 4kb and takes 15 seconds to load.
The application runs under Apache2, tomcat 5.5 and liferay 3.4
And the html code to include the css: <LINK REL=STYLESHEET HREF="texto.css">
If you put in the browser: http://meb.site/texto.css (direct access to the css) it takes 15ms in load(good speed), but if you put in the html code:
<LINK REL=STYLESHEET HREF="http://meb.site/texto.css"> it's slow again
It's strange because only happen in this cumputer, but it's my client computer :( .
Any suggestion is good for me.
Thank you very much!!!
I have a problem with one client, when he try to acces to one web(we develop this), each css takes 15seconds to load and the same for some javascripts.
The problem is, it only happens in him computer and only with this web page. It works in the other computers into the same office.
Him system:
-Dell laptop with Windows Vista and Internet Explorer 7(IE7) and McAfee Internet Security
- ADSL data line, using router with DHCP on.
My tests:
- Stop McAfee and Vista firewall
- Stop Parental Control
- Turn IE7 to all defaul settings
- Add the site to friendly list sites(in IE7)
- Disable IE7 McAfee integration
- Add the server ip to the /etc/hosts file
- Test the download and upload speed --> ok
- Test other webs hosted in the same server --> (all work ok)
- Some system restarts
- The dns solves the web address correctly
- Install Firefox 2, and the problem with this web is the same.
- Start up the same web in other server --> it's more slow yet
The css size is about 4kb and takes 15 seconds to load.
The application runs under Apache2, tomcat 5.5 and liferay 3.4
And the html code to include the css: <LINK REL=STYLESHEET HREF="texto.css">
If you put in the browser: http://meb.site/texto.css (direct access to the css) it takes 15ms in load(good speed), but if you put in the html code:
<LINK REL=STYLESHEET HREF="http://meb.site/texto.css"> it's slow again
It's strange because only happen in this cumputer, but it's my client computer :( .
Any suggestion is good for me.
Thank you very much!!!