Answer the question
In order to leave comments, you need to log in
What loads the server the most?
The site includes CSS, PHP, JavaScript. When accessed, the load seems to be 90%. And yet, when two pages refer to the same CSS table, does it load every time or are the styles hanging somewhere?
Answer the question
In order to leave comments, you need to log in
Loading what? Processor?
Returning css and javascript does not load the processor in any way.
PHP hypothetically can (if you have mega complex calculations or crooked code) and SQL of course (again, in the case of crooked code or huge tables)
CSS / JS / HTML - they work on the side of the user's browser (client languages), your server simply gives them away and that's all, they cannot load the server in any way if the chi is not 100500 with 100500 mb.
php - as written above,
mysql can - it usually loads the server, depending on how queries are made and indexes are placed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question