kalehosting Posted July 23, 2014 Share Posted July 23, 2014 Hi, My site is too slow loading. Server loads and everyting and other sites is working fast. But my site is loading to slow. And I'm created a test script for find some information. My test file is here, And is in a folder from public_html/a-folder. PHP-CODE <?php ini_set('display_errors', 'on'); require("../dbconnect.php"); require("../includes/functions.php"); require("../includes/clientareafunctions.php"); ?> PHP-CODE AND I'm called that script via browser waiting " 2.33 Second " /http://postimg.org/image/hpnqhzfnp/ And All web pages working slowly with 2.33+ Seconds. When I'm comment that dbconnect.php line that page loading 100Ms this is fastest. But when I'm uncomment that line this is loading 2.33 seconds. Fast loading that style: PHP-CODE <?php ini_set('display_errors', 'on'); //require("../dbconnect.php"); require("../includes/functions.php"); require("../includes/clientareafunctions.php"); ?> PHP-CODE 0 Quote Link to comment Share on other sites More sharing options...
kalehosting Posted July 25, 2014 Author Share Posted July 25, 2014 Why not any response ? 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted July 25, 2014 Share Posted July 25, 2014 Disable some module you my have and see that help if do then contact the person who did that module. This happened to me couple time that module licence server was down. This why i bought source code 0 Quote Link to comment Share on other sites More sharing options...
bear Posted July 25, 2014 Share Posted July 25, 2014 other sites is working fast. But my site is loading to slow. Do the sites that are working/loading fast also call any database connections or pull data from databases? 0 Quote Link to comment Share on other sites More sharing options...
kalehosting Posted July 26, 2014 Author Share Posted July 26, 2014 Disable some module you my have and see that help if do then contact the person who did that module. This happened to me couple time that module licence server was down. This why i bought source code Please look attaches. I'm closed all modules but still not fastest. still 2.20 ~ 2.30 Do the sites that are working/loading fast also call any database connections or pull data from databases? Yes all other sites is php - mysql sites and this sites is really fast. No any problem in the server. But dbconnect.php is uncomment working slow. 0 Quote Link to comment Share on other sites More sharing options...
imaticon Posted July 28, 2014 Share Posted July 28, 2014 Hi, RC & LB Tools v2.4.1? Completely outdated, not compatible with newer WHMCS releases. What is your WHMCS version? Regards, Marco 0 Quote Link to comment Share on other sites More sharing options...
kalehosting Posted July 28, 2014 Author Share Posted July 28, 2014 I'm using 5.2.17 version. 0 Quote Link to comment Share on other sites More sharing options...
imaticon Posted July 28, 2014 Share Posted July 28, 2014 v2.4.1 is not compatible with whmcs 5.2.17 Deactivate the addon and delete the folder resellerclubmods_tools as well as all related hook files starting with resellerclubmods_* in /includes/hooks/ You can then later re-install the latest release v2.8.1 which is compatible for whmcs v5.2.17 Regards, Marco 0 Quote Link to comment Share on other sites More sharing options...
kalehosting Posted July 28, 2014 Author Share Posted July 28, 2014 I'm deactivated and deleted folder resellerclubmod_tools from /public_html/modules/addons and I'm finded a file from includes/hooks and when I'm removed that file page is speeds up. Too thanks to you. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.