Jump to content

WHMCS Slow Load Pages. dbconnect.php


kalehosting

Recommended Posts

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

Link to comment
Share on other sites

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.

closed-modules.jpg

closed-modules-2.jpg

closed-modules-3.jpg

Link to comment
Share on other sites

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated