> Optimized Dropdown Menus wordpress plugin resources analysis

Optimized Dropdown Menus wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Optimized Dropdown Menus
Version 1.2.2
Author Maor Chasen
Rating 100
Last updated 2014-04-21 08:01:00
Downloads
5376
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Optimized Dropdown Menus plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Optimized Dropdown Menus plugin added 3 bytes of resources to the Home page and 9 bytes of resources to the sample Post page.

Optimized Dropdown Menus plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Optimized Dropdown Menus plugin ads no tables to your Wordpress blog database.

By using Optimized Dropdown Menus Widget, you’ll be able to create dropdown menus that are searchable or “spiderable” by search engine bots.

So how does it work?

Basically, it works like this:

The menu's markup code is being printed as an ordinary nested menu. e.g.

<ul>
    <li><a href="http://example.com/page">Some Random Page</a></li>
    <li><a href="http://example.com/page-another">Another Page</a></li>
    <li><a href="http://example.com/yao">Yet Another One</a></li>
</ul>

Since most browsers support JavaScript, using the widget, the markup would be translated into something like this

<select>
    <option value="http://example.com/page">Some Random Page</option>
    ...
    <option value="http://example.com/page">Something else</option>
</select>

The tricky part here is, that search engines do not usually interpret JavaScript, all they will be able to scan is the nested menu. That way they will reach out for those pages, and most probably will crawl those pages as well.

ODM also supports a range of per-widget settings:

  • Control whether links will be open in new window or in the same window
  • Choose to use HTML5/XHTML markup for the menu

Features set for the next versions

Soon there will be an option for developers to use the same functionality via the code. e.g.

<?php optimized_dropdown_menu( $menu_args ); ?>

Translations

Currently, these translations are available:

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Syn screenshot

Syn

by: tskk

13103
0%
MackOne screenshot

MackOne

by: milo317

8044
0%