OAM version with worse results on Google PageSpeedInsights

hello,

I have this problem:

My Hype presentation inserted (as OAM) into Wordpress gets worse results in Google PageSpeedInsights than presentation in original HTML (outside Wordpress)

this mainly applies to the mobile version - the result is almost twice as bad

I’ve already tried different methods: I put OAM in different ways, turned off all unnecessary plugins, I used different cache methods, separate files for desktop and mobile (with redirection)

and always the mobile version had worse results in Wordpress

working example:

Wordpress version:

https://developers.google.com/speed/pagespeed/insights/?hl=pl&url=https%3A%2F%2Fwww.tt.pl%2Fkreacja%2Ftyt7&tab=mobile

and the same version outside of Wordpress:

https://developers.google.com/speed/pagespeed/insights/?hl=pl&url=https%3A%2F%2Fwww.tt.pl%2FTT2020mobile&tab=mobile

Is it possible to speed up the operation of OAM in Wordpress?

best regards
Tomasz T.

When you load it as an OAM within Wordpress, the Hype animation is placed within your Wordpress site, so there’s a lot of additional CSS and JS that needs to load.

<link rel='stylesheet' id='wp-block-library-css'  href='https://www.tt.pl/kreacja/wp-includes/css/dist/block-library/style.min.css?ver=5.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='essential-grid-plugin-settings-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.3.6' type='text/css' media='all' />
<link rel='stylesheet' id='tp-fontello-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/essential-grid/public/assets/font/fontello/css/fontello.css?ver=2.3.6' type='text/css' media='all' />
<link rel='stylesheet' id='themepunchboxextcss-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/essential-grid/public/assets/css/jquery.esgbox.min.css?ver=2.3.6' type='text/css' media='all' />
<link rel='stylesheet' id='lbwps-lib-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/lightbox-photoswipe/lib/photoswipe.css?ver=3.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='photoswipe-skin-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/lightbox-photoswipe/lib/skins/classic/skin.css?ver=3.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='oxygen-css'  href='https://www.tt.pl/kreacja/wp-content/plugins/oxygen/component-framework/oxygen.css?ver=3.3.1' type='text/css' media='all' />
<script type='text/javascript' src='https://www.tt.pl/kreacja/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://www.tt.pl/kreacja/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.tt.pl/kreacja/wp-content/plugins/flowpaper-lite-pdf-flipbook/assets/lity/lity.min.js'></script>
<script type='text/javascript' src='https://www.tt.pl/kreacja/wp-content/plugins/lightbox-photoswipe/lib/photoswipe.min.js?ver=3.0.3'></script>
<script type='text/javascript' src='https://www.tt.pl/kreacja/wp-content/plugins/lightbox-photoswipe/lib/photoswipe-ui-default.min.js?ver=3.0.3'></script>

Here’s the page with Wordpress: https://gist.github.com/themorgantown/e3d642a123fd06dedf3882038288fd7c#file-hype-example-html-L177-L179

The highlighted part on Line 177-179 is the only Hype content, so when combined with the Wordpress content you can see there’s a lot more than just the regular HTML page that Hype exports.

I would focus on getting a blank Wordpress page to a high pagespeed score first, and then add a Hype animation once you’ve optimized that as far as you can go.

To load your Hype document faster, I would only preload images necessary for the first animation but uncheck all others. We’ve put together a guide to decreasing the file size of your document here: Decreasing load times and optimizing performance: Preparing a Large project in Hype.

Thank you for your answer
I will review the guide and try to optimize the service

best regards
Tomasz

Here’s a couple plugins that will help increase your score on the Wordpress side:

  • Cache Enabler by KeyCDN – Caches pages on disk so they don’t need to be generated each time. This means the second load of a page will be faster than the first. Cache is invalidated on site update.
  • commonWP – Loads common JavaScript files from JSDelivr.

ok, thank you for the hint
I’m testing various cache plugins - I will also check those :wink:
in my opinion it works very well: