Splash pages on a high traffic site
Splash pages on a high traffic site
Splash pages on a high traffic site
Should I use transients for these API call results?
Post not showing up sometimes on website
On your master site, register a new XML RPC method that accepts a date argument and replies back with all content published since then. For each of your drone sites, register a cron hook that pings the master every X minutes/hours with the date of the most recently “imported” content, and then saves the response … Read more
Try using the php error log to debug your issue. You can find the error log using this command in the terminal is you are using linux. sudo su cd /var/log/apache2/ sudo gedit error.log Now if you debug properly you will get to know where the changes went wrong.
No caching plugin will cache ajax request because it is considered a bad idea to cache a post request as they are usually used to change the state of the site and therefor might have a different response. You will have to write such a caching by yourself.
Custom php Widget keeps disappearing from the front end
Since the issue was only on the initial page load after submission, I was able to solve this by doing a dirty hack. $current_user->data->user_email = $_POST[’email’]; // fix for showing wrong email on save This solved my issue for my needs.
is_user_logged_in() not working after domain change
Super cache caches mobile pages for desktop