Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter ugoclemente

    (@ugoclemente)

    Yes, sorry, I can’t understand what happened but everything is OK now.

    The Popup Builder plugin is working very well.

    Thank you very much for your answer.

    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Patrick @wpmudevsupport12,

    I sent the email and I received a reply.

    Thank you.

    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Nithin @wpmudevsupport11,

    I followed your advice but it still doesn’t work.

    I explain what I’ve done:

    Could we know the server resources of both staging and live site used? Are both the same?

    The above page would give memory_limit and max_execution_time, are these values the same for staging and Live when compared? Do you notice any improvements if you try to increase these resources? or the issue is still the same?

    I checked the phpinfo.php pages and I found this asset:

    Staging site:
    memory_limit = local value: 128M; master value: 300M
    max_execution_time = local value: 3000; master value: 600

    Live site:
    memory_limit = local value: 3000M; master value: 3000M
    max_execution_time = local value: 300; master value: 300

    I modified max_execution_time on the live site, editing the /etc/php/7.4/apache2/php.ini file and setting max_execution_time to 3000 (in the mysite/phpinfo.php page now max_execution_time local value is 3000; master value: 3000).

    Then I tested Hummingbird plugin again.

    It does perform Asset Optimization files check, but then it doesn’t activate Asset Optimization and it goes back to the “Activation” page.

    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Patrick @wpmudevsupport12

    So the issue is happening on the live site but not on staging using the same installation.

    Exactly. Same WordPress Version, same theme, same plugins, same Ubuntu Version, Same Apache version, same PHP version. The only things different are posts records in database and media files in the wp-content/uploads folder.

    On the public version of the site there are posts and pics from March 2018 to now. On the test version there are posts and images of one month: June 2018.

    This could be related to the number of access on the live site while staging the website we don’t have those site stress.

    Maybe. But if this is the reason, I don’t have any chance to setup Assets Optimization on my live site.

    Is it happening on the live site when only Hummingbird is enabled?

    Yes. I installed the www.remarpro.com community “Health Check & Troubleshooting” plugin and I enabled the Diagnostic mode to test the plugin compatibility.

    With all the other plugins disabled, Hummingbird plugin still have the same issues. If I try to activate Asset Optimization, it performs the files check but then it doesn’t activate this tool and it comes back to the Asset Optimization page with the blue button “Activate”.

    Any different report in Query Monitor?

    Query monitor panel reports a huge number of “Slow queries” coming from some plugins, such as the theme pagebuilder plugin (the theme is TagDiv Newspaper, the pagebuilder plugin is TagDiv Composer). Therefore, I noticed that the process “mysql” running on my server involves a massive CPU usage (from 150 to 400%!).

    I did a reboot of the server, I restarted apache but these problems are still there.

    I cannot understand what causes this issue. I hope you can help me to understand what’s happening.

    I even sent a support request to the producer of my theme. I hope they will help me as well. But, as I said before, Hummingbird Asset Optimization is not working even in the Diagnostic mode, with TagDiv Composer plugin disabled.

    Thank you very much

    • This reply was modified 3 years, 5 months ago by ugoclemente.
    • This reply was modified 3 years, 5 months ago by ugoclemente.
    • This reply was modified 3 years, 5 months ago by ugoclemente.
    • This reply was modified 3 years, 5 months ago by ugoclemente.
    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Patrick @wpmudevsupport12.

    In my test site I could setup Assets optimization properly, testing each file optimization step by step and the site sped up.

    But now I tried to do the same on my production site. I have the same plugins on that site, it’s the exaxt copy of the test version, but when I activate Assept optimization the site is very slow (30-40 seconds to load the homepage, in frontend as in backend, even if I’m not logged in as admin).

    Therefore I cannot save my setup in the Asset optimization admin page. Even if I click on “Clear cache” or “Publish changes”, It goes back to the default settings.

    Something is blocking the plugin functionality and I am trying to understand what’s going on, but I would like to avoid the site to crash, because this is the one that people visit every day.

    Even if I try to deactivate Assept optimization in the Setting panel, it keeps assept optimization enabled. The only way to shut down it is deactivating the plugin.

    I’d be glad for your help.

    • This reply was modified 3 years, 5 months ago by ugoclemente.
    • This reply was modified 3 years, 5 months ago by ugoclemente.
    Thread Starter ugoclemente

    (@ugoclemente)

    Hi @wpmudev-support8 Adam

    You can try enabling it back and after re-checking files, switching it to Manual mode and you’ll see a full list of CSS/JS files along with set of options (though don’t use “don’t load” one) for each file – to compress, combine and “inline, move to footer” for CSS or “move to footer, load after page is loaded” for JS. It might take some “experimenting” to set that up correctly but given some patience and “trial and error” it would let you optimize assets really well while keeping the site still fully operational without issues.

    Ok, I will check each file optimization to optimize assets. Thank you.

    It means that some code on site is using these functions incorrectly. Usually these are functions used by the theme but it may as well be other plugin. If you look into Query Monitor again, what does it say for thes errors in “Dependencies” and “Dependents” columns?

    Also, this is happening with Hummingbird and its Asset Optimization enabled or disabled?

    I found out the breaking point, following your advice and looking in the Query Monitor panel.

    In my child theme function.php file, I had two wp_enqueue_script functions outside the callback function called by the wp_enqueue_scripts hook. So I just cut and pasted the two functions inside the callback function and the error disappeared. Thank you.

    So if Page Cache in Hummingbird is not enabled at all or if it is enabled but gives a warning about advanced-cache.php file then do this, please:
    – make sure that Page Cache in disabled in Hummingbird
    – and that there for sure is no other caching plugin active
    – delete the “/wp-content/advanced-cache.php” file
    – then enable Page Cache in Hummingbird again; it will regenerate correct “advanced-cache.php” file in /wp-content

    I did it and everything works fine.

    I will test new HummingBird cache and assets optimization settings now.

    Thank you, have a nice day.

    • This reply was modified 3 years, 6 months ago by ugoclemente.
    Thread Starter ugoclemente

    (@ugoclemente)

    Now I see two PHP errors in Query Monitor panel. The text is the same:

    wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or queued before wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This warning was triggered by the jquery-cookie handle. Read Debugging in WordPress for more information. (This message was added in version 3.3.0.)

    In the field “Place of the event” it shows these two functions:

    wp-includes/functions.php:5313
    _wp_scripts_maybe_doing_it_wrong()
    wp_enqueue_script()

    Furthermore, I noticed that in my Site Health panel, in the “Drop in section”, there is “advanced-cache.php
    Plugin avanzato di memorizzazione nella cache.”.

    So I connected to my server and I found two advanced-cache.php files:

    # find . -name “advanced-cache.php”
    ./wp-content/advanced-cache.php
    ./wp-content/plugins/hummingbird-performance/core/advanced-cache.php

    Maybe is another caching plugin that can be in conflict with Hummingbird cache?

    Thank you.

    • This reply was modified 3 years, 6 months ago by ugoclemente.
    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Patrick, thank you for your answer.

    I use Tagdiv Newspaper 10.4. I noticed that If I disable the plugin TagDiv Composer, which manage the frontend page editor of the theme, the errors in the DevTools console disappear.

    Those don’t seem related to the Hummingbird, just in case, can you access the site using: domain/?avoid-minify=true

    I did it and the errors in console disappeared, so at the moment I have disabled the Asset Optimization in HummingBird and I don’t see errors any more.

    By disabling Asset Optimization I also solved another issue: file compression blocked the plugin Query Monitor when I visited the frontend of my website. With Asset Optimization disabled everything works fine, now. Maybe I should check the compression of css and js files one by one, to understand which ones I’d better keep uncompressed.

    Anyway, now I undestand that when I’m not logged in, the site is fast thanks to the cache, while when I’m logged in, the site is slow because I can see the non-cached homepage. It simply means that my site is slow, so I should setup Hummingbird in the right way to speed up my site.

    Query monitor doesn’t report any error related to Hummingbird, but I noticed that most of the queries come from the plugin TagDiv Composer (the frontend page editor of the theme): 421 queries in 498.

    Thank you very much.

    Thread Starter ugoclemente

    (@ugoclemente)

    Hi Adam, thank you for your reply.

    `Are you using any other optimization or caching plugins on site currently? Could you also check please what are

    – current version of PHP of the site
    – value of WP_MEMORY_LIMIT constant
    – and value of PHP memory_limit setting?`

    I’m not using any other ptimization neither caching plugin on my site.

    . current version of PHP: 7.4.18
    – value of WP_MAX_MEMORY_LIMIT constant: 256M
    – value of PHP memory_limit setting: 512M

    This can confirm some conflict but can you please specify what are those reported (missing) JS files?

    The missing JS files are:

    https://[mysite]/snippets/text.js
    https://[mysite]/mode-less.js

    Hummingbird doesn’t contain any features that are meant to block that. If you disable Hummingbird the same is happening? Is there any additional security plugin active on site such as e.g. our own Defender?

    Ok, thank you. I think I will ignore this problem for a while. I’d like to solve the problem of the slow page loading.

    `Actually, this is something that might also be an important clue: if you deactivate Hummingbird plugin then the Page Cache (the one that Hummingbird provides) cannot work. It’s not possible for it to stay active if the plugin is disabled. But if you see in page source the comment that page cache is still active, it means that there’s another cache – either another caching plugin or a server-side cache and we are dealing with “clash of caches” where “one cache is caching content of another cache”. Such situation can have lead to quite an unpredictable outcome so

    – if there’s any other caching plugin active at the same time, it should be disabled
    – if there’s a server-side cache, it would be best to clear it and temporarily disable, see if the issues related to Hummingbird are gone then, try to fully configure Hummingbird with all the options that you need and try to enable that server-side cache only after that.`

    I don’t use any other caching plugin. I don’t think I have a server-side cache but I will check and I will make some test. Then I will update this topic.

    Thank you for your help, now I have more elements to work on.

    • This reply was modified 3 years, 6 months ago by ugoclemente.
    • This reply was modified 3 years, 6 months ago by ugoclemente.
    • This reply was modified 3 years, 6 months ago by ugoclemente.
    • This reply was modified 3 years, 6 months ago by ugoclemente.
    • This reply was modified 3 years, 6 months ago by ugoclemente.
    Thread Starter ugoclemente

    (@ugoclemente)

    Update, my site completely crashed. Maybe the plugin was going on minifying CSS and JS and at the end the site was unreachable.

    I deactivated all the Hummingbird optimizations and now the site is reachable again, but I can’t deactivate page caching.

    Now the plugin is still installed and active, but I would like to understand where’s the problem before doing anything.

    I need some advice. Thank you.

    Thread Starter ugoclemente

    (@ugoclemente)

    I made some more check on my subdomain site (importing site), activating the debug mode in my wp-config.php file and now I have more infos about the problem, but I still can’t solve it.

    The WordPress import plugin tries to import the file xml but it generates the following error output:

    Importa WordPress
    96294:4771 internal error: Huge input lookup

    Si è verificato un errore nella lettura di questo file WXR
    I dettagli sono indicati sopra. L’importatore ora riproverà con un parser diverso…

    96294:4771 internal error: Huge input lookup

    96294:4771 internal error: Huge input lookup

    Si è verificato un errore nella lettura di questo file WXR
    I dettagli sono indicati sopra. L’importatore ora riproverà con un parser diverso…

    Fallita l’importazione di Media: Il server remoto ha restituito il seguente risultato inaspettato: Not Found (404)
    Fallita l’importazione di Media: Il server remoto ha restituito il seguente risultato inaspettato: Not Found (404)
    Fallita l’importazione di Media: Il server remoto ha restituito il seguente risultato inaspettato: Not Found (404)
    Fallita l’importazione di Media: Il server remoto ha restituito il seguente risultato inaspettato: Not Found (404)
    Fallita l’importazione di Media: Il server remoto ha restituito il seguente risultato inaspettato: Not Found (404)

    Thread Starter ugoclemente

    (@ugoclemente)

    [SOLVED] I found a solution here: https://stackoverflow.com/questions/67133365/how-to-get-rid-of-index-php-in-url-with-wordpress-rest-api

    Here is the procedure:

    1. edit the apache2 config file
    nano /etc/apache2/apache2.conf

    2. ensure the following rows are set this way

    <Directory #Wordpress directory here#>
    Options Indexes FollowSymLinks
    AllowOverride All #allows .htaccess directives in the next step
    Require all granted
    </Directory>

    3. edit the .htaccess file
    nano /var/www/test.my-site.com/.htaccess

    2. ensure the following rows are set this way

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule (.+) index.php/$1 [L]

    Thank you anyway. Have a nice day!

    • This reply was modified 3 years, 6 months ago by ugoclemente.
    • This reply was modified 3 years, 6 months ago by ugoclemente.
Viewing 12 replies - 1 through 12 (of 12 total)