Our queries are slow because of all the JOINs WP Job Manager is doing between post and postmeta when you filter on job location for example.
Does anyone know a job manager equivalent plugin that adds new fields to the post table instead of using postmeta? (So that it wouldn’t have to do JOINs that slow the queries exponentially)
I looked at a few other ones on GitHub but they were all using postmeta to store the job specific data fields so no-go.
Other solutions like this [https://wordpress.org/plugins/custom-field-for-wp-job-manager/](https://wordpress.org/plugins/custom-field-for-wp-job-manager/) also don’t do anything apart from massaging the postmeta data so that’s also a no-go.
[ad_2]