You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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!
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 ?
The text was updated successfully, but these errors were encountered: