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

See if we can load the acp_search_data in a JavaScript file asynchronously #14

Closed jhned closed 9 years ago

jhned commented 9 years ago

On EFI's dev site, the array is about 4 pages long, which adds a ton of time to the load speed. If we can load the data async, we won't run in to page load problems.

samueljmello commented 9 years ago

Created wordpress ajax function "acp_gad". Handing off task to Glenn. Data will be JSON response.