Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Hi @seoinfobeans,

    I think that’s doable, but what’s the reason for having 3 seconds? 2 seconds works well in all the cases I’ve seen, further increase to 3 seconds doesn’t produce any speed improvements.

    Thread Starter Gaurav Solanki

    (@seoinfobeans)

    Hi @aguidrevitch,

    In the past, I used to have Flying Script or Perfmatters to delay third party scripts. It works really good if I delay 3 seconds then I get really good improvements. I manually edited the code to make it 3 seconds just as plain HTML but would be great if I can have a filter to do it. I appreciate your help… Thanks!

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Is there any difference in speed between 2 seconds and “Delay until first interaction” ?

    Thread Starter Gaurav Solanki

    (@seoinfobeans)

    Hi @aguidrevitch,

    Yeah, I use a cookie plugin “Civic Cookie Control 8” and that creates problem when delay is set to 2 seconds. When I set it to “Delay until first interaction” then speed improves and there is no issue but I notice that my pages freeze a bit when set to “Delay until first interaction” so I just wanted to try out 3 seconds delay as I am sure that could be helpful at some instances. Thanks mate!

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    @seoinfobeans, can you please share your URL so I can see what type of problem “Civic Cookie Control 8” causes?

    WBR,
    Alex

    Thread Starter Gaurav Solanki

    (@seoinfobeans)

    Hi @aguidrevitch,

    Unfortunately, I cannot share the website URL as it’s my client site and I signed an NDA with them. I wish plugin has this feature as well. However, I use following snippet to delay from 2 seconds to 3 seconds. It is working. What’s your opinion on this? Is it safe?

    /*Replace function*/
    function rpnew( $str ) {
    	$str = str_ireplace( array( 'rdelay":1000' ), array( 'rdelay":3000' ), $str );
    	return $str;
    }
    ob_start( 'rpnew' );

    I appreciate your response and efforts.

    Thanks!

    Thread Starter Gaurav Solanki

    (@seoinfobeans)

    Hi @aguidrevitch,

    As the code works for me so I am marking this topic as closed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Way to increase delay from 2 second to second’ is closed to new replies.