forzadraco

Member
Nov 14, 2012
7
0
1
cPanel Access Level
Root Administrator
2013-03-04 16:56:28 START CREATE DB
2013-03-04 16:57:00 START ADDUSERDB
2013-03-04 16:57:39 FINISH DBWIZARD

hello guys ,, i need your help ,,

im using cpanel whm API to create database ,,

for example :
...
$xmlapi = new xmlapi($db_host);
...
$createdb = $xmlapi -> api1_query($cpuser, "Mysql", "adddb", array($databasename));
...
$usr = $xmlapi -> api1_query($cpuser, "Mysql", "adduser", array($databaseuser, $databasepass));


but why its running very slow ,, average is more than 30seconds each ,,
 

peterk92

Member
Nov 14, 2005
9
0
151
Are you sure it is not the actual server that is running slow? I use the api1_query regularly and haven't experienced any problems with it on my server.