Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5.1k
Star
36.5k
Code
Issues
2.6k
Pull requests
919
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Perf/reorganize autoloading
- #62231
#62231
Draft
come-nc
wants to merge 15 commits into
master
nextcloud/server:master
from
perf/reorganize-autoloading
nextcloud/server:perf/reorganize-autoloading
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Draft
Perf/reorganize autoloading
#62231
come-nc
wants to merge 15 commits into
master
nextcloud/server:master
from
perf/reorganize-autoloading
nextcloud/server:perf/reorganize-autoloading
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
feat: Add a PhpDumpCache service for caching arrays as PHP files
Show description for bba4efa
come-nc
committed
bba4efa
View commit details
Copy full SHA for bba4efa
Browse repository at this point
feat: Use a custom autoloader instead of composer
Show description for bfb3bd5
come-nc
committed
bfb3bd5
View commit details
Copy full SHA for bfb3bd5
Browse repository at this point
perf: Move registerAutoloading to AppManager and optimize
Show description for 5b89f3a
come-nc
committed
5b89f3a
View commit details
Copy full SHA for 5b89f3a
Browse repository at this point
fix: Re-enable composer autoloader from apps for backward compatibility
Show description for bcbead0
come-nc
committed
bcbead0
View commit details
Copy full SHA for bcbead0
Browse repository at this point
perf: Delete composer autoloader for shipped apps to rely on the new one
Show description for b96c44e
come-nc
committed
b96c44e
View commit details
Copy full SHA for b96c44e
Browse repository at this point
chore: Use Psr4 for OC/OCP, make cache directory configurable
Show description for af3e0c8
come-nc
committed
af3e0c8
View commit details
Copy full SHA for af3e0c8
Browse repository at this point
chore: Fix autoloading of test classes
Show description for 91043e6
come-nc
committed
91043e6
View commit details
Copy full SHA for 91043e6
Browse repository at this point
fix: Hardcode require of functions file that autoloader cannot load
Show description for 19a3416
come-nc
committed
19a3416
View commit details
Copy full SHA for 19a3416
Browse repository at this point
fix: Harmonize namepsaces in tests
Show description for b07461f
come-nc
committed
b07461f
View commit details
Copy full SHA for b07461f
Browse repository at this point
chore: Explicitely use OC AppManager when calling internal method
Show description for 435f093
come-nc
committed
435f093
View commit details
Copy full SHA for 435f093
Browse repository at this point
fix(autoloader): Remove now-unused non-psr4 directory scan
Show description for b688559
come-nc
committed
b688559
View commit details
Copy full SHA for b688559
Browse repository at this point
chore(autoloader): Avoid having to trim on adding an autoloading path
Show description for 916e3ca
come-nc
committed
916e3ca
View commit details
Copy full SHA for 916e3ca
Browse repository at this point
chore: Remove unused file scanning and autorebuild from Autoloader
Show description for 6239c3f
come-nc
committed
6239c3f
View commit details
Copy full SHA for 6239c3f
Browse repository at this point
Commits on Aug 17, 2026
feat: Cache application states and autoloading directly from AppManager
Show description for 80f5d99
come-nc
committed
80f5d99
View commit details
Copy full SHA for 80f5d99
Browse repository at this point
feat: Use PhpDumpCache in Console/Application to avoid loading all commmands
Show description for d1d3cd8
come-nc
committed
d1d3cd8
View commit details
Copy full SHA for d1d3cd8
Browse repository at this point
You can’t perform that action at this time.