A small, but useful plugin for Question2Answer v1.8 (and v1.7) system to enable the CDN (Content Delivery Network) usage for JQuery.
It's simple. It replaces default JavaScript JQuery source from the local file to the hosted CDN.
Go to the Admin Panel -> Plugins and enable it. That's it!
- To make your site faster (check it in Google Lighthouse) it's better for SEO. Google CDN is really fast to load.
- To save your server bandwidth. JQuery minimized is around 30kb. Multiply that by number of the visitors to your site.
- To use cached copies of the same scripts used by millions of people.
- You can always make sure you're using the latest version of the scripts (you can specify your own CDN source).
- v1.0 - Initial release
Bartosz Wójcik
- Visit my site at — https://www.pelock.com
- Twitter — https://twitter.com/PELock
- GitHub — https://github.com/PELock