Content
@
0 reply
0 recast
0 reaction
Asiacastaway
@avaxetf.eth
@cryptoshark25 some bug in the /warcast app Polyfills and transforms enable legacy browsers are there to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers eg https://warpcast.com/static/js/main.6caacd37.js
4 replies
0 recast
0 reaction
Asiacastaway
@avaxetf.eth
[user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5. head > meta <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> @cryptoshark25
1 reply
0 recast
0 reaction
Asiacastaway
@avaxetf.eth
lastly @cryptoshark25 Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. https://warpcast.com/static/css/main.b617c0f7.css
0 reply
0 recast
0 reaction