开发者 |
guavaworks
elvismdev fatmedia |
---|---|
更新时间 | 2015年10月29日 02:50 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.3.1 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
AngularJS renders your posts client-side. WordPress is built on PHP, so every page a user visits is converted to HTML on the server, then served to the client. With ANgularJS you are only getting a JSON Object (text) from the server then renderring that to HTML using the client's machine. This will speed up your pages as well as allow for more concurrent visitors to your site as the strain on the server is reduced.