【質問内容】ページインサイトの点数を上げる方法 現在、サイトの表示速度を速くするために以下サイトを用......

【質問内容】ページインサイトの点数を上げる方法
現在、サイトの表示速度を速くするために以下サイトを用いて対策をしています。
https://developers.google.com/speed/pagespeed/insights/
英語が分からないので詳しいことまでは分かりませんが、画像や動画のサイズ最適化、JavaScript/CSSのスリム化などの対策があります。
内容の意味は分かるのですが、実際にどのサイズが良いことや、bubbleでコードのスリム化ができるのかなどが分かっていない状況です。
詳しい方いらっしゃいましたら、教えていただけますと幸いです。
:zumi:
1

まず、残念ながらBubbleでのコードスリムは難しいと思われます。
というのは、Bubbleは構造上すべて、コンポーネント化されており、ユーザーが改善することができません。
bubbleマニュアルにも、ほとんど言及がありません。
こちらでできることとしては、①大きいクエリを作らないこと ②CloudFlareなどのCDNを導入するしかありません。
Page load speed - are Bubble app pages penalized for slow page load times?
Page load speed is definitely a factor in SEO rankings, but the exact thresholds of “fast” vs “slow” are unknown
As a general note, Bubble views app performance (including page load speed) as a top priority, so we are optimizing this all the time
Bubble apps generally perform OK on page load speed tests from Google, but page load speed depends heavily on how a Bubble page is designed - large queries, for example, generally slow down page load
For tips relating to performance see this manual page
Cloudflare, which helps with caching and thus could impact page load speed, is available to all Bubble apps (if you have a custom domain, see this section of the Manual)
Several other factors assumed to impact SEO (e.g. using inline CSS, HTML compression, making too many HTTP requests) do not have much official evidence supporting that they are factors in SEO, but might have an indirect effect because they can impact page load speed; Bubble has generally tackled any proven SEO factors and tries to overall optimize page load speed over time
Bubble Manual
https://manual.bubble.io/application-settings/seo
あとは、ちょっと大変ですが、
フロント部分をWordPressや、Webflow で構築し、実装をBubbleでつなげていくなどの処理などでPageSpeedを上げるだと思います。

参考URL

https://developers.google.com/speed/pagespeed/insights/