>> -1 for using pre-generated notes. Next time we want to change the
>> layout of the notes, what will we do ? let PHP work on fly ;)
>> didou
>
> Original notes are remaining untouched on the master server.
> update-user-notes fetches data from there frequently
> (id don't know how frequently), an
> -1 for using pre-generated notes. Next time we want to change the layout
> of the notes, what will we do ? let PHP work on fly ;)
> didou
Original notes are remaining untouched on the master server.
update-user-notes fetches data from there frequently
(id don't know how frequently), and stores u
> Hello!
Hi,
> Based on the idea of Goba, i did some measurement on user notes.
>
> Goba's idea is:
> We can save resources if we pregenerate formatted notes,
> and stores that content instead the raw notes. At this
> time every note requires a preg_replace, and a highlight_php()
> filter. If we m
Hello!
Based on the idea of Goba, i did some measurement on user notes.
Goba's idea is:
We can save resources if we pregenerate formatted notes,
and stores that content instead the raw notes. At this
time every note requires a preg_replace, and a highlight_php()
filter. If we move clean_note() fr