1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00
TiddlyWiki5/editions/es-ES/tiddlers/LazyLoading.tid
Paulus fa61bc53fc TW5, Spanish Edition (#2436)
* TW5-es-ES-edition

Spanish edition of TW5.
A full localisation of TiddlyWiki into castillian spanish (es-ES).

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing + TiddlySpot upload

* Translation ongoing

* Translation ongoing + macro fixes

* Translation ongoing

* translation ongoing + macro fixes

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* translation ongoing

* Arreglo plugin

* Arreglo plugin

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* Add Spanish edition to TW5.com

* Reverting forced language plugin load.

folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
2016-05-12 08:46:18 -06:00

35 lines
1.2 KiB
Plaintext

caption: Carga diferida
created: 20140206214608586
es-title: Carga diferida o Lazy Loading
modified: 20160503054340337
tags: Features
title: LazyLoading
type: text/vnd.tiddlywiki
Generalmente, todo el contenido de todos los tiddlers se incrusta en el archivo HTML principal. <<.def "Lazy loading">> o <<.def "Carga diferida">> es la técnica por la que sólo se incrustan los metadatos del tiddler (es decir, todos los campos menos <<.field text>>), que se pide al servidor cuando se necesita. ([[Más información, aquí|https://es.wikipedia.org/wiki/Lazy_loading]])
Puede aplicarse carga diferida en dos configuraciones:
* En [[Node.js|TiddlyWiki on Node.js]] se puede aplicar a los tiddlers de imágenes o a todos los tiddlers excepto los de sistema
* En [[TiddlyWiki in the Sky for TiddlyWeb]], se puede aplicar a todos los tiddlers
! Carga diferida en Node.js
Para iniciar ~TiddlyWiki en carga diferida de imágenes, utiliza este comando:
```
tiddlywiki --server 8080 $:/core/save/lazy-images
```
para aplicar la carga diferida a todos los tiddlers salvo los de sistema, utiliza este este otro:
```
tiddlywiki --server 8080 $:/core/save/lazy-all
```
! Carga diferida en TiddlyWeb
En la configuración actual, la carga diferida se aplica por defecto.