Issues with Ubuntu Nginx Server , help me pls

Milagro

Senior Member
Joined
Sep 17, 2016
Messages
852
Reaction score
153
Hello friends , few days back I noticed that my site went unexpected slow , I was thinking it was a space issues , so I have to more the site to another server with bigger space.

Now I notice that the site slow down any host I move it to and it also affect all other sites on the server and when I remove it out all other site will start loading fast and normal


I don’t really know how to fix this , I have been doing all I can for the pass few days now . But no success

For example I have server A and B , if you I move the site to server A all the sites on server A will stop loading results to error 500 and when I move it to server B all the site on server B will stop loading and server A will start loading fast and is not like the site in question has any large files
 
Hello friends , few days back I noticed that my site went unexpected slow , I was thinking it was a space issues , so I have to more the site to another server with bigger space.

Now I notice that the site slow down any host I move it to and it also affect all other sites on the server and when I remove it out all other site will start loading fast and normal


I don’t really know how to fix this , I have been doing all I can for the pass few days now . But no success

For example I have server A and B , if you I move the site to server A all the sites on server A will stop loading results to error 500 and when I move it to server B all the site on server B will stop loading and server A will start loading fast and is not like the site in question has any large files

The 500 error is thrown usually when your script is messed up. So check your error log to see what exactly is causing the 500 error.

To understand what's slowing things down.. check your server resource usage when sites load slowly. There's a high chance your server is overloaded (not enough CPU/RAM).

Start from there and proceed to dig deeper.
 
Thanks all for your reply , I already fit the error , please is there any plugin I can using to find and replace links on my blog posts ?
 
Thanks all for your reply , I already fit the error , please is there any plugin I can using to find and replace links on my blog posts ?
I don't think there's WP plugin to do it, but it can be achieved with Python + BS4 script.
 
I dont think that the reason for it will be your nginx conf. Nginx has an insane performance, even on small systems by default. Especially in WP, plugins can often cause such a problem.
 
Yeah
I dont think that the reason for it will be your nginx conf. Nginx has an insane performance, even on small systems by default. Especially in WP, plugins can often cause such a problem.
i have fix the error , but the issues I am having now is increase the php memory limit , after editi the php.ni and restart php- fm it won’t still reflect on wp information
 
Hello friends , few days back I noticed that my site went unexpected slow , I was thinking it was a space issues , so I have to more the site to another server with bigger space.

Now I notice that the site slow down any host I move it to and it also affect all other sites on the server and when I remove it out all other site will start loading fast and normal


I don’t really know how to fix this , I have been doing all I can for the pass few days now . But no success

For example I have server A and B , if you I move the site to server A all the sites on server A will stop loading results to error 500 and when I move it to server B all the site on server B will stop loading and server A will start loading fast and is not like the site in question has any large files
This is such a huge topic, its like saying to a mechanic... My car is making a funny sound, can you help me fix it. C'mon.. We'd like to help but this way is not it!
 
Hello friends , few days back I noticed that my site went unexpected slow , I was thinking it was a space issues , so I have to more the site to another server with bigger space.

Now I notice that the site slow down any host I move it to and it also affect all other sites on the server and when I remove it out all other site will start loading fast and normal


I don’t really know how to fix this , I have been doing all I can for the pass few days now . But no success

For example I have server A and B , if you I move the site to server A all the sites on server A will stop loading results to error 500 and when I move it to server B all the site on server B will stop loading and server A will start loading fast and is not like the site in question has any large files
did you contact to the support ???
 
Back
Top