Hehe well the memory performance discussion was kinda down to what could be done, what is interesting and what is already in place so I gave that one a rest since I think we all agree there and I do think it would be nice to see some performance monitor plugin not having to switch to cpanel.
Dynamic/static, I know harmony bwteen the two is okay, I just thought about caching and where to start so I started about the system setup in general and moved towards the plugin with regard to the 'static' pages. Since performance, especially on cheaper hosts, can be tuned pretty well to see a nice performance gain which is partly due to the system and browser caching tweaks through htaccess or straight on the box itself.
The WP plugins, I have read about one plugin for Wordpress which seemed to be very popular. I thought maybe you had chosen it as a reference when working on your own cache plugin.
The minifying plugin from Osclass I used once and it did break stuff so I decided to forget about this plugin and just focus on keeping files minified and as little different files as possible. I simply use an online minifier for both css and js.
Thinking about what you said, I am trying to understand the cache mechanism for static pages in a plugin. Isn't it simply a matter of having a routine that creates the static pages and store them in a seperate folder orso and let Osclass check to see if the specific page is available to retreive it from folder or have it created dynamically and created as static?
We are away from the original topic and nobody here have any mod privileges to split it into 3 directions it is headed, now becoming a real mess
@ SmaRTeY
In your first part of the post you touched several things that are all different, not sure what you are pointing to? In any case, dynamic caching does not mutually exclude static caching, they can both work and live in harmony.
As for the last question, WordPress has many plugins of this kind, some are very complex because they offer additional features (not only caching) and they are of different architecture from Osclass (as you already know that). Not sure which one do you have in mind? I have only briefly tested few. Many WP plugins offer js/html/css minify+combining as extra features, which I don't like at all inside Osclass. Why? There are sensitive plugins and theme parts that break every time with any minifying script tested out there.