Plugin Directory

Changeset 757096


Ignore:
Timestamp:
08/16/2013 12:50:50 PM (13 years ago)
Author:
adamsassets
Message:

Update Trunk

Location:
aio-cache/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • aio-cache/trunk/aio.php

    r702785 r757096  
    4545}
    4646
     47function aio_cache_make_resources_static( $src ){
     48    $parts = explode( '?', $src );
     49    return $parts[0];
     50}
     51add_filter( 'script_loader_src', 'aio_cache_make_resources_static', 15, 1 );
     52add_filter( 'style_loader_src', 'aio_cache_make_resources_static', 15, 1 );
     53
    4754require('resources/cachehead/aio-cachehead.php');
    4855require('resources/compression/aio-compression.php');
    4956require('resources/footscripts/aio-footscripts.php');
    50 require('resources/rurlopti/aio-rurlopti.php');
    5157?>
  • aio-cache/trunk/readme.txt

    r704052 r757096  
    22Contributors: adamsassets
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ECVJZ2MJMJTB6&currency_code=USD
    4 Tags: advanced cache, aio cache, browser cache, cache, caching, database cache, easy cache, enhanced cache, file cache, page cache, performance, quick cache, simple cache, w3 total cache, widget cache, wp-cache, wp-super-cache
     4Tags: advanced cache, aio cache, aio cache & performance, apache, apc, AWS, batcache, browser cache, bwp-minify, cache, caching, cash, CDN, compress, css cache, database cache, db cache reloaded fix, db-cache, disk cache, disk caching, eacclerator, easy cache, elasticache, enhanced cache, fast, generate cache, google, google page speed, google rank, htaccess, http cache, http compression, hyper cache, js cache, lite cache, mod_pagespeed, optimize, optimizer, page cache, performance, plugin, quick cache, speed, simple cache, varnish, w3 total cache, W3TC cache, web performance optimization, widget cache, wincache, wp fast cache, wp green cache, wp minify, wp-cache, wp-super-cache, xcache, yslow
    55Requires at least: 3.0
    66Tested up to: 3.6
     
    4646INCOMING PLUGIN SEARCH TERMS:
    4747
    48 **advanced cache aio cache browser cache cache caching database cache easy cache enhanced cache file cache page cache performance quick cache simple cache w3 total cache widget cache wp-cache wp-super-cache**
     48**advanced cache, aio cache, aio cache & performance, apache, apc, AWS, batcache, browser cache, bwp-minify, cache, caching, cash, CDN, compress, css cache, database cache, db cache reloaded fix, db-cache, disk cache, disk caching, eacclerator, easy cache, elasticache, enhanced cache, fast, generate cache, google, google page speed, google rank, htaccess, http cache, http compression, hyper cache, js cache, lite cache, mod_pagespeed, optimize, optimizer, page cache, performance, plugin, quick cache, speed, simple cache, varnish, w3 total cache, W3TC cache, web performance optimization, widget cache, wincache, wp fast cache, wp green cache, wp minify, wp-cache, wp-super-cache, xcache, yslow**
    4949
    5050== Installation ==
Note: See TracChangeset for help on using the changeset viewer.