Content static


The Content Static plugin allows you to do just that by letting you to make your site static. Making an article's content static, saves the need for costly SQL resources to load pages from a database.
A similar benefit is present when loading a significant number of modules and plugins. By making your webpage static, you and your users can simply access the static page by pointing or typing the page's url.
How Does Content Static Work? Content Static generates the static content upon initial access of an article, from then on, the page will essentially have nothing to do with Joomla, and would behave just like any other html page.
Please refer tips and frequently asked questions
http://www.eboga.org/cms/joomla/tips-and-frequently-asked-questions-on-content-static.html
V1.0.2 Fix a bug, it now works ok under windows. If you like the plugin, please let me know!
V1.1
Add a version for Joomla1.6 and Joomla1.7
Reduced my site's load speed to about 1/4 previous time. Installed and operates without bugs on J1.59 with SEF Advance and a wide variety of extensions.
There plugin doesn't clean up whenever content changes. Since the files clutter the root directory you have to be carefull to remove the correct files
I moved the 'Joomla base dir' to the cache dir and added to the .htaccess before the joomla section:
RewriteCond PATH/cache/%{REQUEST_URI} -f
RewriteRule (.*) PATH/cache/$1 [L]
now it's a rm -rf cache :)
Really useful skills! Thanks.
Thanks to the author Joe.
Other than this, it's a good idea, i hope that it could be enhaced in a future.
Now, it works in windows, please check!
It is not really need .html extension, if you don't have .html extensions, pleasee add
DefaultType text/html
to .htaccess
Just a quick tip for those who'd like to have all of their site in static (i.e. not just articles) just take out line 40 from contentstatic.php
It's the part that reads "if ((JRequest :: getVar('view')) != 'article'){ return;}"





