Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Wordpress sites are slow on shared hosting but plain html/css sites are fast I've got a shared hosting account, unlimited sites, unlimited GB, unlimited bandwidth etc etc. Of course because

@Gonzalez347

Posted in: #Html #Performance #SharedHosting #WebHosting #Wordpress

I've got a shared hosting account, unlimited sites, unlimited GB, unlimited bandwidth etc etc.

Of course because it's shared and a cheap one at that - there's too many sites on each server and it all runs slow due to lack of RAM.

What I've found is that my plain HTML/CSS/JS sites run an awful lot faster than my WordPress sites on this hosting and I was trying to work out why.

I'm not exactly sure how a browser sends a request for a page and the full process of request and delivery, but are my HTML sites running faster as they are just serving code to the browser, whereas the WordPress sites are having to make calculations from the database to build each page before it is delivered ... is that correct, or am I completely off course ?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murray155

It is probably because your Wordpress uses PHP(PHP:HyperText Pre Processor), server side programming language, so if someone requests a webpage from your website, data is processed on the server and then html and css is thrown on a web browser, these websites are called dynamic websites, and the one which you are saying, HTML/CSS websites are static websites, here, server actually throws the content directly without processing because there's just markup in the web page, moreover, if you include scripts of Google Analytics or advertising scripts it also affects your page loading time, bloated server side coding, use of high resolution images, etc can also cause increase time for loading a page. Hope this helps you.

10% popularity Vote Up Vote Down


 

@Margaret670

PHP/MYSQL sites can be slower also because the MySQL server, sometimes an independent machine, is overloaded. You can try a cache plugin, like WP Super Cache
to speed it a little.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme