PDA

View Full Version : Does anyone know about STATIC PAGE GENERATION ?


sleepykim
08-17-2008, 03:40 AM
I am newbie in vBulletin. Now, I'm using vb 3.7.0.

My site is now running slowly bacause too much database transactions. I saw some vb site, such as http://forum.purseblog.com, that can generate static HTML file instead of running PHP and MySQL script. I think this process should solve my current problem.

I tried to find option of typical vb to generate static page like that, but I cannot.

Does anyone know how do perform static page generation (generate satitic html files instead of using PHP and MySQL script)? Can vb 3.x.x do by itself or using any modifications?

Thanks very much. :)

veenuisthebest
08-17-2008, 03:46 AM
Its a major addon to vbulletin called vBSEO (http://www.vbseo.com). It isn't free.

For a free one, you can try this mod. TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

sleepykim
08-17-2008, 05:29 AM
Thanks very much. I will try that. :)

henrikhansen
08-17-2008, 06:04 AM
Its a major addon to vbulletin called vBSEO (http://www.vbseo.com). It isn't free.

For a free one, you can try this mod. TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

If I understand you question correct, you are more likely looking for these scripts to generate
html FILES:
https://vborg.vbsupport.ru/showthread.php?t=186644
http://www.vbadvanced.com/products.php?do=productinfo&productid=4

Webtemplates is the most simple, but most people use vbadvanced.

Marco van Herwaarden
08-17-2008, 10:39 AM
Even if a SEO solution does change the URL's to .html, they are still just php pages.

vBulletin is dynamic software, you can not create static pages to use less queries.

sleepykim
08-17-2008, 03:19 PM
Oh! I really misunderstand about .html shown on URL's.

I think I should find other methods to reduces my queries time.

Thanks you guys very much for helping me. :)