Hey everyone! I’d like to share the Q&A site I’m currently developing for a client (though it’s not finished yet).
I’m using Pickaxe’s embedding feature here. With the default embedding, it takes quite a long time for Pickaxe to load within the screen.
Example: https://kuyou-qa.com/main/
The client has inquired whether the display could be made faster.
Is it possible to reduce the loading time? Or are there any alternative solutions?
The approach I took this time was to have AI generate code that loads a dummy first. https://kuyou-qa.com/
1 Like
Hi @avakero,
Thank you for sharing your project and for the detailed context. At this time, there is nothing that can be adjusted within your Pickaxe or embed settings to increase loading speed further. When our team tested the link you provided, the embed loaded within one to two seconds.
Please keep in mind that connection speed and geographic location can affect initial load times. Additionally, the very first load may take slightly longer because the system performs an additional process to determine the embed’s origin.
The workaround you are using to display a dummy first is a great idea. This kind of placeholder approach is common in modern web applications and can make the page feel faster and more responsive to users.
1 Like