Myddna
Forum Replies Created
-
Epilogue: Dishonor on me, dishonor on my cow. I recently updated my php version to 7.3 and didn’t notice that php7.3-curl was not available. Downgraded to 7.2 and everything is ok now. v_vU
I think I found it! ??
I went to jetpack_load_shortcodes() and loaded $shortcode_includes one by one to see which one was to blame. It was *instagram.php* file.
Then I started to disable the handlers, and noticed that jetpack_instagram_handler was firing on homepage. This post https://dispersion.es/como-vectorizar-lettering/ has the following valid instagram URL: https://www.instagram.com/p/Bbkj_ZgBKG1/ but the handler returns ‘<!– instagram error: no embed found –>’ instead of the embed (which is odd, because the URL is OK and my instagram account is not protected).
Debugging the handler right now ??
UPDATE:
It seems that the instagram api call lasts longer than the default 5 seconds timeout (If I set the timeout in wp_remote_get to 10 seconds, it finally loads the instagram embed). I will remove the url from the post from now and test why WP_Http is so slow in my server.Thanks for your help ??
- This reply was modified 5 years, 10 months ago by Myddna. Reason: Update with latest finds
If that’s happening, I don’t know what could be doing it.
One of the plugins I tested was Wordfence plugin some months ago, but it is uninstalled (and I made sure to remove all .htaccess content and .user.ini file related to it, in addition to search all apache config files for the string auto_prepend_file just in case).
Since Jetpack has a lot of submodules, this morning I’ve deactivated all and enabled them one by one (only the ones I like to use). The test was OK until I arrived to Shortcode Embed. Suddenly, the delay appeared.
If I disable them all again, there is no delay. If I enable Shortcode Embed only, there is delay. (This submodule is enabled on my other wp installs working ok).
Sooo time for me to read a bit of code. And if I don’t see anything, the next thing will be the clean install.
Just tried https://dispersion.es/ too again through https://jetpack.com/support/debug/ and the message still is “Could not access your home page” Oo.
From the inside, still fails “test__wpcom_self_test”. https://pastebin.com/fymRhngh
Well, maybe it’s time to make a clean an empty install, and try it again to rule out something wrong in my database :/.
I’ll let you know the results.
Thank you for your time.
Just right now, everything off except jetpack: https://www.webpagetest.org/result/190503_R7_d9df7ec99656bbb0202bfb5cf2a073b6/
And same test failing in jetpack debuggerStill happening :/
Hi,
More tests: Same server, different WordPress installation: https://desvania.es. It has Jetpack and a handful other plugins. This one works ok.
Things that I tried today at dispersion.es:
- Disconnect and reconnect Jetpack (with different wordpress.com account)
- Completely deleted and reinstalled the plugin
- Cleaned up old settings and variables in wp-config and .htaccess
- Ran wp-cli checksums test, cleaned old files and reinstalled the core from wp-admin/update-core.php
- Tried Jetpack Debug Tool https://jetpack.com/support/debug : OK on desvania.es, “Could not access your home page” on dispersion.es
- Self test at: https://dispersion.es/wp-admin/admin.php?page=jetpack-debugger
[9] => Array ( [name] => test__wpcom_self_test [pass] => [message] => Jetpack.com detected an error. [resolution] => Visit the Jetpack.com debugging page for more information or contact support. [group] => Array ( [0] => default ) )
(full version https://pastebin.com/8SBQ6ihV)
I’m running out of ideas :/
Hi James!
Thank you for your response.
I’ve been using Jetpack for years, and I’m aware it can slow down a bit the website (nothing noticeable), but until now it was fine.
These are your tests run again now that I’ve deactivated Jetpack (no active plugins left!):
https://www.webpagetest.org/result/190501_N7_15abd2f1ef4de4421af386d0d80d641a/
https://gtmetrix.com/reports/dispersion.es/iF3R0AnHMaybe the issue is communication between my server (Strato) and Jetpack servers. I’ll run some tests tomorrow.
Thanks again ??
It seems that something was broken in php7.1-fpm. Just downgraded to php7.0-fpm and it’s working now.
??
Forum: Plugins
In reply to: [Redis Object Cache] Redis-Cache with different domainsHey @soulfly999,
This just happened to me too because I have two wordpress installations sharing the wordpress $table_prefix (‘wp_’ by default).
There is a workaround in the documentation, defining a value for WP_CACHE_KEY_SALT: https://www.ads-software.com/plugins/redis-cache/other_notes/#Configuration-Parameters
??
Forum: Reviews
In reply to: [Zillah] Very nice :)Weird, I was just going to test it again and the toolbar is working as it should. Maybe it was Cloudflare’s cache fault.
Thanks ??
It happens something similar to me.
WordFence is not saving the notification e-mail. Weird.
Edit: I went to Diagnostics page and found some directories were not created. Once created and with the right permissions, the e-mail was saved.
Forum: Plugins
In reply to: [Epic Sharer: Medium Like Sharing] LocalizationI’ll try as soon as i can. Thanks!!??
Forum: Plugins
In reply to: [Epic Sharer: Medium Like Sharing] LocalizationOk, there is no rush ??
Forum: Plugins
In reply to: [Recipe Card] TranslateHi!
I’ve just translated the plugin to Spanish using PoEdit software. Here are the po and mo files. To use them, just drop them in wp-content/plugins/recipe-card/languages
Im not a professional translator so use it at your own risk ??