by (1.4k points)
Hey All,
how can i increase the loading time of my page for mobile devices with seotoaster.
https://rebrand.ly/zishzip

Best regards

Ronny

We've been benefiting from the Seotoaster code for a while.
Should Ukrainian employees need assistance - we have accommodation and can organize transport to Germany.

1 Answer

by (340 points)
Hello Ronny,

"PageSpeed Insights" is advisory in nature. Testing emulates low internet speed
https://monosnap.com/file/bKd9OBTirhTco5HmDjJzNUdfMBGyOX

Flexkit and Seotoaster are as optimized as possible.

My recommendations.
In Flexkit files 1_activate_... change true to false for elements that are not used in the project, this will reduce the css size.

For images that are added without using widgets, you can add the loading="lazy" attribute. (<img src="image.jpg" loading="lazy" alt="..." />)

Regards, Alexander
by (1.4k points)
Ok, thank you.
...