Mustafa Uysal
Forum Replies Created
-
Marking as resolved. Feel free to re-open it if the problem persists.
Forum: Plugins
In reply to: [Magic Login - Passwordless Authentication for WordPress] MemberPress and 2FAHi @rhand,
I just quickly tested with 2FA and it works, but you will need to enter the verification code during the login process.
Does this plugin work with MemberPress?
I’m not sure how does MemberPress handle the login process, however, there shouldn’t be a problem with the plugins that utilize the standard WordPress auth functionality.
Regards,
Forum: Plugins
In reply to: [Wonder Cache] Serve Mobile VersionHi @wegigjogja,
Glad you like the plugin.
Can you give me some snippet to detect and create sperate file cache for mobile and desktop?
https://github.com/HandyPlugins/wonder-cache/blob/master/dropins/advanced-cache.php#L7-L30
Here is an explanation of how can you achieve this. However, wp_is_mobile will not be accessible for the caching phase, basically, you will need a workaround for that. (implementing some logic for user agents)
If you need a more advanced solution, you can give it a try Powered Cache. It has a settings page and allows you to keep a separate mobile cache.
Regards,
Hi @macksix,
Powered Cache 2.3 is out and this release includes a new feature for purging cache in the background. I’m not sure if it suits your problem but you can give it a try
Misc > Async Cache Cleaning
option.Regards,
I am a bug hunting and report expert, so I don’t mind at all. 🙂
Thanks a lot, appreciated it 🙂
That’s odd. It shouldn’t be such a problem with NVMe.
Thanks for the info. I’ve created an issue about this (in case you want to follow)
How many posts do you have? and Is the cache preloading enabled on your website?
Actually, it would be better if you can export the configuration file and share it with us via support@poweredcache.com.
Unfortunately, it’s not easy to reproduce this issue on our end. This is why we need additional info.
Hi @macksix,
Thanks for the feedback.
Adding that code in a child theme function.php makes a post move to trash and restore faster.
Note that, not only is the slowness on moving to trash, it is also slow at restoring from the trash.
The same cache invalidation process works whether you move to a post to trash or update an existing public post. We will consider how to make this cache invalidation process faster (or make it async). Meanwhile, you can keep the snippet on your websites.
Also, I do not have Object cache turned on.
Can you tell me more about the hosting environment? Especially what kind of disks running on the server?
Based on our tests with SSD disks, it doesn’t cause a huge delay in deleting all related page’s cache from the server. That process can be slow on HDD disks.
Hi @macksix,
Do you have object cache on these websites? Or just enabled page cache only?
Moving a post to the trash can take a long time on large WordPress setups. However, 15 seconds still seems unreasonable.
Can you try this snippet and let me know if it makes any difference:
add_filter( 'powered_cache_advanced_cache_purge_urls', function ( $urls, $post_id ) { $urls = array(); $urls[] = get_permalink( $post_id ); }, 10, 2 );
When a post is moved to trash, Powered Cache deletes the cache for the pages associated with that post. (such as post type archive, category, author etc..) I’m curious if it causes the delay.
Hi @shirtguy72,
Sorry for the issue here. Can you give it a try without adding protocols (https://,https://)
Just enter: i0.wp.com/MYDOMAINNAME.com and save the settings.
The hostname will be extracted from the given URL if contains protocol (https,http..) Therefore, the “MYDOMAINNAME.com” is trimmed automatically, which is causing the issue here.
Please give it a try and let me know if the problem persists.
Thanks for the feedback. Marking as resolved!
Hi @thibotus01,
Version 1.3 just rolled out and it fixes this problem. Can you give it a try?
Thanks!
Hi @thibotus01,
It seems HTML escaping causing that, it will be addressed in the next version 🤞🏼
Thanks for reporting, I will let you know here once the new version is released.
Cheers,
Hi @thibotus01,
Adding ajax support is absolutely on our radar. I can’t give ETA right now but you can keep tracking on github issue as well – https://github.com/HandyPlugins/magic-login/issues/9
Hi @thibotus01,
Thanks for the update. Yes, duplicate email is still a known issue, and hope to address that issue.
Regards,
Hi @thibotus01,
Please reach us from https://handyplugins.co/contact/ or support@handyplugins.co to get support in regards premium version of the plugin. It’s forbidden to support the premium version here.
Regards,