-
Notifications
You must be signed in to change notification settings - Fork 508
Extremly slow on ie11 #222
Copy link
Copy link
Closed
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels