cleaned up the code to get a massive boost to publishing and page rendering speeds the issue was related to pages being collected and transformed into objects the system could use multiple times, resulting in sluggish rendering due to available memory getting drained to accomodate a long script running more than it was needed. edited the rendering process so the script is only called one and the data is passed to the respective functions that require that data. also plugged in some minor manual garbage collection that speed up the process a bit more there was also a bug with rendering the tags file that was resulting in the `tags.json` file being unusually large. the issue was tags were getting replicated in the process resulting in adding duplicates to the tag file everytime it was run. go rid of the unnecessary function that was calling the replicate tags array and now the tags file is it's appropriate size whew, this turned out to be a big one that wasn't meant to be, but the peformance boost was worth it |
||
---|---|---|
app | ||
bootstrap | ||
config | ||
content | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.babelrc | ||
.editorconfig | ||
.env.example | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.php-cs-fixer.php | ||
.prettierignore | ||
.prettierrc | ||
artisan | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
phpunit.xml | ||
README.md | ||
vite.config.js |
Fipamo
The Fipamo Project was originally a side project of Ro to help make his development work easier by having a stable base to build from instead of having to build from scratch each time.
With the rise of independent social media becoming a permanent topic in mainstream tech discourse, the need for easy-to-use tools to create and maintain a personal online experience that the individual can control is a priority.
To address this need, Fipamo has evolved into a self-hosted no-database content management platform that is accessible, easy to understand, and extendable.
Fipamo Goals
Fipamo will be a full-featured content management platform that makes it easy for people to create and manage their content and retain full control of their creations, with the ability to share their content with other platforms at their discretion.
Fipamo Planned Features
- Blog-style posting with a variety of media types, i.e. text, images, video, sound, etc
- Micro-blog capabilities through Activity Pub integration
- Sharing content with any platform with any platform with an available API (Instagram, TikTok, WordPress, etc)
- Modern accessibility to serve the needs of differently-abled people.
- Plug-in system to extend functionality
- Easy data portability
Contributing to Fipamo
Fipamo is a project that wants to foster a healthy community through the values of safety, ease of use, and transparency. The creation of a tool that promotes these attributes cannot be done by one person, so contributors from a variety of backgrounds are welcome to lend their expertise to accomplish this goal.
For details on how to lend a hand, check the guide.