Jason Caldwell

Results 29 issues of Jason Caldwell

I'd love to see support for variables added to Markdown Extra in a future release. Here's how I imagine it working, but it needs some additional thought and consideration. The...

I was fiddling just a bit and discovered the `[next]` rewrite flag isn't working. I'm not positive, but I'm wondering if that could be caused by the `ne` check here...

The idea to to lazy load images; i.e., load images only as they are scrolled into view. Referencing internal ticket: https://websharks.zendesk.com/agent/tickets/6548

enhancement
pro
FPWPR

A customer writes... > When using the [Activation Status](https://es.wordpress.org/plugins/plugin-activation-status/) plugin to check where each plugin is activated in which subsite on the network, Comet Cache clears the cache. Referencing internal/private...

needs testing
compatibility

A user reports... > Comet cache pro doesn't seem to work with my theme, in that Cornerstone the page layout software provided with the X theme fails to load when...

needs testing
compatibility
needs research

A user reports... > There is a problem located in AutoCacheUtils.php in the function autoCacheCheckXmlSitemap(). The WP Remote post to non existing URLs causes slowness , because it waits for...

bug
needs testing
needs research

The Apache Optimizations in Comet Cache are adding this line to the `.htaccess` file. ``` RewriteRule ^(.*)$ $1/ [QSA,L,R=301] ``` Not a problem, but if someone attempts to access a...

enhancement
compatibility
apache optimizations

Related to https://github.com/websharks/s2member/issues/1034. Recent versions of WordPress use CSS classes `notice notice-info`, `notice notice-error` instead of `updated` and `error`, which are what Comet Cache uses. While `updated` and `error` are...

todo

Referencing internal/private ticket. https://secure.helpscout.net/conversation/344686367/0/ > I've diasbled all plugins and let only cron, Slimstat and Comet, run Comet Cache auto engine cron, then use Anonymous browser and there were no...

needs testing
compatibility

The `auto_cache_max_time` setting is available within Comet Cache, but it doesn't appear to have been exposed in the UI yet. See: https://github.com/websharks/comet-cache-pro/search?utf8=%E2%9C%93&q=auto_cache_max_time This option should be configurable in order to...

enhancement