Site speed optimization- Soundcloud is Gold issues
-
Hi!
To improve the speed of my site, GTmetrix recommends a number of changes all involving Soundcloud is Gold. The most important are at the top.What on this list can I do myself and how? Grateful for any help.
1)The following resources have a character set specified in a meta tag. Specifying a character set in a meta tag disables the lookahead downloader in IE8. To improve resource download parallelization, move the character set to the HTTP Content-Type response header.
https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F117773987&auto_play=false&show_artwork=false&color=760ab1
(list of all the Soundcloud links on page)2) 4.5MiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.
https://w.soundcloud.com/player/assets/widget-63cff732.js (546.8KiB)
(list of all my Soundcloud links)3) The following resources have no character set specified in their HTTP headers. Specifying a character set in HTTP headers can speed up browser rendering.
(list of all Soundcloud links)4) The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
https://api-embedded.soundcloud.com/assignments/481010-143547-946524-697408?layers=widget_listening&client_id=0f8fdbbaa21a9bd18210986a7dc2d72c&format=json (30 seconds)
https://api.soundcloud.com/tracks/117773987?client_id=0f8fdbbaa21a9bd18210986a7dc2d72c&format=json (10 minutes)
(list of all soundcloud links, all with 10 minutes chaching)5) The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 7 request(s) and 9.3KiB.
https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F117773987&auto_play=false&show_artwork=false&color=760ab1
(list of all links)6) Remove the following redirect chain if possible:
https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F117773987&auto_play=false&show_artwork=false&color=760ab1
https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F117773987&auto_play=false&show_artwork=false&color….
(same for all links)7) Resources with a “?” in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:
https://api-embedded.soundcloud.com/assignments/481010-143547-946524-697408?layers=widget_listening&client_id=0f8fdbbaa21a9bd18210986a7dc2d72c&format=json
https://api.soundcloud.com/tracks/117773987?client_id=0f8fdbbaa21a9bd18210986a7dc2d72c&format=json
(list of all tracks)8) Minifying the following HTML resources could reduce their size by 14.3KiB (25% reduction).
Minifying https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F117773987&auto_play=false&show_artwork=false&color=760ab
(list of all players)
- The topic ‘Site speed optimization- Soundcloud is Gold issues’ is closed to new replies.