OllieJones
@olliejones on WordPress.org, @OllieJones on Slack
- Member Since: March 3rd, 2012
- Location: Plum Island, MA, USA
- Website: PlumIslandMedia.net
- GitHub: OllieJones
Bio
Contributions
Contribution History
OllieJones’s badges:- Core Contributor
- Core Performance Contributor
- Plugin Developer
-
Wrote a comment on the post Phase 3: Collaboration, on the site Make WordPress Core:
Nice. A lot of this functionality needs near-real-time communication between users' browsers to succeed. You… -
Pull request #25 merged into WordPress/sqlite-database-integration:
Information schema -
Posted a reply to Great plugin., on the site WordPress.org Forums:
Glad to hear it! Thanks for the kind words. -
Posted a reply to how to check the improvement, on the site WordPress.org Forums:
For qualitative tests (as in "hey this is faster, cool!") I use a couple of… -
Wrote a comment on the post Use of Code Generators Must Remain GPL Compatible, on the site Make WordPress Plugins:
Thanks for this reminder, Mika. As a longtime GPL code writer, I'm really bugged that… -
Posted a reply to how to check the improvement, on the site WordPress.org Forums:
I see a couple of 40-millisecond queries in your uploaded monitor. They examined the posts… -
Posted a reply to CPU goes to heaven after enable keys for wp_postmeta, on the site WordPress.org Forums:
Thanks for the monitor upload. It looks like the Query Monitor plugin is active? Is… -
Created issue #26 in the WordPress/sqlite-database-integration repository:
SHOW COLUMNS FROM table needs correctly named columns in result set. -
Submitted pull request #25 to WordPress/sqlite-database-integration:
Information schema -
Committed [2881428] to Plugins SVN:
tested with 6.2 -
Committed [2881426] to Plugins SVN:
tested with 6.2 -
Committed [2881425] to Plugins SVN:
tested with 6.2 -
Created a topic, LIKE wildcard escaping problem, on the site WordPress.org Forums:
While working on the SQLite Database Integration plugi… -
Closed issue #16 on the WordPress/sqlite-database-integration repository:
Flush the object cache when switching databases. -
Posted a reply to 5 star plugin. Speed increasement does not go unnoticed., on the site WordPress.org Forums:
Thanks for the kind words. I agree, the "duck test" applies to performance. If a… -
Created issue #22 in the WordPress/sqlite-database-integration repository:
Need SUBSTRING function (alias for SUBSTR). -
Created issue #21 in the WordPress/sqlite-database-integration repository:
INSERT queries causing unique constraint violations fail silently -
Committed [2876753] to Plugins SVN:
Update to version 1.4.12 from GitHub -
Posted a reply to Query execution was interrupted in ALTER TABLE, on the site WordPress.org Forums:
This will be fixed in the next release. See https://github.com/OllieJones/index-wp-mysql-for-speed/issues/56 -
Posted a reply to 1.2.3 igbinary: unavailable., on the site WordPress.org Forums:
Excellent. -
Pull request #17 merged into WordPress/sqlite-database-integration:
#16 Flush the object cache when switching databases. -
Created issue #20 in the WordPress/sqlite-database-integration repository:
information_schema and other metadata queries aren't correct -
Posted a reply to 1.2.3 igbinary: unavailable., on the site WordPress.org Forums:
That display line shows the versions of SQLite, php, and the plugin you're running. PHP's… -
Posted a reply to About conflict when installing a new version of WordPress, on the site WordPress.org Forums:
You asked, Is it possible that at some point, the WordPress core will require other… -
Closed issue #657 on the WordPress/performance repository:
SQLite extension not working on clean Azure Web App w/ WordPress 6.1.1... -
Posted a reply to duplicate entry ‘X’ for key name ‘option_name’, on the site WordPress.org Forums:
I looked at your uploaded metadata. The wp_options table you restored from your old zipped… -
Submitted pull request #17 to WordPress/sqlite-database-integration:
#16 Flush the object cache when switching databases. -
Created issue #16 in the WordPress/sqlite-database-integration repository:
Flush the object cache when switching databases. -
Created issue #15 in the WordPress/sqlite-database-integration repository:
Status confusion cycling between Deactivated and Activated -
Posted a reply to Report: PHP 8.1 deprecate message, on the site WordPress.org Forums:
Thanks for the bug report. Tracked in https://github.com/OllieJones/index-wp-mysql-for-speed/issues/55 -
Posted a reply to Report: PHP 8.1 deprecate message, on the site WordPress.org Forums:
Thanks for the bug report! Tracked in https://github.com/OllieJones/index-wp-users-for-speed/issues/10 -
Committed [2870583] to Plugins SVN:
Update to version 1.2.3 from GitHub -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function lastErrorMsg(), on the site WordPress.org Forums:
Doh! (smacks forehead!) I'll sanitize the salt. https://github.com/OllieJones/sqlite-object-cache/issues/27 Version 1.2.3. Thanks for your patience and… -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function lastErrorMsg(), on the site WordPress.org Forums:
That message comes from the "oh no broken sqlite database" code path. Is there any… -
Wrote a comment on the post Core Performance Team Rep Updates, on the site Core Performance:
@clarkeemily is my choice. -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function lastErrorMsg(), on the site WordPress.org Forums:
Fixed in 1.2.2. Thanks again for the report. Root cause: loading the l12n text domain… -
Committed [2869431] to Plugins SVN:
Update to version 1.2.2 from GitHub -
Posted a reply to Query execution was interrupted in ALTER TABLE, on the site WordPress.org Forums:
Thanks for the report. Your error is generated by MySQL. Your hosting service has configured… -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function lastErrorMsg(), on the site WordPress.org Forums:
Thanks for this report, Steven. I am investigating. -
Posted a reply to Does Not Play Nice With “Ivory Search” Plugin, on the site WordPress.org Forums:
You will be fine on core version updates. That process doesn't delete any indexes. It… -
Posted a reply to Does Not Play Nice With “Ivory Search” Plugin, on the site WordPress.org Forums:
First of all, if you say SHOW CREATE TABLE wp_postmeta (you can mention any table)… -
Posted a reply to Index WP Mysql For Speed plugin conflict, on the site WordPress.org Forums:
I believe this is a way to restore performance for this plugin if you also… -
Posted a reply to Does Not Play Nice With “Ivory Search” Plugin, on the site WordPress.org Forums:
Try adding this key: CREATE KEY woo_add_search_to_menu ON wp_postmeta (meta_key, post_id) You can do that… -
Posted a reply to Index WP Mysql For Speed plugin conflict, on the site WordPress.org Forums:
Please see this forum reply for an analysis of this performance issue. -
Posted a reply to Does Not Play Nice With “Ivory Search” Plugin, on the site WordPress.org Forums:
Please upload your diagnostic metadata according to these directions. https://www.plumislandmedia.net/index-wp-mysql-for-speed/about/ That way I can be… -
Created a topic, My website visitors really like Crisp, on the site WordPress.org Forums:
Crisp is really helpful for connecting me to my websit… -
Posted a reply to Fixed My Site Health Cache Errors, on the site WordPress.org Forums:
Glad to hear it helped! Site Health rescans on its own; this plugin doesn't do… -
Committed [2865811] to Plugins SVN:
Update to version 1.2.1 from GitHub -
Posted a reply to Incorrect handling of role__not_in user query term, on the site WordPress.org Forums:
Great. -
Posted a reply to Uncaught Exception: Unable to execute statement: database is locked, on the site WordPress.org Forums:
If you have access to containers, it might make sense to stand up a redis…
Developer
-
Index WP MySQL For Speed
Active Installs: 10,000+
-
MMWW
Active Installs: 100+
-
SQLite Object Cache
Active Installs: 500+
Plugins
-
BackWPup - WordPress Backup Plugin
-
Block Plugin Update
-
BulletProof Security
-
Cloudflare
-
Contact Form 7
-
Content Blocks (Custom Post Widget)
-
DemoPress
-
Disable Author Pages
-
ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)
-
Exifography
-
FakerPress
-
Go Live Update Urls
-
Google Authenticator
-
HookMeUp – Unlock and use strategic spots in any WooCommerce Theme
-
Index WP MySQL For Speed
-
Index WP Users For Speed
-
Jetpack - WP Security, Backup, Speed, & Growth
-
List category posts
-
Media Library Assistant
-
MMWW
-
OneLogin SAML SSO
-
Smash Balloon Social Post Feed
-
System Dashboard
-
WordPress Beta Tester
-
WP Migrate Lite - WordPress Migration Made Easy
-
WP to Twitter
-
Yoast SEO