Giter Site home page Giter Site logo

jbzoo-cck / zoo-hacks Goto Github PK

View Code? Open in Web Editor NEW
11.0 8.0 4.0 69 KB

Performance hacks and some hotfixes for YOOtheme ZOO Joomla! Component

Home Page: http://forum.jbzoo.com/

License: Other

PHP 100.00%
yootheme zoo joomla performance-hacks zoo-hacks

zoo-hacks's Introduction

YOOtheme Zoo Performance Hacks for Joomla! CMS

ONLY ON YOUR OWN RISK !!!

ZOO Fixes

Performance

  • Disable updates hit counter (#1)
  • Disable checks for publish_up, publish_down and user ACL (#1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14)
  • Disable checking fs permissions for ZOO Control Panel (#1)
  • Don't create new instance on each $this-app->data->create() (#1)
  • Static cache for string sluggify (#1)
  • Separated thumbs paths for slow FS system (#1)
  • Don't check thumb modified date (#1)
  • Delete preview mode in my-submissions (#1)
  • Change time limit between submit submissions (#1)
  • Update Disqus code in core Zoo (#1)
  • Fixed sql query for Big content project (replace a.* for a.id and replace model) (#1)
  • Fix bug in getTransliteration function (#1)

Others

  • Change image quality for ZOO resizer; 95 (#1)
  • Add new badchar '-' and replace this to space; - (#1)

JBZoo Fixes

Others

  • Delete Website input field from Zoo comments form (#1, #2, #3)

How to install

Just unpack arch to root folder of your website. Replace files!

Links

License

GNU/GPL

zoo-hacks's People

Contributors

cb9toiiia avatar smetdenis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zoo-hacks's Issues

very slow query

hi
thanks for tricks and speed ups

i have found very heavy query:

administrator/components/com_zoo/tables/category.php 
public function getAll($application_id, $published = false, $item_count = false, $user = null)

i think GROUP_CONCAT load CPU 100% because i have 50K items at all
and column GROUP_CONCAT(DISTINCT ci.item_id) as item_ids is very big

disabling counting items make site work as lightning but pagination disappearing at this hack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.