Pods Optimizer - Eliminate N+1 Queries in Exports & Admin Lists #7464
leiyangyou
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Supercharge your Pods Framework performance by eliminating N+1 queries
Hey Pods community! I built a plugin to solve a performance problem that many of us have experienced when using relationship fields.
The Problem
If you're using Pods with relationship fields, you've probably experienced:
The Solution: Pods Optimizer
Pods Optimizer fixes all of this automatically with zero configuration required!
GitHub: https://github.com/leiyangyou/pods-optimizer
Real-World Performance Results
Key Features
How It Works
Traditional approach:
With Pods Optimizer:
Installation
cd wp-content/plugins/ git clone https://github.com/leiyangyou/pods-optimizer.gitThen activate in WordPress Admin → Plugins. That's it!
Technical Details
The plugin hooks into Pods' architecture to:
Full ARS (Advanced Relationship Storage) support is included.
Requirements
Contributing
Contributions, bug reports, and feature requests are welcome! Check out the repo for more details.
Built with love for the Pods Framework community. Special thanks to the Pods team for creating such a powerful framework!
Hope this helps others who have been struggling with slow exports and admin lists. Let me know if you have any questions or feedback!
Beta Was this translation helpful? Give feedback.
All reactions