无法在google pagespeed上看到第一页

时间:2016-11-17 08:53:45

标签: javascript jquery css angularjs

当我将我的网站的网址提供给google pagespeed服务时,我会获得该服务提供的不同指标的所有值。

问题是,我无法在右侧div看到我的网站页面,该页面应该显示该页面。因此我的客户也无法看到该页面。正如你可以猜到的那样,客户正在向我抱怨他不应该对此感到非常不满。

注意:该网站是在angular1上制作的。另外,注入和使用角度路由。当用户从一个URL移动到另一个URL时,会出现淡入淡出的样式。有点开发人员会知道这种风格。

<style type="text/css">
    .ng-enter {
      transition:0.5s linear all;
      opacity:0;
    }

    /* The finishing CSS styles for the enter animation */
    .ng-enter.ng-enter-active {
      opacity:1;
    }
</style>

enter image description here

感谢您的时间。

0 个答案:

没有答案
相关问题