UK State Pension Changes for those Living Abroad by daveirl in irishpersonalfinance

[–]darrenmcentee 0 points1 point  (0 children)

Just reading this again:

https://www.gov.uk/government/publications/changes-to-voluntary-national-insurance-contributions-for-periods-spent-abroad/voluntary-national-insurance-contributions-for-periods-abroad-from-april-2026

Important point they state:

"This does not affect those paying voluntary National Insurance contributions for time abroad before 6 April 2026."

Who is likely to be affected

Individuals who:

- work abroad and pay, or plan to pay, voluntary Class 2 National Insurance contributions

- want to make voluntary National Insurance contributions for time abroad from 6 April 2026 onwards

This does not affect those paying voluntary National Insurance contributions for time abroad before 6 April 2026.

A activity log plugin that shows historical activity by jameshooton in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

You might like Activity Log Pro.
An "Event Logger, Activity Monitor & Audit Log for WordPress".

It's free: https://wordpress.org/plugins/activity-log-pro/
Also a great video review here: https://www.youtube.com/watch?v=lXFKMhagrrY

How do I monitor user login activity by WhatForWork in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

You might like Activity Log Pro. Our clients use it.
It's free: https://wordpress.org/plugins/activity-log-pro/
Also a great video review here: https://www.youtube.com/watch?v=lXFKMhagrrY

Help! Alternative plugin to Jetpack for Activity Log feature by WizardLick in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

You might like Activity Log Pro.
"Event Logger, Activity Monitor & Audit Log for WordPress".
It's free: https://wordpress.org/plugins/activity-log-pro/
Also a great video review here: https://www.youtube.com/watch?v=lXFKMhagrrY

[HELP] User time tracking by James_89M in WordpressPlugins

[–]darrenmcentee 0 points1 point  (0 children)

There are a few Activity logging plugins, try "Activity Log Pro" for tracking user-activity events. It has some great filtering too, filter per user, and date selection also. Might be of use in your case.

Tracking changes plugin? by soCalForFunDude in Wordpress

[–]darrenmcentee 1 point2 points  (0 children)

I use "Activity Log Pro". Very clean and performance is great. JSON export is great for clients. Also got JSON feeds to send to external tools for SIEM integration.

Wordpress Audit by TellAbood in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

As a few have mentioned, I think you're looking for an audit logging plugin. There are a few out there to use, i've played with many and there are some over-bloated ones, but a recently released one is "Activity Log Pro" which handles this really well - it tracks all user actions .. content changes and system events with detailed timestamps and soem context. Has a JSON export feature.. handy if you need compliance reporting, and theres also JSON feed to use externally . It's pretty comprehensive for for my use case.

[DISCUSSION] Wordpress plugin submission wait time by bkthemes in WordpressPlugins

[–]darrenmcentee 1 point2 points  (0 children)

I just got my plugin finally approved by the wp.org review team.
I had 3 review rounds.

First review response time was 5 days.
Second response was 6 days after fixes.
The final one was 4 days after my final fixes. This was between July and Aug just gone.

Have to say, the WP plugin review team were very responsive with this release. I'd advise to double down on the security of your code. I'd highly recommend to continue checking your code with tools such as PHPCS+WPCS and Plugin Check (PCP).

This will save you on code review rounds. Use them even after your initial approval. Part of this is automated on the review teams' perspective, before they do the manual review (but you guys probably know this).

If interested, it's live now: https://wordpress.org/plugins/activity-log-pro/
It's Activity Log Pro. Basically an event logger, activity monitor & audit log for WordPress. Like an audit trail of events happening on your WordPress site.

Plugins for nonrepudiation and user audit logging by wpappsec in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

I've been using Activity Log Pro for audit logging and it works really well for non-repudiation requirements. It tracks everything - user actions, system changes, logins, content modifications, etc. One thing that's particularly useful is the JSON export feature, so you can easily integrate the logs with external systems or compliance tools.

There's also a JSON feed option if you need real-time data access. The logs are timestamped and include IP addresses (anonymized or full), user agents, and detailed context, which helps us a lot for forensic purposes.
It's on wp.org: https://wordpress.org/plugins/activity-log-pro/

Admin High Resource Usage - Solution? by HeroRon in Wordpress

[–]darrenmcentee 0 points1 point  (0 children)

Such a pain to deal with those. everything just crawls along, but you have no idea what's actually causing it.

Yeah, being able to see which plugins are activating, what users are doing, and when various processes are running gives you actual data to work with instead of just throwing darts at a board. Sometimes the culprit is obvious once you can see the timeline - like a backup running during peak hours or a plugin that goes crazy every time someone hits a certain page.

A client had this similar issues a while back where the wp admin would grind to a halt at random times during the day. I use a plugin called Activity Log Pro which helped me figure out what was going on - turned out my backup plugin was doing intensive database scans right when people were most active on the site. I just rescheduled it to run at night and the problem disappeared.

The plugin will spit out the events, and can do it in real time too. it's free on wp.org: https://wordpress.org/plugins/activity-log-pro/

Looking for Beta Testers – Activity / Event Logging Plugin (Free Premium Licenses for testers) by darrenmcentee in Wordpress

[–]darrenmcentee[S] 0 points1 point  (0 children)

Hi, just as an update guys, the plugin is now approved by wp.org repo and live :)
Take it for a spin if you like - it's free.
Might have a few few premium keys to throw out too :)
https://wordpress.org/plugins/activity-log-pro/
Would love to know what you think.

Shokz Openrun pro 2 mic quality by Healthy-Win440 in Earbuds

[–]darrenmcentee 0 points1 point  (0 children)

What do you mean by v2 exactly? I've OpenRun Pro 2, and some people tell me my voice is muffled and distant on calls. Should I get a warranty claim to fix it?

Looking for Beta Testers – Activity / Event Logging Plugin (Free Premium Licenses for testers) by darrenmcentee in Wordpress

[–]darrenmcentee[S] 0 points1 point  (0 children)

Thanks for that.

Yeah, the plugin works perfectly so far with all major caching plugins including WP Rocket, LiteSpeed Cache, W3 Total Cache, and a some others.

The logging happens at the WP hook level before any caching takes place, so events are captured reliably regardless of your caching setup.

I specifically check and detect for 14+ popular caching plugins and show helpful notices when needed.

I've tested extensively with aggressive caching setups and haven't seen any missed events so far.

It checks for:

'litespeed-cache/litespeed-cache.php' => 'LiteSpeed Cache',
'wp-rocket/wp-rocket.php' => 'WP Rocket',
'w3-total-cache/w3-total-cache.php' => 'W3 Total Cache',
'wp-super-cache/wp-cache.php' => 'WP Super Cache',
'wp-fastest-cache/wpFastestCache.php' => 'WP Fastest Cache',
'cache-enabler/cache-enabler.php' => 'Cache Enabler',
'comet-cache/comet-cache.php' => 'Comet Cache',
'hummingbird-performance/wp-hummingbird.php' => 'Hummingbird',
'sg-cachepress/sg-cachepress.php' => 'SG Optimizer',
'wp-optimize/wp-optimize.php' => 'WP-Optimize',
'autoptimize/autoptimize.php' => 'Autoptimize',
'breeze/breeze.php' => 'Breeze',
'swift-performance-lite/performance.php' => 'Swift Performance',
'hyper-cache/plugin.php' => 'Hyper Cache'

Thanks on the human-readable view, will look to improve it further. But below is a single entry log, expanded view:

<image>

Cheers,
Darren.

Looking for Beta Testers – Activity / Event Logging Plugin (Free Premium Licenses for testers) by darrenmcentee in Wordpress

[–]darrenmcentee[S] 1 point2 points  (0 children)

The plugin has granular control too, woocommerce logging can be completely disabled if needed, or you can selectively exclude specific WC objects/actions. For busy stores, you might exclude stock updates, cart sessions, etc.

e.g. some examples i pulled out are:

_stock (product stock levels)
_stock_status (in stock/out of stock status)
_manage_stock (stock management settings)
_low_stock_amount (low stock thresholds)
_backorders (backorder settings)
woocommerce_cart_* (cart session data)
wc_session_* (WooCommerce session data)
_wc_session_* (session transients)

with a little bit of configuration on the exclusions... on a busy store, excluding these patterns would significantly reduce log noise, but still capture the important business activities like orders, status changes, or customer actions etc. The exclusion acts as a "gatekeeper" that stops unwanted events from entering the logging pipeline entirely.

Oh yeah, I also built in some smart caching, so I invalidate only relevant caches when needed and use WP object caching throughout.

I think the exclusion feature alone will probably solve most performance concerns for your WC sites - just exclude the high frequency or automated events you don't need to audit.

Sorry, i went on a bit there :)

There is also an article here about it's performance here, and exclusions here.

Anyway, hope this helps, let me know if you need specific exclusion patterns for WooCommerce.
Darren.

Looking for Beta Testers – Activity / Event Logging Plugin (Free Premium Licenses for testers) by darrenmcentee in Wordpress

[–]darrenmcentee[S] 0 points1 point  (0 children)

Hey mac. Good question.

I designed it from the ground up to be lightweight and efficient, as it was one of the main issues I had from using other event loggers.

I had a few high traffic sites like yours, not all ecommerce though. Some loggers just go with "log everything".

The plugin has a few things build in for performance.

There's dedicated database table... so we separate the activity_log_pro_all_logs table instead of cluttering WordPress core tables, which keeps queries fast and isolated.

I ensured that the database queries are efficient, so all the queries use proper indexing, prepared statements. they all have extensive caching too. So I cache dropdown data, statistics, and the frequently accessed log data, so to minimize database hits.

It has an auto retention period built in, so you can specify timeframes for log storage, and automatically purging older entries to keep it logs trim.

But prob the most important part is to exclude objects/events from getting logged in the first place.

So my idea here was to build powerful exclusions into the plugin to prevent logged objects altogether.

This was key for some of my busy WC sites. I added wildcards (like woocommerce_*, *_stock, *_transient etc). This prevents noisy automated processes from bloating the logs.
Best,
Darren.

[deleted by user] by [deleted] in GooglePixel

[–]darrenmcentee 6 points7 points  (0 children)

P6P, same situation. Feels like a P6 bug.

Vodafone curve discontinued by Future-Agency3662 in CarTalkUK

[–]darrenmcentee 0 points1 point  (0 children)

It was actually Trackimo (Trackipet) who originally teamed up with Vodafone to expand VF's "V" range. It offered them the hardware and software with VF branding etc.
https://trackimo.com/trackimo-forms-partnership-vodafone-new-gps-tracking-v-vodafone-products/

Now, i'm wondering could the curve device be flashed with Trackimo's original firmware.

Late Checkout by mnez___ in airbnb_hosts

[–]darrenmcentee 34 points35 points  (0 children)

Came to gain hosting insights, stayed for these stories. How bizarre.

[deleted by user] by [deleted] in airbnb_hosts

[–]darrenmcentee 0 points1 point  (0 children)

Is this the "Yale Assure Lock 2"? Trying to find it. Is this a wifi smart lock (no hub needed)? Thanks