How to add post meta to post permalink with still keeping a good performance?
Your code is setting the slug of the post to your custom meta string. That work is done on the admin side and so shouldn’t effect your viewers much. WordPress will use that slug more or less directly to construct an url and/or load a page. What you have done is not different from hand-writing … Read more