询问一下局部切换页面,使用iframe和ajax有没有性能上的差别,如果有,差距大吗?哪个性能更好?

WBOY
Release: 2016-06-23 14:27:27
Original
822 people have browsed it

ajax iframe 性能

一直以来都是简单的业务层的开发,如果问题的过于小白还请多多包涵


ThinkPHP框架,

有这样一个页面,点击按钮切换框体内的内容,使用ajax去后台请求一个指定好的页面(使用smarty模板渲染指定的模板文件,返回html字符串填充),和使用ifarme来直接访问对应的action和方法(渲染指定的模板文件),是否有效率的差别,差别大吗?


回复讨论(解决方案)

没有效率的差异,但有效果的差异
iframe 可以任意渲染
ajax 需注意附加的样式表对整体的影响

最好还是直接iframe填充模板,这样界面可以通过html控制,服务端减少设计模板的麻烦。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template