manos2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Key eviction best practicesat wp-config you put the TTL in seconds, eg for 3 hours :
define( ‘WP_REDIS_MAXTTL’, 10800 );
Forum: Plugins
In reply to: [Redis Object Cache] Key eviction best practicesI made some tests at traficky sites (not woocommerce) allkeys-lru was the best.
Anyway the key as Till wrote is redis_maxttl, every site has a different optimal value depending on theme, traffic etc, so need to test
- This reply was modified 1 week, 6 days ago by manos2000.
There is no Author Sitemap option at these versions at least for me and i checked many sites
Temporary solution:
Rnk Math > Titles & Meta > Authors > disable Add SEO Controls and user profile saved ok without error at logs
As i wrote there is problematic query, should use umeta_id not meta_id
Can confirm that happens at all wp sites i have with 1.0.266.1 and 267. I think your query is wrong , at usermeta table there is no meta_id column, it is umeta_id.
Please fix asap
PS Can roll back to 265 but can not find the correspondent premium version, should also have a way to downlaod older premium versions
Can confirm that happens at all wp sites i have with 1.0.266.1 and 267. I think your query is wrong , at usermeta table there is no meta_id column, it is umeta_id.
Please fix asap
PS Can roll back to 265 but can not find the correspondent premium version, should also have a way to downlaod older premium versions
Forum: Plugins
In reply to: [Database Cleaner] Unable to access plugin settingsEverything fixed at 1.2.4
thanks!
This is from google
To achieve this, all publication pages in Google News will be generated automatically. Google News will no longer use RSS feeds or web locations that were submitted in Publisher Center. As a result, publication pages that were created by publishers manually will no longer appear to users in Google News. Some publications may not have an automatically-generated landing page.
After feed and url options last days removed also content types from publishercenter
Entered at various publisher center accounts and nowhere can submit or change any feeds or urls generally as before, do you have an account where you can make changes at content?
Forum: Plugins
In reply to: [Database Cleaner] Unable to access plugin settingsversions is not the case, i use latest wordpress and 8.2-8.3 php at all sites, works perfect at most sites, have the problem described by woodypad at 2 sites that have > 3gb database (at logs the error is memory exchausted).
>>While RSS feeds are still supported and can be submitted via the Google Publisher Center
I think there is more than a month that publisher center does not allow to add or edit any feed, actually can not even see what had place there in the past, how can be submitted
Thank you so much for reply, everything is pretty clear now!
Thank you so much for detailed reply!
So in order to summarize:
If uploaded image is bigger than 2560 at any dimension it is get resized from wordpress to 2560, i assume that if imagify box for resizing at 2560 is ignored in this case. The question is, if resize setting at imagify is lower eg 2160 then a new image size is registered and generated (along with 2560 that is registered as new original(?
As the original bigger than 2560 image is not registered at database (as new big original image assumed the 2560) i think that plugin will work fine.
thanks again
Forum: Plugins
In reply to: [Redis Object Cache] high cpu in eveningAt redis.conf (located usually at /etc/redis.conf or /etc/redis/redis.conf) put max-memory value at the end
Hi,
Thanks for detailed reply.
I keep the old sites in a box just in case will need the original images but very rarely we change themes.
Regenerate is very easy with wp-cli and generate only missing dimensions.
Thinking though that once i regenerated in the past already optimized by imagify images and remember that worked fine even without the original images back.
Realized now that at one site only when backup is checked there are no backups and the opposite as i described earlier, contacted support already for this.
Btw settings where are saved in database to take a look if backup setting is stored incorrectly?
Thank toy again so much for this great plugin