joomla virtualmart 网站加载问题
我有一个 Joomla 网站,其中集成了 virtualmart。 拥有近 9,000 种产品。
当我从模块中选择制造商时,它不会加载网站,该模块必须列出所有产品。同样的问题也存在于类别的情况下(有 2 个类别)。
错误是 FastCGI 错误号:258 (0x80070102)
当我只有 250 个产品时,速度更快。
除了改变执行时间之外,还有什么办法可以解决这个问题吗?
I have a Joomla site, integrated with virtuemart in it.
have almost 9,000 products.
it is not loading the site when i select a manufacturer from a module, which must list all products. Same problem is in the case of categories(have 2 categories).
error is
FastCGI Error Number: 258 (0x80070102)
when I have only 250 products, it was faster.
is there any way to overcome this issue otherthan changing the execution time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有了这么多的产品,您应该限制查询并对结果进行分页...没有人愿意看到这么多的结果。
您也会受到搜索引擎的严厉惩罚。
我真的推荐过滤产品并对它们进行分页的可能性。不过,您可能需要调整虚拟机代码和/或使用插件
With that number of products you should limit query and page the results... No one wants to see that number of results.
You'll be heavilly penalized by search engines also.
I really recommend a possibility of filtering products and paging them. You might have to tweak vm code and/or use plugins though