【问题标题】:What are the ways to improve testlink performance提高testlink性能的方法有哪些
【发布时间】:2016-06-20 17:20:11
【问题描述】:

我们在 Windows Server 2008 虚拟机上运行了 testlink 1.9.8。 我想提高 testlink 的性能。我应该使用哪些技术来提高性能。

服务器配置

  • Windows 2008 Server R2 SP1
  • 8GB 内存
  • 15GB 可用磁盘空间
  • XAMPP V 3.2.1
  • 大约 4Gb mysql 数据库

在 my.ini 中为 mySQL 服务器设置了以下值

  • key_buffer = 512M
  • max_allowed_pa​​cket = 64M
  • sort_buffer_size = 4096K
  • net_buffer_length = 16K
  • read_buffer_size = 4096K
  • read_rnd_buffer_size = 2048K
  • myisam_sort_buffer_size = 32M

谁能给我一个关于提高 testlink 性能的建议。

【问题讨论】:

  • Testlink 是一个基于网络的测试管理工具。而且是开源的

标签: php mysql performance testlink


【解决方案1】:

性能几乎总是归结为一两个性能不佳的查询。我从他们那里分支,通常按这个顺序:

  • 索引
  • 查询公式
  • 架构设计
  • 该引擎的引擎和缓存
  • 硬件

你呈现的东西顺序相反,还没有到有用的东西。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-12-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-12-08
    • 1970-01-01
    相关资源
    最近更新 更多