Home Forums WordPress Plugins Hide My WP dubbed site loading

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22578
    khoeos
    Post count: 3

    I installed the Quick mode plugin, checked the options to make sure everything was in quick mode and I optimized the options.
    I have WP-Rocket installed and yet the site is very long to load, via P3 plugin performance profiler I have a loading length of 2 to 3 seconds only because of Hide My WP.
    The site is installed on a local server that is optimized for wordpress.

    #22580
    Suman M.
    Post count: 12480

    Hi, can you please generate debug report from HMWP start tab and post it here as private reply? Thanks!

    #22581
    khoeos
    Post count: 3

    After some modifications I managed to solve this problem, the site loads normally and apparently Hide My WP does not overload the site for the moment.
    I realized that I was still in PHP 6. But that brings me to another problem, the passage in PHP 7 has rendered obsolete the function create_function () I find myself 2 with 2 deprecated errors, I do not know if it affects the plugin but is there a way to solve it?


    The codes :

    if (version_compare( $wp_version, '4.7', '>=') && !$this->opt('api_disable') && trim($this->opt('api_base'),' /') && $this->opt('api_base') !='wp-json') {
        $this->top_replace_old[]=" rel='https://api.w.org/'";
        $this->top_replace_new[]=" ";
        add_filter('rest_url_prefix', create_function('', 'return "' . $this->opt('api_base') . '";'));
    }

    add_filter('the_generator', create_function('', 'return "";'));

    • This reply was modified 7 years, 1 month ago by khoeos.
    #22586
    Suman M.
    Post count: 12480

    Hi, good to know that it’s resolved. This deprecated alert will not affect the site’s functionality at all. However, we’ll take care of it in the upcoming versions.

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

You must be logged in to reply to this topic.