Skip to content

Extremly slow on ie11 #222

@quetzalsly

Description

@quetzalsly

Hi, I am using this code as a base for a small online shop and ideally I would like to support as many browsers as possible.

My package .json contains:

"browserslist": [
    ">= 0.2%",
    "not dead",
    "not ie <= 10",
    "not op_mini all",
    "ie 11",
    "chrome 41"
  ],

The chrome 41 is to be compatable with googlebot without using prpl-server.
I have started testing on ie11 and everything is completly unusable because it's so slow.

http://lit-element-dot-polymer-shop.appspot.com is what I test with.
polykart.store does not load at all.

It's such a shame because I love the look of this store, it is designed so well and is fast on chrome, I really want to use it but then I would have to drop ie11 which is like 2-5% global usage, that's potential customers lost.

Do you have any idea why it's so slow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions