https://github.com/pelock/q2a-use-cdn
A small, but useful plugin for Question2Answer v1.8 (and v1.7) system to enable the CDN (Content Delivery Network) usage for JQuery
https://github.com/pelock/q2a-use-cdn
cdn content-delivery-network jquery php plugin q2a q2a-plugin question2answer question2answer-plugin
Last synced: 25 days ago
JSON representation
A small, but useful plugin for Question2Answer v1.8 (and v1.7) system to enable the CDN (Content Delivery Network) usage for JQuery
- Host: GitHub
- URL: https://github.com/pelock/q2a-use-cdn
- Owner: PELock
- License: gpl-2.0
- Created: 2020-07-09T15:51:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T14:36:42.000Z (about 3 years ago)
- Last Synced: 2025-06-20T10:49:17.181Z (12 months ago)
- Topics: cdn, content-delivery-network, jquery, php, plugin, q2a, q2a-plugin, question2answer, question2answer-plugin
- Language: PHP
- Homepage: https://www.pelock.com
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Question2Answer - Use JQuery CDN Plugin
A small, but useful plugin for Question2Answer v1.8 (and v1.7) system to enable the CDN (Content Delivery Network) usage for JQuery.
## CDN? What it does?
It's simple. It replaces default JavaScript JQuery source from the local file to the hosted CDN.
### Before - JQuery script without CDN

### After - JQuery script with Google CDN

## How to use it?
Go to the **Admin Panel** -> **Plugins** and enable it. That's it!

## Why to use CDN?
1. To make your site faster (check it in Google Lighthouse) it's better for SEO. Google CDN is really fast to load.
2. To save your server bandwidth. JQuery minimized is around 30kb. Multiply that by number of the visitors to your site.
3. To use cached copies of the same scripts used by millions of people.
3. You can always make sure you're using the latest version of the scripts (you can specify your own CDN source).
## Changes
* 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