com.jukusoft / jukucms
Open Source CMS should be the fastest CMS world wide (WIP)
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 93
Language:JavaScript
Type:project
Requires
- php: >=7.0.8
This package is not auto-updated.
Last update: 2025-01-05 07:06:47 UTC
README
Open Source CMS should be the fastest CMS world wide (WIP).
Main Goals
I am one of the earlier developers of ContentLion and now i want to build a new - very fast - CMS (Content Management System).
My favorite CMS is wordpress, but it has a really big problem: Its very slow.
I think Wordpress is the best, but also the slowest CMS (also with Cache plugins), because it depends on the software & plugin architecture.
So i try to make it better! Build a fast CMS with all required features by default, but also very extenable.
Main goal: Reach a performance that CMS can generate pages in <= 200ms.
- fastest CMS in then world
- scalable
- supports Memcache
- based on newest technologies (PHP7 and so on)
- SEO / search engine friendly by default
- WYSIWYG Editor (What You See Is What You Get, like Word)
- support for Blog & ticket (support) systems
- self repair (if database is broken, this CMS should be able to repair the database itself without any manuall interactions)
- extendable
- mobile friendly
- get high Google page speed score
- plugin marketplace (only checked plugins!) with speed index (how much they reduce speed of cms)
Requirements
- PHP 7.0.8+
- MySQL 5.7+
- Mod_Rewrite Support
Icon
https://www.iconfinder.com/icons/298861/rocket_icon#size=256, MIT License
Official Wiki & Support
Penetration Tester:
Caching
Currently, following caches are supported:
- file cache
- memcache
- memcached
- Hazelcast
Architecture
- Styles (/styles)
- Plugins (/plugins)
- Core
- Kernel (system/packages)
- Micro-Kernel (system/core/classes, system/core/driver, system/core/exception)
Roadmap
- Core finished - 06.04.2018 (Issues)
- Alpha 0.1.0 finished - 21.08.2018 (Issues)
- Alpha 0.2.0 (WIP) (Issues)
Legend:
First Screenshots
Some early screenshots from core, main page:
Admin Area:
Presentation
Badge Links:
https://poser.pugx.org/
CONTRIBUTORS / Maintainers
- Justin Künzel @JuKu - jukusoft.com
- Pascal Reinjens @PascalReintjens
License
Styles, Plugins & Packages can have their own licenses (see LICENSE file in directory)!
Also directory system/thirdparty contains own licenses!
All other code is licensed under Apache 2.0 license.