â„–34364[Quote]
Probably
â„–34367[Quote]
it's a tradeoff that prioritises read performance over write performance
makes posting slower but the benefit is the html only has to be generated once, after that the site can just serve the same static html file for every request
the alternative is generating the html on the fly for every request, which is much slower
â„–34368[Quote]
how would you do it then smart guy
â„–34414[Quote]
>>34367interesting
thank you kind saar
â„–34418[Quote]
>>34368i would ask claude ai to do it for me, how could you tell?
â„–34467[Quote]
>>34357 (OP)I haven't taken a look at vchannel's source but I assume it's html with embedded php, but there should be some page cache so the catty html file is modified and not entirely "regenerated"