Hi, I would like to know if is possible to cache some specific pages generated by a plugin.
The thing is that the plugin WP-Snap (http://wordpress.org/extend/plugins/wp-snap/) generates a shorted category, but it demands a lot of memory and cpu, so I want to cache the pages, wich look like this:
http://yourblog.com/category?snap=D
or
http://yourblog.com/category/letter-D/
The seccond one works if you configure the fancy URLS, and is the one I'm using.
The problem is that although the wp-super cache creates the dir (cache/supercache/myblog.com/category/peliculas-2/letter-d), it is empty. Seeing the debug info, it looks that even with fancy urls, it detects is a 'GET' method so it doesn't create supercache, and creates a normal cache, much more slow.
Is there any solution to this???
Thanks for all