Results 1 to 1 of 1

Thread: Fix for Slow Performance

  1. #1
    Thread Starter
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts

    Fix for Slow Performance

    After several users reporting slow performance related with FXtender Pro I've done additional debugging and found the problem to be related with FXtender update checker cron job (jr_fx_update_check). It is strongly recommended that you disable the cron job: jr_fx_update_check, to avoid slow performance on your website. This check is not needed as after FXtender 1.3.0, update notifications are automatically displayed on the plugins page and updates can be applied automatically on the same page.

    The fix is very simple:

    1. edit the file fxtender-pro-jobroller.php
    2. search for this line of code:
    PHP Code:
    add_action('init''jr_fx_schedule_update_checks'99); 
    3. Delete it or comment it by prefixing the line with double slashes:
    PHP Code:
    //add_action('init', 'jr_fx_schedule_update_checks', 99); 
    To make sure the cron job is disabled, go to JobRoller > System Info and check that jr_fx_update_check is no longer listed.
    Checkout my products on the Marketplace.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Advanced Search Performance Improvments
    By primaltalk in forum ClassiPress General Discussion
    Replies: 11
    Last Post: December 25th, 2012, 10:08 AM
  2. Performance / caching
    By hroglasnik in forum ClassiPress General Discussion
    Replies: 2
    Last Post: May 23rd, 2012, 03:28 PM
  3. Jobroller: very slow and poor performance
    By westville in forum Report JobRoller Bugs
    Replies: 3
    Last Post: October 30th, 2011, 03:23 AM
  4. performance extremely slow
    By amelie in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: September 1st, 2011, 11:14 AM