[wp-trac] [WordPress Trac] #55052: The tag field hangs the browsers when you have a bunch of tags

WordPress Trac noreply at wordpress.org
Thu Feb 3 17:30:24 UTC 2022


#55052: The tag field hangs the browsers when you have a bunch of tags
--------------------------+------------------------------
 Reporter:  pikamander2   |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Query         |     Version:  5.9
 Severity:  critical      |  Resolution:
 Keywords:                |     Focuses:  performance
--------------------------+------------------------------

Comment (by pikamander2):

 It looks like Gutenberg limits it to 20:

     /wp-
 json/wp/v2/tags?context=view&per_page=20&orderby=count&order=desc&_fields=id%2Cname&search=a%20t&_locale=user

 While the Classic Editor has no limit:

     /wp-admin/admin-ajax.php?action=ajax-tag-
 search&tax=post_tag&q=the&_fs_blog_admin=true

 Would it be possible to limit the Classic Editor to 20 as well, either by
 default or at least with a filter?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55052#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list