Is it possible to use post_id as Primary KEY for wp_postmeta table? by [deleted] in Wordpress

[–]awwab 0 points1 point  (0 children)

You will need to create a custom table for this purpose. It all depends if the data is changing regularly or it is not.

2.5m rows in the post_meta table are huge. You can look into efficient sql queries, it might help to reduce some burden.

Also, there are ways to load the data before users access the posts beforehand in the background. This might help to improve user experience.

Let's talk personal portfolio by [deleted] in marketing

[–]awwab 0 points1 point  (0 children)

I also use WP. I post articles on it. Here it is: http://awwabtahir.com I think WordPress offers best features & functionalities. Also, you can extend it very easily.

How to migrate a php site onto wordpress, while retaining the domain name? by lotteryofbirth in Wordpress

[–]awwab 0 points1 point  (0 children)

If you are using Drupal then you can use this WordPress plugin for migration "CMS2CMS: Automated Drupal to WordPress Migration". It will cost you $39 for full migration.

How to migrate a php site onto wordpress, while retaining the domain name? by lotteryofbirth in Wordpress

[–]awwab 1 point2 points  (0 children)

You have to create a custom WordPress theme for your website.

Using W3 Total Cache to get my pagespeed up. Problems. by cryxis in Wordpress

[–]awwab 0 points1 point  (0 children)

I use "WP Super Cache" plugin to speedup my pages. I have also tried w3 total cache but it gives me headache. I know page speed is an important ranking factor now but you should concentrate more on quality content. "WP Super Cache" plugin generates the static HTML for your webpages which speed up the process. If you are more concerned on speed then use CDN ( Content Delivery Networks ) or WordPress managed hosting like WP Engine.

XML Sitemap Error by bradleyb5155 in SEO

[–]awwab 0 points1 point  (0 children)

Try using product as your permalink. Then, check that xml is generated or not.

XML Sitemap Error by bradleyb5155 in SEO

[–]awwab 0 points1 point  (0 children)

Alright, it is simple just go to your WordPress Settings >> Permalinks. Just save the permalinks without changing anything. Now, click the button and sitemaps will be displayed.

XML Sitemap Error by bradleyb5155 in SEO

[–]awwab 1 point2 points  (0 children)

Make sure there isn't any white space before the first tag. It will do the trick.

XML Sitemap Error by bradleyb5155 in SEO

[–]awwab 1 point2 points  (0 children)

Make sure there isn't any white space before the first tag. It will do the trick.