Log in

View Full Version : lightning fast vB


Tradjick
04-05-2004, 09:33 AM
Some things in vB keep the same over the whole board. Like for example the header, footer, forumhome (minus the latest threads), etc.
Would it be possible - for a registered user - to have parsed for example the header on it´s hard disk, and with an if clause make his browser call it, when it´s present???
I´m also wondering if it would be possible to store the information in the threads on the local disc, for example the posting #1, posting #2, etc. The script would check if there hasn´t been edited a newer version of that posting, and if not, it would take the information stored locally.
What do you think, would this somehow be possible? Even with a certificate or with a downloadable installer???

sabret00the
04-05-2004, 10:23 AM
Some things in vB keep the same over the whole board. Like for example the header, footer, forumhome (minus the latest threads), etc.
Would it be possible - for a registered user - to have parsed for example the header on it?s hard disk, and with an if clause make his browser call it, when it?s present???
I?m also wondering if it would be possible to store the information in the threads on the local disc, for example the posting #1, posting #2, etc. The script would check if there hasn?t been edited a newer version of that posting, and if not, it would take the information stored locally.
What do you think, would this somehow be possible? Even with a certificate or with a downloadable installer???
to the best of my knowledge no it's not possible to check whether the user has something cached on their end, however you can cache it on the server, thus not needing to query the database which should speed it up, that options in the acp