• This plugin just works awesome! No other plugin can match and link related posts based on meta keywords. However, this plugin seems to be delaying a bit of loading time. ie: loss of few seconds when we click and the browser to start loading the url.

    Please do check if you can reduce the loss of loading time. Otherwise the plugin is awesome!!

    Also I felt that this plugin is not getting much attention, maybe cos of the name.

    http://wordpress.org/extend/plugins/seo-alrp/

Viewing 1 replies (of 1 total)
  • Hi!
    Please add following code on ‘seo-al.php’

    @ini_get( ‘pcre.backtrack_limit’, ‘1M’ );

    on top as:

    error_reporting(0);
    @ini_set(‘display_errors’, 0);
    @ini_get( ‘pcre.backtrack_limit’, ‘1M’ );
    /**
    * install seo-al plugin
    **/
    register_activation_hook(__file__,’pk_seo_al_admin_activation’);
    register_deactivation_hook(__file__,’pk_seo_al_admin_deactivation’);

    where 1M limit.. resource usage by this plugin.. try to increase up to 8M depending on hosting package,

    or,
    @ini_set( ‘pcre.backtrack_limit’, ‘1M’ );

    if you try this code whole website will be limited to ‘1M’ or try 8M as favouable:

    But the problem is when plugin is activated and site cannot access more than that and stops working.

    Does this help?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SEO Auto Links & Related Posts] Delays loading a bit. Huge diff in loading when plugin’ is closed to new replies.