⚡️ How do I make my WordPress site load like this? ⚡️

It's not loading any new pages, it's all the same page. If you're using Chrome, check the Network tab and you'll see you are not downloading any new HTML or CSS as you navigate the website.

As Ashk881 put it in a much better way - it's Single Page Application and I personally have no idea if this is possible in WordPress.
 
Also you might not want to do this. This is first but it's also horrible for seo. Crawlers that don't execute javascript can't see anything. Google has only recently gotten ability to parse js and you shouldn't be relying on that if seo is your goal on sites like these.

Not a coder so I'm probably just too dumb to understand why I'm wrong, but I thought you want sites to load this way for SEO. Google is pushing the core web vitals that give sites an edge for loading first content quickly--isn't that what's happening with these sites and similar lazy loading that delays loading larger resources to put something on the page quickly?
 
Choosing "the right" frontend framework can easily send anyone down the paralysis by analysis path. Gatsby and Next are the biggest boys on the block. I favor Next only because I've seen more retail sites use them, and Next just clicks with me. I've never tried Gatsby because Next gets done what I need so I'm not going to switch or have a need to switch.
I've heard a lot of good things about NextJS. Can you recommend any course or videos to learn the basics of this framework? I don't want to be a pro developer, just want to be able to set my site up and maintain it. I'm not a coder as I mentioned above.

That's called an SPA. Single Page Application.
That makes sense. Thanks for pointing that out

There are 3 major frontend libraries out there. React, Vue and Angular
You didn't mention Gatsby and Hugo. They are also very popular.

sorry i mean - jetpack wp plugin
You're literally the only person in the world who appreciate Jetpack for its "speed boosting" capabilities :anyway:

Base plan starts at $37.5/mon. I'm happy with my dynamic WordPress site :)
 
You're literally the only person in the world who appreciate Jetpack for its "speed boosting" capabilities
yeah i have tried it recently and my site could boost up to 99% through Jetpack plugin, it has few options with CDN and helps to host your site images into cloud and speedup the site, btw try it

and yes check their image hosted link (https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=600,h=360,fit=crop/thoslite7sfq4/Group-mk3N38bV5EhG0arx.png)
 
I've heard a lot of good things about NextJS. Can you recommend any course or videos to learn the basics of this framework? I don't want to be a pro developer, just want to be able to set my site up and maintain it. I'm not a coder as I mentioned above.

Go right to the source, NextJs.org. They even have an ecomm deployment for creating stores. There's also NextUI that allows you to theme/style your UI. I haven't tried this yet, but you could have a look at Blitzjs which provides some additional functionality commonly needed in a next app.
 
Go right to the source, NextJs.org. They even have an ecomm deployment for creating stores. There's also NextUI that allows you to theme/style your UI. I haven't tried this yet, but you could have a look at Blitzjs which provides some additional functionality commonly needed in a next app.
I just realized they have their own course. Wow. Will start learning. Thanks man
 
I have experience to load website this fast.

You can see my video
 
It's not loading any new pages, it's all the same page. If you're using Chrome, check the Network tab and you'll see you are not downloading any new HTML or CSS as you navigate the website.

As Ashk881 put it in a much better way - it's Single Page Application and I personally have no idea if this is possible in WordPress.
Yes this is very possible in wordpress
 
I have experience to load website this fast.

You can see my video

Yes this is very possible in wordpress

But this is also possible with normal wordpress as well
You will not get the same speed with WordPress only as if you use headless WordPress.

And use the multiquote function when answering multiple posts at the same time. Read this post.

https://www.blackhatworld.com/seo/how-to-use-the-multiquote-feature-on-bhw.975670/
 
You will not get the same speed with WordPress only as if you use headless WordPress.

And use the multiquote function when answering multiple posts at the same time. Read this post.

https://www.blackhatworld.com/seo/how-to-use-the-multiquote-feature-on-bhw.975670/
I can show same speed with normal wordpress. As i fix a lot of users website speed though
 
I use some custom codes
You know we have an excellent code field in this forum, just click and paste, works like a charm.

Code:
You can always paste your custom codes in a code box like this .. ;-)

</end of your lovely code, sharing is caring>
 
Back
Top