Title: StaticOptimizer
Author: StaticOptimizer
Published: <strong>6 de Noviembre de  2020</strong>
Last modified: 26 de Noviembre de  2022

---

Buscar plugins

![](https://ps.w.org/static-optimizer/assets/banner-772x250.png?rev=2559207)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/static-optimizer/assets/icon-256x256.png?rev=2559212)

# StaticOptimizer

 Por [StaticOptimizer](https://profiles.wordpress.org/statopt/)

[Descargar](https://downloads.wordpress.org/plugin/static-optimizer.1.0.6.zip)

 * [Detalles](https://cl.wordpress.org/plugins/static-optimizer/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/static-optimizer/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/static-optimizer/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/static-optimizer/#developers)

 [Soporte](https://wordpress.org/support/plugin/static-optimizer/)

## Descripción

StaticOptimizer is a static file optimization cloud service that speeds up your 
site by optimizing and serving (the selected) static files from your site.
 The 
service optimizes & compresses the files automatically. No database or files changes
are performed therefore there’s no risk if you want to uninstall the plugin later(…
but why would you?) If our optimization server are down (upgrade, maintenance or
outage) your original files will be loaded instead.

#### Features / Benefits

 * Simple, efficient and free to use
 * The free plan allows you to have images up to 5mb and up to 1600px wide or tall
 * Easy to set up. Just get your API key and you’re good to go.
 * Automatic js and css minification & compression
 * Automatic image optimization (gif, jpeg, png, svg)
 * Files are reloaded only when they are changed on your server (or deleted from
   ours).
 * Automatic conversion to webp
 * Our servers check and if the visitor’s browser supports webp we’ll serve that
   file otherwise the optimized version.
 * Responsive Images (from srcset) are also processed
 * Background images url() are also processed
 * We’ve put extra efforts to make this plugin as efficient as possible.
 * The code in script blocks is preserved
 * Sandbox/test/development subdomains are automatically authorized if the main 
   domain is authorized. Test subdomains are: test, testing, sandbox, dev, local,
   stage, staging
 * SEO: Our servers return canonical header to tell which is the source file. Link:
   [https://example.com/images/image.png](https://example.com/images/image.png);
   rel=”canonical”
 * Select if you want your site to be optimized by servers in Europe or North America
 * No lock-in = after deactivation, all files will work and load from your current
   host and no data loss

### Demo

#### Test drive

https://wpdemo.net/try/plugin/static-optimizer

#### Video demo

#### How it works

After you get your API key the plugin will install as a system (mu-plugin) and will
correct the location where the selected files are loaded from.
 During the plugin
configuration you can tell the plugin which file types you’d like to be optimized.
By default only images are selected for optimization. You can also select js, & 
css files to be optimized as well. The first time our servers get a file it will
be downloaded and optimized. Because this operation can take several seconds your
users will be redirected back to the original file that was requested. Any subsequent
requests will be served from our servers.

#### Who is this plugin for?

People who have lots of images on their site such online stores, photographers, 
real estate agents.

#### Thanks

The logo was designed by Atanas Lambev – [https://dralart.com](https://dralart.com)

I’d like to express my gratitude to the people who have taken the time to test the
plugin & make suggestions and/or has provided access to troubleshoot glitches.
 *
Phil Ryan – [https://site123.ca](https://site123.ca) * Michel Veenstra – [https://www.adventis.nl](https://www.adventis.nl)

 * and to many more.

### Support

Bugs? Suggestions? If you want a faster response contact us through our website’s
contact form at https://statopt.com and
 not through the support tab of this plugin
or WordPress forums for a faster response.

#### Author

Svetoslav Marinov (Slavi) | [StaticOptimizer](https://statopt.com/?utm_source=static-optimizer-wp)

## Instalación

 1. Unzip the package, and upload `static-optimizer` to the `/wp-content/plugins/` 
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure which file types you’d like to get optimized
 4. Create a free account and pick a plan
 5. Done

## FAQ

### For the most up-to-date FAQ see the site

Check out [https://statopt.com](https://statopt.com)

### Bug Report / Feature Requests

Please submit any bug report or feature requests in our github issue tracking system.

[Report Bugs / Features](https://github.com/statopt/static-optimizer-wp/issues)

### Does it work with WordPress multisite?

Yes

## Reseñas

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

### 󠀁[Good Plugin But Needs Work](https://wordpress.org/support/topic/good-plugin-but-needs-work-2/)󠁿

 [VannDigital](https://profiles.wordpress.org/vdn-staff/) 23 de Abril de 2021 3 
respuestas

My site loaded & ran faster as a result of this plugin but it blocks images on my
Twitter Cards. Will up rating once this gets handled.

 [ Leer 1 comentario ](https://wordpress.org/support/plugin/static-optimizer/reviews/)

## Colaboradores & Desarrolladores

“StaticOptimizer” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ StaticOptimizer ](https://profiles.wordpress.org/statopt/)
 *   [ Svetoslav Marinov ](https://profiles.wordpress.org/lordspace/)
 *   [ orbisius ](https://profiles.wordpress.org/orbisius/)

[Traduce “StaticOptimizer” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/static-optimizer)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/static-optimizer/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/static-optimizer/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/static-optimizer/)
por [RSS](https://plugins.trac.wordpress.org/log/static-optimizer/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0.6

 * Updated code so it doesn’t run if there’s a server side StatOpt optimization 
   solution
 * Fixes and tests with latest WordPress version
 * a fix for the case when the last modified time couldn’t be determined for some
   reason i.e. skip the asset opt url rewriting

#### 1.0.5

 * added optimization support for svg images
 * the CSS relative paths should have been resolved.
 * added demo
 * todo: show a notice if the domain name has changed & for sandbox
 * added a parameter ‘statopt_status’ to turn off the optimization for a given page
   using ?statopt_status=0
 * added a fallback parameter if for some reason the replacements didn’t succeed.
 * Tested with WP 5.7

#### 1.0.4

 * Fix: when js/css couldn’t be loaded we used to create a new obj. Now we are reusing
   the existing one.
 * Pick preferred server location in Europe or North America
 * Refactored code so it uses OOP style.
 * Fixed sha1 wasn’t calculated for the most common files
 * Fixed images file type was unselectable.
 * Fixed the link to the quick contact page
 * Cleaned up code. Removed old code that was going to be used for the mu plugin
 * Added an option so people can link back to StaticOptimizer home page.

#### 1.0.3

 * moved demo up
 * readme changes
 * removed the fonts from the selected list as they may not load all the time usually
   those with relative paths
 * added a check so the api form expands after the user submits the form to get 
   a key
 * added notes about fonts referenced/loaded via relative paths
 * fixed the notice that’s shown on localhost installs
 * improved image parser to skip external images.
 * added a fix for the parser that deals with backgrounds with url() … it was capturing
   the last closing parenthesis

#### 1.0.2

 * Removed the check for body start which was making the plugin to not process anything
   pretty early. On some sites the body started after 60-70kb
 * fixed twitter handle to statopt
 * hide the settings form when there’s no api key so it’s easier to see what’s expected
   from the user.

#### 1.0.1

 * Updated text & labels

#### 1.0.0

 * Initial release

## Meta

 *  Versión **1.0.6**
 *  Última actualización **hace 3 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 4.0 o superior **
 *  Probado hasta **6.1.10**
 *  Versión de PHP ** 5.6 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/static-optimizer/)
 * Etiquetas
 * [optimization](https://cl.wordpress.org/plugins/tags/optimization/)[smush](https://cl.wordpress.org/plugins/tags/smush/)
   [static](https://cl.wordpress.org/plugins/tags/static/)[wp](https://cl.wordpress.org/plugins/tags/wp/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/static-optimizer/advanced/)

## Calificaciones

 3 de 5 estrellas.

 *  [  0 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/static-optimizer/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/static-optimizer/reviews/?filter=4)
 *  [  1 valoración de 3 estrellas     ](https://wordpress.org/support/plugin/static-optimizer/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/static-optimizer/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/static-optimizer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/static-optimizer/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/static-optimizer/reviews/)

## Colaboradores

 *   [ StaticOptimizer ](https://profiles.wordpress.org/statopt/)
 *   [ Svetoslav Marinov ](https://profiles.wordpress.org/lordspace/)
 *   [ orbisius ](https://profiles.wordpress.org/orbisius/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/static-optimizer/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7APYDVPBCSY9A)