You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update README and performance documentation for v1.1.1 enhancements
- Revised performance metrics in README.md to reflect accurate ops/sec for various operations.
- Updated composer.json description to include new performance figures.
- Adjusted DATABASE_PERFORMANCE.md to include v1.1.1 performance comparisons.
- Enhanced PERFORMANCE_COMPARISON.md with detailed metrics for v1.1.1 (Docker).
- Modified performance README to showcase new scalability metrics.
- Updated FRAMEWORK_OVERVIEW_v1.0.1.md to reflect accurate performance data for v1.1.1.
fix: Introduce audit report and critical fixes documentation
- Added AUDIT_REPORT.md detailing code audit findings and recommendations.
- Created CRITICAL_FIXES.md outlining critical issues and proposed solutions.
- Developed IMPLEMENTATION_PLAN.md for structured implementation of fixes.
- Compiled README.md in fixes directory to summarize the documentation structure and usage.
refactor: Consolidate and clean up codebase for improved maintainability
- Identified and documented code duplications and architectural inconsistencies.
- Proposed refactoring strategies for critical components such as Request/Response handling and middleware namespaces.
- Established a detailed implementation plan with timelines and success metrics.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@
15
15
16
16
**PivotPHP** é um microframework moderno, leve e seguro, inspirado no Express.js, para construir APIs e aplicações web de alta performance em PHP. Ideal para validação de conceitos, estudos e desenvolvimento de aplicações que exigem produtividade, arquitetura desacoplada e extensibilidade real.
17
17
18
-
-**Alta Performance**: 2.57M ops/sec em CORS, 2.27M ops/sec em Response, 757K ops/sec roteamento, cache integrado.
18
+
-**Alta Performance**: 692K ops/sec em Status Codes, 548K ops/sec em Content Negotiation, 317K ops/sec em Request Parsing, 294K ops/sec em Response Creation (Docker v1.1.1).
19
19
-**Arquitetura Moderna**: DI Container, Service Providers, Event System, Extension System e PSR-15.
20
20
-**Segurança**: Middlewares robustos para CSRF, XSS, Rate Limiting, JWT, API Key e mais.
21
21
-**Extensível**: Sistema de plugins, hooks, providers e integração PSR-14.
0 commit comments