Mô tả
The new accessibility javascript in the Appearance > Menus panel in WordPress 3.6 can significantly slow the page load speed when using a large number of menu items (> 50). This plugin defers the accessibility processing to eliminate the scripting bottleneck and allow the Appearance > Menus screen to run much faster and more responsively.
This solution is fairly rough. Hopefully we can develop a robust solution that can eventually become part of the core. Pull requests through GitHub are welcome.
Ảnh màn hình
Cài đặt
- Upload the
faster-appearance-menus
directory to the/wp-content/plugins/
directory, or install via the Plugins uploader - Activate the plugin through the ‘Plugins’ menu in WordPress
- Enjoy faster menu management
Hỏi đáp
- What are you on about?
Đánh giá
Người đóng góp & Lập trình viên
“Faster Appearance – Menus” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Faster Appearance – Menus” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.1.1
- Updated script replacement strategy to preserve script dependencies
0.1
- Initial version