• Resolved tatts

    (@tatts)


    Hi

    Thank you for the good plugin.

    I tested mobil speed
    in
    https://developers.google.com/speed/pagespeed/insights/

    when Table press is active , the score is 35-38.

    When Table press is inactive , the score is 61-65.

    I set the following function php code to make the score higher.

    if ( ! function_exists( ‘my_tablepress_wp_search_integration’ ) ) :
    function my_tablepress_wp_search_integration(){
    return false;
    }
    add_filter(‘tablepress_wp_search_integration’, ‘my_tablepress_wp_search_integration’);
    endif;

    What should I do else for high score?

    Thanks

    Tatsuya

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I don’t really have other recommendations here. You might want to check the Pagespeed suggestions step by step.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘mobil speed is very slow’ is closed to new replies.