Hello
recently my host provider finished a re-install of the OS
Now a 5 second parse time on PHP functions has occured!
for example:
when I use a
include '' \ with http
include 'http://domain.com/file.txt'
this adds at least five seconds to parse in the browser PER each and every "include" used on the webpage.
when I use a
include '' \ with a server path
include '/home/y21115/public_html/word/file.txt'
script works great is fast, and speedy
After a support ticket to my host provider and a long 5 days wait // histeria
my host replied with try server IP and nameservers ....
include 'http://00.00.00.00/~y21115/file.txt'
the script works great is fast, and speedy.
So where Im having the issue is
'http://' or 'nameservers'
-
General server information:
Operating system Linux
Kernel version 2.4.21-4.ELsmp
Machine Type i686
Apache version 1.3.33 (Unix)
PHP version 4.3.11
cPanel Build 10.2.0-RELEASE 82
Theme cPanel X v2.5.0
My account was recently upgraded to a 'reseller'
the main account domain is on a shared IP
I have addon domains with seperate accounts, each and every account has this same issue with PHP.
additionally one account I have created in my reseller account has a SSL certificate and dedicated IP. This domain account also has this same issue.
five second wait is not alot being a lone page with one script, but some of my webpages contain numerous PHP includes and file_get per page. The load time is dreadful.
can anyone help debug this issue ????