Using Wordpress I will need to use the article link more than once, I wanted to know if storing 'permalink' in a variable resource server resource, since I will only do one request to the database or there is an expense to process What does not make up?
Ex:
$post_url = get_permalink();
// To get the URL and store in a variable
echo $post_url;
// To use it
PS: I'll use the link 4 times.