Plugin info

Total downloads: 1,701
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/11/2015 (4003 days ago)
Added to WordPress: 2/2/2015 (11 years old)
Minimum WordPress version: 4.1
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4003 days ago • 1 reviews

22/100

Is Fix Event Calendar Caching abandoned?

Possibly abandoned (last update 4003 days ago).

Compatibility

Requires WordPress: 4.1
Tested up to: 4.1.42
Requires PHP: f

Similar & Alternatives

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

Speed Up – Browser Caching
Rating 5.0/5 (7 reviews)Active installs 800
WP Optimize Speed By xTraffic
Rating 3.8/5 (10 reviews)Active installs 70
Ajaxize
Rating 4.5/5 (4 reviews)Active installs 30
W3 Total Cache
Rating 4.4/5 (5,412 reviews)Active installs 1,000,000
WP Fastest Cache
Rating 4.9/5 (4,190 reviews)Active installs 1,000,000

Description

The “All-in-One Event Calendar” by Time.ly works great, but uses dynamic javascript.
This plugin creates a static version of the javascript that can be cached by
the browser.

I have tested this plugin with versions 2.1.9 and 2.2.0 of the event calendar plugin.
It may work with future releases, but use it at your own risk.

This plugin only uses the static javascript on the frontend. If a user is
logged in, the original dynamic script will be used. As far as I can tell
caching the javascript does not interfere with the plugin’s functionality, but
there may be features of the event calendar that do not work with this plugin.

Installation

  1. Upload the fix-event-calendar-caching directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. The plugin needs write access to it’s folder to create the static js file.

Frequently Asked Questions

How can I clear/update the cached javascript?

Anytime the All-In-One Event Calendar settings are saved, the cached javascript is recreated.
You can also clear the cache by deleting the event-cal-x.x.x.js file in the plugin folder.
A new version of the All-In-One Event Calendar will also trigger a new cached javascript.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

2.0.0

  • Fixed problems with the calendar pages. A bug was preventing agenda, week, and day view
    from working properly.
  • Creates a unique cache file for each event-calendar javascript link

1.2.0

  • Cached javascript is now cleared when the event calendar settings are updated
  • Refactored code to improve code reuse
  • Added hash to cached javascript url to ensure it loads the most recent version
  • Plugin now uses the AI1EC_VERSION constant to load the version number

1.0.1

  • Added sanity check before creating cache file