The profiling tag has no wiki summary.
0
votes
1answer
20 views
Readonly input text appears unlocked while the page is loading
I need help with a code for locking editing an input of type text in the profile page of Wordpress.
I added the following code:
(function(){
$("#email").attr("readonly","readonly");
});
But ...
0
votes
1answer
22 views
P3 Profiler and Yoast SEO plugin
I have profiled my blog with the P3 Plugin and it pointed out that Yoast SEO slows down the site a bit. I then found out that the biggest performance penalty is paid when you "force rewrite" the ...
7
votes
2answers
247 views
Wordpress usermeta scaling for thousands of users
I have developed a CRM plugin for a client integrated with Wordpress user management and I stored additional information for each user under the wp_usermeta table.
However, the client's customer ...
2
votes
2answers
400 views
Send email to Admin when user/member updates specific user/member data
I have previously asked about How to automatically send email to Admin when a user/member changes his/hers profile data. And got some very good answers.
Send automatic mail to Admin when user/member ...
2
votes
1answer
2k views
Send automatic mail to Admin when user/member changes/adds profile
Is there a way to send the updated/added values from profile, when a member/user updates his/hers data, to the admin of the site or another emailadress?
Can this be the first step?
/* do something ...
0
votes
2answers
160 views
How-to leverage WordPess for creating Extended Social Profiles
My question is actually quite simple, but I think there are a number of answers to choose from:
If one were to use WordPress, what would be the most elegant way of creating a part of the website that ...
6
votes
4answers
1k views
Profiling a WordPress Website for Deployment on Shared Hosting?
I am having a problem with CPU usage on my website, and am looking for a way to detect (and fix) what is causing it. A topic not covered in this question.
Following on Hakre answer here, I now ...