You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not needed because:
* cache is cleared by after_filter in admin pages controller
* when rebuild is called it runs #invalidate_cached_urls on every page
and its children so in case user has many pages it causes a lot of
queries which increases load time and sometimes even time out.
See #1954 for discussion.
0 commit comments