[wp-trac] [WordPress Trac] #25698: Speed up slow Menus Panel for menus with many items
WordPress Trac
noreply at wordpress.org
Wed May 28 18:54:19 UTC 2014
#25698: Speed up slow Menus Panel for menus with many items
-------------------------------------+------------------------------
Reporter: sevenspark | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Menus | Version: 3.6
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses:
-------------------------------------+------------------------------
Comment (by atimmer):
You can easily generate loads of menu items by using the following shell
script:
{{{
#!/bin/bash
c=1
while [ $c -le 50 ]
do
echo "Welcome $c times"
wp menu item add-custom small-menu "Title $c"
"http://example.com/?var=$c"
(( c++ ))
done
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/25698#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list