在 ySlow Chrome 扩展中添加到 CDN
我在我的 php 网站上添加了 CDN,突然 AJAX 请求停止工作。
什么会导致这个问题!?
我必须把 CDN 拿出来吗?如果是这样,我可以做什么来实现这一目标?
I've added CDN on my php site and all of a sudden AJAX requests stopped working.
What would have caused this issue!?
Do I have to take CDN out? If so, what could I do to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CDN 允许您从不同的域或 apache 实例提供不同的脚本/图像等。这减轻了服务器的负担,并使网站加载速度更快。
CDN 在小网站上确实没什么用。
我猜测的问题是脚本是从不同的域提供的,这导致了问题。使用cdn来传递图像可以工作。没有看到更多的代码,这是我能做的最好的事情:)
A cdn allows you to serve different scripts/images etc from different domains or apache instances. This eases the weight on the server and should make the website load faster.
CDN isn't useful on a small site really.
the problem im guessing is the scripts are being served from different domains which is causing problems. use the cdn to deliver images could work. without seeing a bit more code thats the best I can do :)