Skip to content

Commit 389a324

Browse files
authored
Enhance WPGraphQL Logging Plugin with improvements
Implemented various improvements to the WPGraphQL Logging Plugin, including performance enhancements and better error handling.
1 parent 29386c6 commit 389a324

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@wpengine/wpgraphql-logging-wordpress-plugin": patch
3+
---
4+
5+
chore: Various improvement to the logging plugin:
6+
7+
- Implemented BufferHandler to batch write database entries for performance
8+
- Implemented LogStoreService to remove hard dependencies of the Database services in the admin and various classes
9+
- Refactored Database and CRUD log services to use interfaces to make it easy to be exctended for other data storage solutions.
10+
- Added missing indexes for performance
11+
- Added filters for caching configuration
12+
- Better error handling
13+
- Added missing nonce for admin pages
14+

0 commit comments

Comments
 (0)