Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Improvement #12

Open
rockrj opened this issue Sep 17, 2014 · 1 comment
Open

Performance Improvement #12

rockrj opened this issue Sep 17, 2014 · 1 comment

Comments

@rockrj
Copy link

rockrj commented Sep 17, 2014

Awesome job guys, but it seems little slow when trying to access database with every query. Would there be a better way to optimize it like just search through a predefined list read from an in memory array.

An tips how can i achieve this ?

@ivuorinen
Copy link

I guess I would use something like WP Super Cache to cache database objects on disk. The plugin is smart enough to build cache on updates, so disk cache is available for faster reads.

I haven't tried this myself, but could work in theory. Please report back if helped at all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants