dongzeao5047 2011-12-01 17:31
浏览 29
已采纳

如何评估我的托管服务提供商声称“针对Magento进行了优化”?

I'm currently responsible for running, modifying, and tuning a Magento installation. I'm not satisfied with our current hosting plan, and I'm looking for alternatives. I see several hosting providers that advertise that they optimize their servers for Magento (e.g. Nexcess, MageMojo), but they all seem to be short on technical details. What does one do to a server to optimize it for Magento that is different from optimizing for any other heavyweight PHP/MySQL application?

My current understanding is that because of its EAV data model and its massive XML configuration files, Magento performance is almost always I/O-bound - but my understanding is that that's true for most other PHP/MySQL applications at scale. RAM and cores are cheaper than SSD space, basically.

How can I tell whether these "optimizations" are worth the premium that Magento-oriented hosting providers charge? Is there a technical basis to the claim of "optimization" or is optimizing for Magento the same as optimizing for performance on any other PHP/MySQL application?


Note: since this question brushes up against the site's guidelines, let's be clear on a couple of things:

  • a correct answer would say "no, Magento is not an unusual PHP/MySQL application, scaling it to 10,000 users is only trivially different from scaling Drupal, WordPress, or Joomla! to that level" or "yes, Magento has the following characteristics which require the application of non-trivial config changes, optimization techniques, or server tuning, that you would use for no other PHP/MySQL application." So there does exist a definitive correct answer to this question.
  • I don't plan on actually implementing such tuning myself: if I did, I'd probably ask Server Fault. I'm asking about Magento's guts, I'm asking about why it performs the way it does and asking for comparisons to the internals of similar apps, so I'm asking Stack Overflow.
  • 写回答

2条回答 默认 最新

  • doupu1949 2011-12-01 18:11
    关注

    In addition to the normal:

    • php version
    • apc, caching
    • Memory, cpu, disk space, bandwidth, etc.

    With something like magento there are concerns of PCI compliance. So you need to understand the physical security of the data centers, mysql setup (make sure they are not shared sql servers), etc. It's best to get a dedicated server, or at least a vps, so that your resources/data is isolated from everyone else's which will help with security.

    I have worked with some reputable Magento hosting providers, so if you have some you are checking out, let me know, and I will let you know my honest thoughts

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 运筹学排序问题中的在线排序
  • ¥15 关于docker部署flink集成hadoop的yarn,请教个问题 flink启动yarn-session.sh连不上hadoop,这个整了好几天一直不行,求帮忙看一下怎么解决
  • ¥30 求一段fortran代码用IVF编译运行的结果
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题