How to speed up my site [duplicate]

Try using a caching plugin. There’s plenty available, the two most popular being WP Super Cache and W3 Total Cache. If you’re just starting out with caching, I’d recommend W3 Total Cache, as it is rather easy to set up and includes a lot of options. It’s even used by some of the bigger sites … Read more

WP Super Cache Bug with Ubermenu

I’ve experienced the same issue. I’m not 100% sure yet if this is helping because it’s an intermittent issue, but as noted on the plugin author’s docs, this is a potential new fix for the problem: <!– mfunc wp_nav_menu( $args ); –> <?php wp_nav_menu( $args ); ?> <!– /mfunc –> UPDATE As of version 2.3 … Read more

Prevent installation of style.css cookies and file caching

I expect that your theme has code similar to this in it: wp_enqueue_style( ‘themename-style’, get_stylesheet_uri() ); You need to alter this to have version information, like so: wp_enqueue_style( ‘themename-style’, get_stylesheet_uri(), array(), ‘1.0’ ); Where “1.0” is the version of the theme. Now, every time you alter that stylesheet, you need to update the version number. … Read more

WordPress caching issue

Problem solved. Had two pages with the same content, and slightly different names, and I was updating the other one.

Can a WordPress blog be entirely hosted on a CDN if cached?

Yes, making static version of WP blog is definite possibility. I would advise against using caching plugins for that — it’s not their purpose and a lot of their functionality tends to depend on elaborate rewrite rules, which you won’t be able to replicate on CDN. There are dedicated WP solutions (none that I have … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)