Jump to content

From PHP4 too PHP5 + long ping time


Michaeljm

Recommended Posts

Hi,

I have a problem. I need to use PHP5 on my server but everytime I turn it on (from php4) my CC3 store dosent work. Whats wrong here?

Do anyone know how to fix it?

Also I have an other problem. My ping time is very bad.

Alot of my costumers complain about long loading time. Its not my server but the code/scripts I think.

Do you know what the problem is? Is it possible to re-code the site to get a quicker ping/load?

Ping time test:

http://tools.pingdom.com/fpt/?url=www.hard...&save=false

Its about 3.2 sec before the site begin loading. That’s a long time.

Can you see why? And can anyone re-code the sites?

Thanks,

Link to comment
Share on other sites

I doubt your ping time is bad. A traceroute to lvps87-230-79-177.dedicated.hosteurope.de [87.230.79.177] doesn't show me anything seriously wrong.

But I do see that you have several mods installed: Related Products and SEO mod. You could ask your host if they offer any kind of page caching.

Link to comment
Share on other sites

If this is the error your getting "Deprecated: Function eregi() is deprecated in" try the following to get round it:

In your '/includes/ini.inc.php' file, try changing...

error_reporting(E_ALL ^ E_NOTICE);




to






error_reporting(E_ERROR);

Link to comment
Share on other sites

I doubt your ping time is bad. A traceroute to lvps87-230-79-177.dedicated.hosteurope.de [87.230.79.177] doesn't show me anything seriously wrong.

But I do see that you have several mods installed: Related Products and SEO mod. You could ask your host if they offer any kind of page caching.

I think 3 sek a long time before the site start load the content. I dont know what the site is doing in this time? I dont think its the server. Can any one see what the problem is?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...