Roiocam commented on issue #1097: URL: https://github.com/apache/incubator-pekko/issues/1097#issuecomment-1925428356
After some digging, I just found the issue caused by a very large search_index.json, it will load when the user clicks the search input box. <img width="930" alt="截屏2024-02-04 02 34 49" src="https://github.com/apache/incubator-pekko/assets/26020358/1c33d9e5-315c-419c-b14f-d408dddf2400"> This javascript file comes from the upstream repo: https://github.com/squidfunk/mkdocs-material, in the latest documentation website of them, it will pre-loaded search index, and the index file size is only 200kb. Then I checked the content of pekko search index file, which is very large json array. <img width="815" alt="截屏2024-02-04 02 48 11" src="https://github.com/apache/incubator-pekko/assets/26020358/a2d1451a-0765-4505-a5e3-46ac3a7655a6"> Finally, I decided to look up the answer in the upstream repo, and I found this: https://github.com/squidfunk/mkdocs-material/issues/904 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
