Plugin info

Total downloads: 4,222
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/13/2012 (5102 days ago)
Added to WordPress: 4/8/2012 (13 years old)
Minimum WordPress version: 2.9.0
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5102 days ago

20/100

Is Ajax Widget Area abandoned?

Possibly abandoned (last update 5102 days ago).

Compatibility

Requires WordPress: 2.9.0
Tested up to: 3.3.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Asset CleanUp: Page Speed Booster
Rating 4.9/5 (1,541 reviews)Active installs 100,000
TinyPNG – JPEG, PNG & WebP image compression
Rating 4.5/5 (154 reviews)Active installs 100,000
Insights from Google PageSpeed
Rating 4.8/5 (28 reviews)Active installs 20,000
WP Compress – Instant Performance & Speed Optimization
Rating 4.5/5 (142 reviews)Active installs 10,000
PhastPress
Rating 4.9/5 (99 reviews)Active installs 10,000
GTmetrix for WordPress
Rating 4.8/5 (14 reviews)Active installs 9,000

Description

Speed up page load by loading in a widgets area with AJAX.

This plugin creates a new ‘Ajax Widget Area’. The widget loads the widgets placed in the ‘Ajax Widget Area’ with AJAX, after the page has loaded.

Installation

  1. Upload the ajax-widget-area folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the widgets page, and place widgets in the new Ajax Widgets Area.
  4. Place the Ajax Widget Area Widget in another widget area.

Frequently Asked Questions

Why would I want to do this?

To speed up page load. The user would have access to the main content on the page faster, and by the time they’re done with that the widgets will have loaded in.

What about SEO?

Good question! Anything place in the ajax widget area won’t be indexed by the search engines, so you might not want to put everything in there. Future versions will separate options for Desktop, Mobile and Bots.

Only 1 ajax widget area? I need more!

Dive into the code then, creating additional ajax widget areas won’t take to long!

The styling of the widgets is broken

Sorry. In WordPress when you define a widget area you also define what html surrounds the widget, and the widget title. The html structure is this plugin is consistent with the Twenty Eleven base theme, but other themes use different html. To fix this you could copy from your theme’s functions.php – ‘before_widget’, ‘after_widget’, ‘before_title’ and ‘after_title’ html into this plugin.

Review feed

No reviews available

Screenshots

  1. Example Usage.

    Example Usage.

Changelog

0.5

  • Ajax Widget Area goes public.

0.6

  • Bug Fix for non-admin users.

0.7

  • Add before_widget, after_widget, before_title and after_title html, to be consistent with Twenty Eleven html.