Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在渲染相同模块类型的许多实例,每次都通过代码(通过获取模块和渲染模块)为其赋予不同的 id 和参数。每当一个人访问一个页面时,就会发生这种渲染。这意味着模块是在那时和那里自己创建的。这会减慢网站的速度吗?请说清楚。提前非常感谢..
depends on how the cache is configured, if it's properly cached you shouldn't see a noticeable delay.
Try to put the site in debug mode and load the page, it will give you detailed times for each module.