Actions
ClientProject #1087
openCR:Convert Server-Side Rendering to Static Site Generation for Key Pages
Start date:
11/18/2024
Due date:
11/21/2024 (about 17 months late)
% Done:
100%
Estimated time:
40:00 h
Spent time:
Description
Objective¶
- Improve site performance and scalability by converting server-side rendering (SSR) to static site generation (SSG) for specific pages.
Task Checklist¶
- Convert the home page from SSR to SSG.
- Convert the stock-list page from SSR to SSG.
- Convert the all-stock page from SSR to SSG.
- Changes frontend project structure.
- Convert the product page and single product page from SSR to SSG.
Success Criteria¶
- The home, stock-list, all-stock, product, and single product pages are successfully converted to SSG.
- The pages load faster with improved performance and are pre-rendered during the build process.
- No functionality is lost during the transition, and the pages remain fully operational.
Summary Task List¶
- Implement SSG for the home page.
- Implement SSG for the stock-list page.
- Implement SSG for the all-stock page.
- Changes frontend project structure.
- Implement SSG for the product and single product pages.
Related Links¶
Updated by Md.Sajib Ahmed over 1 year ago
- Description updated (diff)
- % Done changed from 10 to 30
Updated by Md.Sajib Ahmed over 1 year ago
- Subject changed from Convert Server-Side Rendering to Static Site Generation for Key Pages to CR:Convert Server-Side Rendering to Static Site Generation for Key Pages
Updated by Md.Sajib Ahmed over 1 year ago
- % Done changed from 30 to 80
- Estimated time changed from 14:00 h to 40:00 h
Updated by Md.Sajib Ahmed over 1 year ago
- Status changed from In Progress to Complete
Actions