Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ImTokyo
/
Dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
25eb4e0
Dev
/
controllers
87.5 kB
Ctrl+K
Ctrl+K
1 contributor
History:
13 commits
Mhamdans17
perf: completely avoid SELECT * in DeleteProduct, GetCategory, UpdateCategory, and DeleteCategory handlers by using direct database updates and specific select counts
8afed15
2 months ago
auth_controller.go
Safe
16.5 kB
perf: optimize Login GORM query with select-specific-columns, specific preloads, and remove the redundant First(company) query
2 months ago
company_controller.go
Safe
20 kB
perf: completely fix N+1 query problem and select * in ListCompanies, ListBranches, and GetCurrentUser middleware
2 months ago
fee_controller.go
Safe
8.37 kB
feat: migrate warungpos backend to Go with Tripay
2 months ago
order_controller.go
Safe
21.2 kB
perf: optimize ListProducts, ListCategories, and ListOrders GORM queries with select-specific-columns and custom nested preload column selects
2 months ago
product_controller.go
Safe
14.4 kB
perf: completely avoid SELECT * in DeleteProduct, GetCategory, UpdateCategory, and DeleteCategory handlers by using direct database updates and specific select counts
2 months ago
report_controller.go
Safe
7.05 kB
perf: optimize DailyReport GORM query with select-specific-columns to avoid SELECT *
2 months ago