EPL taking too much database resources, bring site down!

Easy Property Listings WordPress Real Estate Plugin Forums Basic Support EPL taking too much database resources, bring site down!

Viewing 5 posts - 1 through 5 (of 5 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #12586
    Kay69
    Spectator

    Dear Support,

    I had to deactivate EPL plugin cause it was exhausting my server so much the site goes down within minutes. I run a two language site (Arabic/English) for which I use WPML Multilingual CMS & Co. to translate it. It too was taking too much resources but not as much as EPL.

    I used a plugin profiler which scans pluginss for performance and speed. Here is EPL’s performance compared to others (infograph pictures included):

    Easy Property Listings – 4.6089 sec – 56.02%
    Epl Frontend Submissions – 0.0087 sec – 0.11%
    EPL – Listing Alerts – 0.0101 sec – 0.12%
    Favicon by RealFaviconGenerator – 0.0034 sec – 0.04%
    Gravity Forms No Captcha Recaptcha – 0.0030 sec – 0.04%
    Gravityforms Multilingual – 0.0153 sec – 0.19%
    Gravityformsuserregistration – 0.0035 sec – 0.04%
    Hello Dolly – 0.0007 sec – 0.01%
    Jetpack by WordPress.com – 0.2436 sec – 2.96%

    I should point that the case became worse when I activated W3 Total Cache software to speed up my site, so it might have a part in all this.

    Any advice?

    Thank you.

    • This topic was modified 8 years, 10 months ago by Kay69.
    Attachments:
    You must be logged in to view attached files.
    #12590
    Merv Barrett
    Keymaster

    The only slow page is loading the Dashboard > Plugins as the license checker looks for the latest version of the plugin. The profiler bundles all the statistics into a single metric which includes the loading of the Dashboard > Plugins page which has nil effect on the front end and overall site performance.

    We use the popular plugin called Easy Digital Downloads which manages licensing.

    If you perform a manual test and browse the site the results are very different when excluding the Dashboard > Plugins page.

    We have this plugin powering thousands of listings on a single site with near instant response times.

    RE W3 Total Cache. I’ve never had success in configuring this plugin and use WP-Cache as its much easier to configure and provides excellent speed improvements.

    #12594
    Kay69
    Spectator

    Hi Merv,

    Aha.. Noted.

    Thanks for the quick reply. This W3TC is a real pain in the neck, but it did speed up this site (as per Google’s page speed).

    Love your work.

    Regards.

    #12596
    Merv Barrett
    Keymaster

    We also write the plugin with WP_debug = true and generate no errors on any parts of the plugin. Some themes or custom code may be producing errors so be sure to check your error_log in the root of your WordPress folder. Or enable debugging and check your site for errors which cause slowdowns.

    If your site is live and you want to display the debug errors just for you, what you can do is:

    First, you’ll need to know your outgoing IP address. Google My IP to get your IP address.

    Then edit your wp-config.php (CAREFUL) by replacing:

    define(‘WP_DEBUG’, false);

    with

    if ($_SERVER[‘REMOTE_ADDR’] == ‘123.123.123.123’) {
    define(‘WP_DEBUG’, true);
    } else {
    define(‘WP_DEBUG’, false);
    }
    #12597
    Kay69
    Spectator

    Hi,

    Will give it a try.

    Thank you!

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.