Home  >  Article  >  Backend Development  >  cms系统静态化的研讨

cms系统静态化的研讨

WBOY
WBOYOriginal
2016-06-13 12:33:48762browse

cms系统静态化的探讨
dedecms采用的是后台静态化方式,js执行php统计新闻点击,这样浏览新闻直接走web服务器,不用执行php
本人现在做的是移动app,返回给移动端的是json数据,如何统计呢

如果使用web服务器和php结合的方式,统计是可以了,完全的静态化就无法实现了,起码要通过php读取html文件,然后将内容返回给移动端。

望有经验的人指教一二

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn