Internet Explorer 7 中的动画性能

Animations performance in internet explorer 7

我正在维护在 Internet Explorer 7 上运行的遗留代码,但我在旧硬件上遇到性能问题。

Css 动画在 IE7 中不受支持,我试过 jquery animate 但结果很糟糕,我尝试用 Velocity.js 替换主题,我已经看到了一些小的性能提升,但仍然不够。

containerReference
  .delay(3000)
  .velocity({
    top: '25px'
  }, {
    'easing': 'linear',
    'duration': 1600
  })
;

知道如何提高性能吗?

您是否知道任何可以提供帮助的小型编译框架(也许是 sveltJS)?

您可以使用 F12 developer Network tools 来检查哪个部分会花费太多时间来加载网站。然后,参考以下文章提高网站性能。

Improving UI responsiveness

Best Practices for Performance

Three Ways To Improve Performance Using Caching In ASP.NET MVC Applications

8 Ways to Improve Your Website Performance