Web Speed

edefiners

Junior Member
Joined
Oct 13, 2017
Messages
135
Reaction score
20
HI

WHAT ARE SOME OF THE NEW WAYS VIA WHICH ONE CAN MAKE A SITE SUPER-FAST?
 
One new way is to not hire anyone from edtech.in company as they don't have a clue on what they're doing.
 
Thread moved.
 
Interesting question.
I've been having trouble with my site as it is really taking too long to load each time you visit the home page. I've been wanting to apply some things I've learned from Andew Wise's surfing in blog but I wanted to fix the page loading problem first. Luckily the caching fixed it. Good Luck!


Lara S.
________________________________________
"Things work out best for those who make the best of how things work out."
 
Shrink your photos, remove unneded media etc.
There's a lot of resources on this.
 
If it's a blog reduce the number of posts that displays in homepage. 7 is fine for me, then add a seach bar, and a drop-down archive.

Remove unneccessary plugins and codes.
 
Try all this points

1. Reduce the amount of downloadable pages. Use gzip compression, this will shorten the file transfer time to the browser.
2. Reduce the amount of graphics. Delete unnecessary images.
3. Reduce the number of browser requests
4. Enable data caching
5. Reduce the size of the CSS and JavaScript code.
 
Use a feature called "CACHING SYSTEM", that's our secret why movibot is amazingly fast.
 
2018 trends - Use REDIS or memcache(d) where possible, and of course CDN. Split the DB and the files into instances too.
You can have as much media and content as you wish.
 
Back
Top