We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

heh?! why is this not part of oxwall default release? - OxArt Speed Optimizer | Forum

Unus
Unus Mar 29 '16
everything this plugin is doing should be part of the oxwall default release.


- the plugin merges and compresses all CSS/JS static files to decrease HTTP requests and improve page load time
- the plugin regularly optimizes database tables and does it automatically on schedule 
- the plugin caches up to 30% of database queries within predefined lifetime which makes your page load faster 


also, do you care to explain the last two listed? if you enable the mysql query cache then all this comes for free. what exactly the plugin is doing when it is optimizing the database tables?... 



Sardar
Sardar Apr 11 '16
Hi Unus,


Maybe you are right, but until it's not a part of the Oxwall default release I'm going to develop this plugin.

No problem with explanation:

"- the plugin regularly optimizes database tables and does it automatically on schedule" - the plugin runs Optimize query for every table by schedule, this helps to avoid space overhead and increase table index speed.

"- the plugin caches up to 30% of database queries within predefined lifetime which makes your page load faster" - the plugin uses external storage (memcached, apc) to store query results. Both of them are much faster then executing mysql query, so it's not a cache available out of the Mysql box.

Unus
Unus Apr 12 '16
hi Sardar,


yes it is great you did this plugin while it is missing from default oxwall installation; thank you.


thanks for clarifying the rest of the questions





You do not have permission to reply this topic