By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Wordpress keeps versions of each edit at the database. If you can clear them, pages can work faster.
One of the best known plugin for this aim is WP-Optimize.
None of the above will make any difference.Additionally, according to content of your site, adding compound indexes to posts and postmeta tables, will increase performance so much. Do you have so much posts?
We've moved it onto our servers now and carried out some initial optimisations. Few more tweaks that can be done but it's coming in at under 2 seconds now on Pingdom
Just shows how bad the 123 servers are!
/** Set custom Uploads directory. */
define('UPLOADS', 'media');
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', false);
/** Set custom Uploads directory. */
define('UPLOADS', 'media');
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');