Title: WordPress website loading very slowly — need help
-
<strong style=”font-size: inherit; letter-spacing: 0px;”>Title: WordPress website loading very slowly — need help
Hi everyone, I’m having a speed issue with my WordPress website. The pages are taking longer than expected to load, especially on mobile, and I’m not sure whether the problem is caused by plugins, images, caching, or hosting.Here is the website: MangaHive
What would be the best way to identify the main cause and improve the loading speed?
-
Slow loading times—especially on media-heavy sites like MangaHive and on mobile connections—are almost always driven by unoptimized full-resolution images, excessive external JavaScript scripts, or lack of effective page caching. To pinpoint the exact bottleneck, run your site URL through free diagnostic tools like Google PageSpeed Insights or GTmetrix, which will provide a breakdown of whether uncompressed image payloads, render-blocking plugins, or server response times (TTFB) are the main culprits. For immediate improvements, converting images to WebP format, enabling lazy loading, and deactivating unused plugins will drastically cut load times. I have also flagged this thread for Staff / Happiness Engineers so they can inspect your site’s server response logs and caching layer to help pinpoint any backend performance issues!
-
Hi there,
It looks like MangaHive.com is hosted on Amazon Web Services (AWS) rather than on WordPress.com servers. Since your site is hosted elsewhere, you may want to check directly with AWS support for hosting-level performance assistance: https://aws.amazon.com/contact-us/
Here are the most common causes for slow mobile loading speeds and how to fix them:
- Images: Oversized or uncompressed images are usually the main reason mobile pages load slowly. Try compressing your images, resizing them before upload, and using modern formats like WebP.
- Plugins: Too many plugins (or heavy ones) add code that your server must process on every page load. Try deactivating plugins you do not strictly need to test your speed.
- Theme Weight: Complex themes with heavy scripts can slow down rendering on mobile devices. Switching to a lightweight theme can significantly boost performance.
- External Scripts: Social media widgets, ad scripts, and embedded videos from external servers can delay page rendering.
- Caching and CDN: A caching plugin or a Content Delivery Network (CDN) helps serve saved copies of your site faster to users worldwide.
You can run your site through Google PageSpeed Insights or the WordPress Speed Test tool to see a detailed report of what is slowing down your mobile pages: https://wordpress.com/speed-test/
Guidance guide: https://wordpress.com/support/site-building-hub/site-performance/
If you ever decide to move your site over to WordPress.com, built-in global CDN, server-level caching, and image optimization are included automatically: https://wordpress.com/support/request-a-free-migration/
-
Start by running the site through PageSpeed Insights to identify what’s slowing it down. Then check image sizes, plugins, caching, and hosting one by one. I faced the same issue on my website, spotifepremium.com, and after troubleshooting the caching plugin, the site is now working fine.