Clark-Nikdel-Powell / WP-Admin-Command-Palette

Optimize WordPress admin navigation with a modal window to search for and navigate directly to WordPress admin pages.
GNU General Public License v2.0
4 stars 0 forks source link

Refactor User Content to Search Using WP REST API #24

Open jhned opened 9 years ago

jhned commented 9 years ago

Preloading the user-content array presents memory usage problems if there is a metric crap-ton of content on the site. We don't want to cause users to have Fatal Errors, so it'll probably make more sense to to refactor this portion to use the WP REST API.

jhned commented 8 years ago

If the REST API isn't feasible, then we could still refactor it to use AJAX for user-searches rather than the REST API until the API has the functionality we need.