Title: Cache External Scripts
Author: Voorsie
Published: <strong>24 novembris, 2015</strong>
Last modified: 11 maijs, 2019

---

Meklēt spraudņus

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

![](https://s.w.org/plugins/geopattern-icon/cache-external-scripts.svg)

# Cache External Scripts

 Autors [Voorsie](https://profiles.wordpress.org/voorsie/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/cache-external-scripts.0.4.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/cache-external-scripts/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/cache-external-scripts/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/cache-external-scripts/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/cache-external-scripts/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/cache-external-scripts/)

## Apraksts

Often when trying to optimize the Google Pagespeed score, there is one script which
still causing the ‘Leverage browser caching’ rule popping up: Google’s own gtag.
js and/or analytics.js file…

With this plugin you will be able to cache this file on your local server and enable
browser caching for longer than 2 hours. The plugin will check every day if there
is a newer version of the file to keep the cache up to date.

## Ekrānuzņēmumi

[⌊Fix this last Google Pagespeed problem⌉⌊Fix this last Google Pagespeed problem⌉[

Fix this last Google Pagespeed problem

## Uzstādīšana

Installation is very easy;

 1. Upload the plugin directory `cache-external-scripts` to the `/wp-content/plugins/`
    directory or install it directly from the WordPress plugin directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Once the external script is cached by the plugin, it will automatically replace
    the url in your current Google Analytics code (meaning you can use your current
    Google Analytics plugin).

## BUJ

  I have installed the plugin, but I can’t find the Google Analytics code in the
page source code

This plugin only caches the script and replaces it in your **current** Analytics
code, containing ‘gtag.js’, ‘analytics.js’ or the older ‘ga.js’ script.
 We chose
not to insert the Analytics code itself because there are tons of plugins for that
already, and some users require modifications in the code.

  How can I check if the Analytics code is properly cached

We store the cached file in the wordpress `uploads` directory, in the folder called`
cached-scripts`. If this folder doesn’t exist or is empty, please visit the settings
page of the plugin to manually fetch the script.

## Atsauksmes

![](https://secure.gravatar.com/avatar/672f84adced657602045061f8f6cfdbc15d59240126ce2a831283c2b4b773358?
s=60&d=retro&r=g)

### 󠀁[80](https://wordpress.org/support/topic/80-157/)󠁿

 [vkw72](https://profiles.wordpress.org/wakili/) 7 marts, 2020

Very Good plugin

![](https://secure.gravatar.com/avatar/891420dbd9f64ea37eabc25e7c64f0d59a354d1750b5cf847d0eff034ff053a9?
s=60&d=retro&r=g)

### 󠀁[Great job for google analytics (only)](https://wordpress.org/support/topic/great-job-for-google-analytics-only/)󠁿

 [RicaNeaga](https://profiles.wordpress.org/ricaneaga/) 2 septembris, 2019

Would be great to also support facebook pixel code (at some point) 🙂

![](https://secure.gravatar.com/avatar/d424dfc35520a79af5bad24c1a6eab1585b4a3ffa26a48190d48939161365ef2?
s=60&d=retro&r=g)

### 󠀁[works like a charm!](https://wordpress.org/support/topic/works-like-a-charm-1497/)󠁿

 [alibt68](https://profiles.wordpress.org/alibt68/) 1 augusts, 2019

I was a bit concerned about this plugin and its conflict with W3, but it gets the
job done perfectly! thanks guys

![](https://secure.gravatar.com/avatar/eace352e65214f61ecfc69ac92d4d78a76f078f4447857bd586c8c66b2fbfe19?
s=60&d=retro&r=g)

### 󠀁[works very well](https://wordpress.org/support/topic/works-very-well-390/)󠁿

 [tonyuk123](https://profiles.wordpress.org/tonyuk123/) 15 aprīlis, 2019

Great little plugin, works very well could do with a few other things being cached–
google maps?

![](https://secure.gravatar.com/avatar/a8add83370ffeb205894ee85a24801210c1efe7044fa026904c8c77db8ed9d65?
s=60&d=retro&r=g)

### 󠀁[best service](https://wordpress.org/support/topic/best-service-9/)󠁿

 [musa007](https://profiles.wordpress.org/musa007/) 20 marts, 2019

I love this

![](https://secure.gravatar.com/avatar/99f896bb049a9a5f4c37c88a13e3043002dfc7b9d74be4acc38883f25dae15ac?
s=60&d=retro&r=g)

### 󠀁[Ok!](https://wordpress.org/support/topic/ok-435/)󠁿

 [sergeyua12](https://profiles.wordpress.org/sergeyua12/) 28 decembris, 2018

Ok!

 [ Lasīt 25 atsauksmes ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/)

## Autori un izstrādātāji

“Cache External Scripts” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši
šādi cilvēki.

Līdzdalībnieki

 *   [ Voorsie ](https://profiles.wordpress.org/voorsie/)

[Tulkot “Cache External Scripts&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/cache-external-scripts)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/cache-external-scripts/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/cache-external-scripts/)
vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/cache-external-scripts/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/cache-external-scripts/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 0.4

 * Added support for new Google Analytics tracking code using gtag.js
 * Added missing semicolon which rarely caused a JavaScript issue in certain cases
   when minifying source code

#### 0.3

 * Added support for new Google Analytics tracking codes using https protocol as
   standard
 * Small bug fix where cache being checked against the wrong file

#### 0.2

 * Added support for (old) Google Analytics tracking codes using `ga.js` script

#### 0.1

 * Initial release

## Meta

 *  Versija **0.4**
 *  Pēdējo reizi atjaunots: **pirms 7 gadiem**
 *  Aktīvās instalācijas: **900+**
 *  WordPress versija ** 3.0.1 vai jaunāka **
 *  Pārbaudīts līdz: **5.2.24**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/cache-external-scripts/)
 * Birkas:
 * [cache](https://lv.wordpress.org/plugins/tags/cache/)[caching](https://lv.wordpress.org/plugins/tags/caching/)
   [google analytics](https://lv.wordpress.org/plugins/tags/google-analytics/)[javascripts](https://lv.wordpress.org/plugins/tags/javascripts/)
   [scripts](https://lv.wordpress.org/plugins/tags/scripts/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/cache-external-scripts/advanced/)

## Vērtējumi

 5 no 5 zvaigznēm.

 *  [  24 5-star reviews     ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/cache-external-scripts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cache-external-scripts/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/cache-external-scripts/reviews/)

## Līdzdalībnieki

 *   [ Voorsie ](https://profiles.wordpress.org/voorsie/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/cache-external-scripts/)

## Ziedojiet

Vai vēlaties atbalstīt šī spraudņa pilnveidošanu?

 [ Ziedojiet šim spraudnim ](https://www.forcemedia.nl/wordpress-plugins/cache-external-scripts/)