OSSN Pagespeed Optimization possible?

David Exodus Posted in General Discussion 5 years ago

OSSN performs really bad in Pagespeed. Is there a way to manually improve the speeds. Ive seen that a lot of CSS and JS files are slowing down the loading up to 5 seconds, thats pretty bad. Maybe in code it can be priorized and set to load in the background instead of waiting for them as mostly they are background functions. There's my result:

https://developers.google.com/speed/pagespeed/insights/?hl=en&url=https%3A%2F%2Fmetal-schweiz.ch%2Fhome

Replies
us Rishi B Replied 5 years ago

I mean, if you wanna go through the local versions of stuff like bootstrap and jquery, and delete unused functions, you can certainly do that yourself... it'd be really tedious though.

Idk much anything about Pagespeed myself, but my gut feeling is that a score that's lower than you'd like (e.g., I checked https://demo.softlab24.com/home also - it got a 48) doesn't necessarily mean the site doesn't perform well for the average desktop or mobile user.

Indonesian Arsalan Shah Replied 5 years ago

Sure, but since i referred this case to them for you , you can ask them.

ch David Exodus Replied 5 years ago

Someone told me to only ask for premium components via ticket..

Indonesian Arsalan Shah Replied 5 years ago

@David since you are using premium version i believe please contact premium support team / softlab24 directly.

ch David Exodus Replied 5 years ago

If there would be a documentation about CSS and JS functions that are used we could delete unused stuff from bootstrap and other files I bet there's a lot dead weight.