Jon12345
Well-known member
I notice under Setup > Options > Performance, there is a jQuery source option. Currently, I have it set to Locally hosted. However, I am using a CDN with the following settings in config.php:
So now I am confused! Am I still using it locally? Or am I using the CDN for jQuery? If I am using the CDN fo jQuery, do I need to change the setting from Locally hosted to CDN, or does it make no difference?
Code:
$config['externalDataUrl'] = 'https://cdn.access-programmers.co.uk/forums/data';
$config['javaScriptUrl'] = 'https://cdn.access-programmers.co.uk/forums/js';
So now I am confused! Am I still using it locally? Or am I using the CDN for jQuery? If I am using the CDN fo jQuery, do I need to change the setting from Locally hosted to CDN, or does it make no difference?