Wordpress admin interface takes forever to load [closed] - wordpress

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
TLDR Version : Wordpress admin interface does not load
I have a WordPress blog, I have been using it for over 2 years.
Recently I have been experiencing this problem. Al pages login, add new post, dashboard i.e all admin interface pages take forever to load.
I tried debugging this problem, below is a network stat info from my firebug.
It seems that my wp-admin.min.css takes a lot time to load.
Also then I reliased may be this has something to do with the Wordpress Latest Update I had done. But I am not sure, how do i fix this ?
I have search a lot on this, but just couldn't find a solution for this.

It might not be your WordPress installation at all (but rather something about your own internet connection or machine setup). The login page loaded very quickly for me, and here you can see a complete analysis from Pingdom.
It took less than half a second to load. I would try a few of these things to narrow down on the problem:
Reboot
Try a different browser
Try a different computer
Try a different network / location

Related

Route53 A record not working. Wordpress Website hacked [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am myself expert on AWS. My website was working fine till yesterday. Suddenly it stopped working. When I debugged; I found that $ nslookup abc.com has stopped giving my A Record ! I double checked on Route 53. Even modified it. All look fine. Website is working fine if I try using IP address. It is developed using wordpress.
Also, yesterday I got an email saying that my website is hacked and asking for 250 USD as ransom. I would have ignored it as spam but really my website is not working.
This was one of the weirdest issue. I got so freaked out whole day and not finding any clue how to solve it.
Finally found that root cause was that Domain had expired. AWS Route53 does not send any notification etc or even any warning anywhere. Godaddy would send u tons of notification.

Will web scraping only cause harm to those who have a website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
Today I scrape a website using beautifulsoup4 and try to fetch about 16.000 data on that site.
And just few minutes after that, that site got down and can't access about few hours.
So.. my question is:
Will web scraping only cause harm to those who have a website?
First of all, it is advisable to check out the robots.txt file of every site before bombarding it with automated requests like you just did. It is not good for the website owner as well as for you. In order to scrape a website, follow these steps before starting to write a web scraper:
Check if the website has an API available already to make your task easy. If not, then go to step 2.
Check out the robots.txt file which is present at www.anywebsite.com/robots.txt. If the owner has listed this page (which in most cases he will), you can see whether robots are allowed to access the website or not. If yes, then check out which pages are disallowed and also check if there are any rate-limits for it.
If the robots.txt file is not present, then make sure you are gentle enough not to shoot requests to the website at bullet-speed. It might cause harm to the owner and you might get blocked forever from accessing the site.

Service Temporarily Unavailable Wordpress? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
503: Service Temporarily Unavailable
Too many IP addresses accessing one secure area!
Please contact Support if you need assistance.
I am not able to Open admin page and I am not even able to see any sort of errors on then page. How do I resolve this? Please Help...
Take a backup of all your plugins and delete all from the plugin area.
Install plugins one by one and check which plugin is causing trouble.
Most probably it might be caused due to any plugins like s2Member.
If it is s2Member plugin you can solve the issue from here:
Dashboard -› s2Member® -› Restriction Options -› Unique IP Access Restrictions

Hacked Wordpress account [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Good evening to everybody,
I've found some problems managing a Wordpress website which has been hacked some hours ago.
I've changed all the password and created new users for db and domain panel, for wp admin panel too. However, even if I've changed the passwords I've seen that the MD5 hash I've modified to change to another password, the password hash returns continuously to the the hash of the people who hacked the website. It's like they were "monitoring" the website domain panel, recording the changes and trying to change it again.
Anyway the website is online now.
Anyone can help to stop them and avoid other attacks of this kind ?
Thank you !
If you've been hacked, you should consider the whole machine as compromised. Re-install everything (including the OS if you can) and restore only the data, and manually to make sure you don't restore a compromised account or something like that.

Service is down status [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
What is the best practice to inform users if the services is down? In my example it's an application upload function that may be over capacity.
Thanks.
Uli
There are many ways that this can be accomplished and it all depends on what best fits your particular application.
If all you are looking to do is disable a feature, like in your example of disabling the upload feature, you could put a prominent message at the top of that page that says that it is not currently available and then disable the upload button on that page.
If you plan to take down the whole site for maintenance, it's good to have it as a separate page that is not linked to the rest of your site in any way. That way you can modify anything within your site, and also make a lot of changes to your web server.
Have an error page that is pure HTML - that way if the database goes down, you are not showing an error page that is dependant on some kind of DB query. Otherwise, your error page, will error.
You could return an HTTP error code if it is a web/http upload endpoint.
In our company, we have a procedure that do something like that (on our apache server):
Stop a particoular service
Enter .htaccess and do a rewrite-url to a standard down page
When we came back:
Enter .htaccess and remove the rewrite-url
Restart services
This is done by a bash script called when we want to shut down some services.
You could do that with a demon that check if server is "overlogged" and starts that routine.

Resources