With this version i started everything from scratch, to try and speed things up.
Example of time to render the
example page with "option resample rate 4"
Time total: 9.9857sec. Time Parse: 0.413sec. Time img: 9.5556sec
And with "resample rate 1"
Time total: 1.564sec. Time Parse: 0.3932sec. Time img: 1.1529sec
And with cache enabled.
Time total: 0.4957sec. Time Parse: 0.4772sec. Time img: 0.0014sec
My server isn't the fastest in the world. Crapy virtual esx machine.
Main changes:
* Speed improvements
* Removed the "cache folder" option and replaced it with default dir path cache/pcDTR. So we can use joomlas build in clean cache.
* Better handling of "br" and "a" tags in free text. Check out example 6.
* No more case-sensitive font names in "font-family". Just write what you want now.
* Added a timer to the end of body on each pages to see how fast the script works.
* Css is added to the header instead of direct into the body. For xhtml compatibility.
And more that i don't remember.
Changes 3.1.0 -> 3.1.1
* fixed all error notices.
Changes 3.1.1 -> 3.1.2
* fixed css.php path and upgrade method thx to mattaulds.
Changes 3.1.2 -> 3.1.3
* fixed skip class in config didn't work
Changes 3.1.3 -> 3.1.6
* fixed bug where :hover didn't work as it should