wp-pjax icon indicating copy to clipboard operation
wp-pjax copied to clipboard

Wordpress PJAX Plugin

Results 7 wp-pjax issues
Sort by recently updated
recently updated
newest added

Could you please update to support sidebar? 😀It's really good a plugin.

Anyone got a demo to see? Might also be worth adding a Demo link or "Used by sites…" list to the WP Plugin page?

Would wp-pjax benefit from using [WordPress REST API](https://wordpress.org/plugins/rest-api/)?

enhancement

Would be great for the end user to just be able to activate the plugin. Isn't there a way to enable it and you control this output in the files...

Please consider using WPCS in your CI. https://github.com/pantheon-systems/wp-redis/blob/master/.travis.yml#L29-L57 https://github.com/xwp/wp-dev-lib

https://github.com/pelmered/wp-pjax/blob/b9f4abfc38a768b7b17fe392d89fd59c2efb99e3/inc/PageCache.php#L159 phpcs: WordPress.VIP.DirectDatabaseQuery: Usage of a direct database call is discouraged. Deleting "_transient_%" options from database does not mean cache cleared. Other back-end can be used (ex. memcache, redis). Cache...

phpcs: WordPress.VIP.CronInterval.cron_schedules_interval: Scheduling crons at 300 sec ( less than 15 min ) is prohibited. https://github.com/pelmered/wp-pjax/blob/b9f4abfc38a768b7b17fe392d89fd59c2efb99e3/inc/PageCachePrefetch.php#L33 https://github.com/pelmered/wp-pjax/blob/b9f4abfc38a768b7b17fe392d89fd59c2efb99e3/inc/PageCachePrefetch.php#L47-L60