If you are going to divide it into multiple pages you should definitely
figure out a way to load the core and plugins from one URL so it can be
cached. This will decrease the file size by 1.5MB or more, depending on
your plugins. They can be added to the preloadTiddlers array like normal. I
would recommend using a script tag in head with a src attribute that is
simply $tw.preloadTiddlers.push({... json tiddler ...}). You can check out
how I did it at https://github.com/twcloud/dropbox-datafolder/. Check out
the tiddlywiki directory and the src/dropbox-filefunctions.ts file

On Thu, Aug 16, 2018 at 8:38 AM TonyM <anthony.mus...@gmail.com> wrote:

> Siniy-Kit,
>
> Is there a way to divide the site by multiple factors such as product
> types? then ensure the site look the same so user do not even know they are
> moving to another tiddlywiki. In this case you may need to keep some
> information in each wiki to assist product search (perhaps we would call
> these skinny products).
>
> Do you have cloud flare or another caching solution in place? it made a
> big difference to a site of mine when I did this.
>
> Also performance not tested by me, but NoteSelf can store tiddlers in both
> a local pouchDB and remote counchdb perhaps this would enhance the
> performance. The default pouchDB performance could be very good once the
> site is loaded and this is supported by a "Loading" message.
>
> I have recently had node.JS running on my Cpanel hosting platform
> (CloudLinix) the various security issues may be addressed in the next
> release of tiddlywiki.
>
> Best wishes
> Tony
>
> On Thursday, 16 August 2018 00:38:42 UTC+10, Siniy-Kit wrote:
>>
>> Hi! I make little online stores on Tiddlywiky. When I have not more than
>> 2000 items in my store, it works fast, but customer wants to have 12500
>> items with many parameters...
>> so I made a demo of this shop https://heeg.ru/shop_test244.html it
>> is 21.8 Mb (very big) and it works slow.
>> How to make it work fast?
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/3a1b4dcf-85cd-4252-9924-41ab03eb1024%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/3a1b4dcf-85cd-4252-9924-41ab03eb1024%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRoCqHGFuc80WHC9kcMLiBBELH-4Yu1uXkRnA9s_oa0GA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to