[wp-hackers] Question on Nav speed

Simon Vart simon.vart at exigences.biz
Sat Apr 29 10:57:30 UTC 2017


Hi,

Maybe use a transient to cache the menu items ?

2017-04-29 6:48 GMT+02:00 Luke Bryan <lukebryan at sharefaith.com>:

> Greetings all,
>
> I have noticed that in profiling Wordpress, wp_get_nav_menu_items() seems
> to be a slow function overall in any given page load. Looking through
> tickets, it seems others would agree...
>
> It *needs caching*:
> https://core.trac.wordpress.org/ticket/27120
>
> Saving menus apparently can be slow and we shouldn't "call
> wp_get_nav_menu_items() in wp_update_nav_menu_item() unless we need to.
> (Huge.)"
> https://core.trac.wordpress.org/ticket/22189
>
> I was wondering if there is any recommendation for optimizing the navs or
> if there's anything in-the-works that would improve performance without,
> say, adding a site cache plugin?
>
> Best regards,
> Luke
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list