Thread: UNIT3D v7.0.0
View Single Post
  #1  
Old 12th July 2023, 00:34
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Post UNIT3D v7.0.0
Hello,

Been some time since I have posted here. Figured I would let ppl know we are getting ready to release v7. UNIT3D is written is Laravel, Livewire and AlpineJS stack with our own SCSS stylesheet. UNIT3Ds default php queue job announce system can easily handle 800k-1mil peers on a modern dedicated server. We do offer a RUST lang announce for those want to run on cheaper hardware and still handle lots of peers.

Example:
Ryzen 7 3800X - 8 cores at 3.9GHz
64GB DDR4 ECC 2666MHz
2× 960GB SSD NVMe

This cheap $65 a month dedicated server is handling 680k peers currently with an average load of 2-4. 17.72 GiB RAM used. Of course like any software using php and mysql the configs have been tuned. Page loads are all under 0.2 seconds with most like staff dashboard being only "This page took 0.025 seconds to render and 2.00 MB of memory". This site currently has a large database of users, torrents, peers and history records.

V7 has gone through a ton of refactoring with performance, readability and security in mind. UNIT3D ships with a A+ rating out the door. https://observatory.mozilla.org/analyze/unit3d.site

We also have basic guides for tuning as well as professional tuning services for those that don't want to do it themselves.

UNIT3D is MySQL Strict Mode Compliant, and PHP 8.2 Ready. Works with Opcache and has PHP preloading file included. The code is well-designed and follows the PSR-2 coding style. It uses an MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more!

The installer does it all for you very simply.

Click the image to open in full size.

Stay tuned for updates. We plan to release v7 very soon. Just need to finish up the PHPUnit test-suite and some other smaller things.

Enjoy!
__________________
Founder Of UNIT3D
Reply With Quote