Merkys Maliukevičius

Results 5 comments of Merkys Maliukevičius

I think we could display transient count / size in site-health checks using SQL query ``` SELECT COUNT(*) FROM `$wpdb->options` WHERE option_name LIKE '_transient_timeout%' AND option_value < " . time()...

Thank you @bethanylang I will begin working with it shortly

I can confirm that not all hosting providers enable PHP accelerators such as OPCache by default. Plus, users could accidentally disable it in PHP extensions settings. I think this could...

I am a system engineer at Hostinger.com and I have enabled the OPCache PHP extension by default on PHP versions that supports OPCache. On my production WP site, I use...