Djib's
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHello,
I understand.
While waiting for a better solution, I will deactivate the APCU wordpress plugin.
Thanks for your helpForum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsIt’s on the wordpress website.
https://wordpress.org/plugins/apcu/
It is also necessary that APCU is on your server.
https://pecl.php.net/package/APCu
the problem comes only from the wordpress plugin.
In my test I have only uninstalled the plugin, Apcu for the server is still installed
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHello,
I just removed the wordpress plugin “APCu for object caching” to test. everything works normally when it is deleted.
The problem comes from there.
Is it possible to have a patch for it to work with this plugin?
Thank you.
Forum: Plugins
In reply to: [WP REST Cache] Expiry cache does not display the correct time.Thank you
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHello,
I just reactivate the plugin, here is the information you requested.
https://i.imgur.com/tBYnAcK.jpg
Apcu is installed on your server? (last version)
and the plugin “APCu Object Cache Backend” ?- This reply was modified 6 years, 10 months ago by Djib's.
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHi,
Thank your for your response.I just left comments in all possible ways (since the admin, or the site, not from the API), the cache does not flush.
- This reply was modified 6 years, 10 months ago by Djib's.
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsLooking in the code I see that there are the actions
it should work normallyadd_action( 'edit_comment', [ $caching, 'delete_comment_type_related_caches' ], 999, 2 ); add_action( 'deleted_comment', [ $caching, 'delete_comment_related_caches' ], 10, 2 ); add_action( 'trashed_comment', [ $caching, 'delete_comment_related_caches' ], 10, 2 ); add_action( 'untrashed_comment', [ $caching, 'delete_comment_type_related_caches' ], 999, 2 ); add_action( 'spammed_comment', [ $caching, 'delete_comment_related_caches' ], 10, 2 ); add_action( 'unspammed_comment', [ $caching, 'delete_comment_type_related_caches' ], 999, 2 ); add_action( 'wp_insert_comment', [ $caching, 'delete_comment_type_related_caches' ], 999, 2 ); add_action( 'comment_post', [ $caching, 'delete_comment_type_related_caches' ], 999, 2 );I use APCu for object caching. the problem could come from there?
I read in another post that you had issues with MemeCache(d) for object caching.
My configuration :
Wordpress 4.9.10
PHP 7.3.9
APCu for object caching
Wp supercacheI have 2 sites and I only update on one site. On the other I have the previous version (2.X) and there is no problem
I confirm, no probleme with twitter clients like hootsuite, tweetbot, buffer, twitterrific …
Yes I have EXIF extension (and PHP Version 5.6.31)
I found why some images are uploaded (with artifacts) and why for others there is an error and the tweet is not sent.
If the image contains the EXIF data, the image is uploaded. If it does not contain one, there is the error. I did the test on 10 images.
You can apply a patch?
(I often use software to optimize the size of images, the software removes EXIF data to save space)
- This reply was modified 8 years, 9 months ago by Djib's.
@nextscripts ??
we just received “Bad Image” on a tweet again and it’s super slow to push out or even error out
we also, some post have “bad image”