Where to host css/js files? For lesser bandwidth?

its bad idea using another hosting for the your assets.. Change your hosting, try 000webhost.com (no-ad)
 
Just use cloudflare, they will cache static files automatically
 
Hi buddy, I suggest use cloudfare for Load balancing. It’s also help your website to load faster. Website loading time is one of the important factor in SEO.
 
Last edited:
Whats that CDN and are you satisfied with bunnyCDN
 
You can try keycdn. I was using it to increase loading speed of my website.
 
BunnyCDN is the solution you wan´t and need, it´s just $10 minimum per year and have more value then any other CDN out there. It´s the real deal.
 
Guys, you know what are you talking about?
This concept (use a subdomain) it is NOT the same concept as a cdn.
Use subdomains means: serve static content from a subdomain/different domain (to increase speed it could be a COOKIE LESS -sub-domain) in order to reduce the server resources.
It is not a Content Delivery Network.
I use subdomains to serve static contents on all my sites.
And about cookie less domain, it is not possible if you use cloudflare, cloudflare writes cookie for each domain/subodmain.
 
I doubt your bottleneck for your site speed is loading your css and js files. It may be the order in which you are loading your JS (should nearly always be last) may have an impact. Though one poorly optimized image will be orders of magnitude worse for your site load speed. If you want me to have a look send the site over pm I wont fix it for you but ill tell you whats wrong.
 
you can use jsdeliver if you know how to use github... but remeber that you will need to make your site's assets publicly available..

Here's how you can do it: https://www.jsdelivr.com/features -- scroll to github section.
 
Guys, you know what are you talking about?
This concept (use a subdomain) it is NOT the same concept as a cdn.
Use subdomains means: serve static content from a subdomain/different domain (to increase speed it could be a COOKIE LESS -sub-domain) in order to reduce the server resources.
It is not a Content Delivery Network.
I use subdomains to serve static contents on all my sites.
And about cookie less domain, it is not possible if you use cloudflare, cloudflare writes cookie for each domain/subodmain.


You can use subdomain on BunnyCDN Cloudstorage that connects to it´s CDN directly, that is a very fast and good solution of his problem, so we I/We are talking about OP´s problem in a correct way.

.
 
Back
Top