>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-PJAX |
Version | 0.0.4.1 |
Author | Peter Elmered |
Rating | 80 |
Last updated | 2013-04-02 10:51:00 |
Downloads |
1646
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP-PJAX plugin added 1 bytes of resources to the Home page and 9 bytes of resources to the sample Post page.
WP-PJAX plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-PJAX plugin ads no tables to your Wordpress blog database.The plugin is under development. Please try it and contact me if you encounter any bugs or have any questions or suggestions. If you want to help me develop this further send a pull request on GitHub. The plugin is not ready for production yet, but I will soon release version 0.1 that will be production ready.
Makes your site faster and saves you a lot of bandwidth and CPU power by making your Wordpress site PJAX powered!
PJAX is a technique that uses AJAX and PushState to deliver a faster browsing experience by only loading and updating parts of the page HTML each page load. PushState makes it possible to add real permalinks, page titles, and a working back button so that your visitors won't be able to tell the difference between PJAX page load and ordinary full page loads, except for the increased speed of course :).
It makes your site significantly faster in most cases and saves you both processing power and bandwidth!
PJAX is not supported in Internet Explorer 9 and earlier(IE 10+ supports this), but the plugin handles this gracefully by falling back on regular page loads for unsupported browsers. Details on browser support
All development of this plugin occurs on GitHub. Please help me develop this by forking and sending pull requests.
wp_localize_script
to inject variables into javascript or to generate a javascript with PHP file when settings are saved.$.pjax.disable()
does not seam to work as it should. Maybe I need to set a cookie with AJAX to set this for the current user and then handle it on the server side.