Closed (fixed)
Project:
Crawler Rate Limit
Version:
3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2025 at 12:29 UTC
Updated:
15 Dec 2025 at 20:14 UTC
Jump to comment: Most recent
Comments
Comment #2
vaish commentedThanks for the suggestion. Could you please create a MR. I would just avoid providing a full path to php.ini since that path depends on the server configuration. Better just to mention the file name (
php.ini) and to rely on the user to know how to locate the file on their server.Comment #4
ressaGreat suggestion to simplify the path, since like you write, the user probably knows the location.
Comment #5
ressaWouldn't it be great to get this pushed over the finishing line? :)
Comment #6
vaish commentedHello, @ressa. I apologize for delay. I'm back now. I made some further changes to the text. Please check it out and let me know if it's ok with you.
Comment #7
ressaNo problem, thanks for taking a look at it and suggesting some changes. Though I don't see any advice on how to chose optimal amount of APCu memory via that link ... I added the "# More memory for APCu -- apc.shm_size = 256M" example as a quick start, so the user can have a starting point, and adjust up or down as they see fit. But of course, linking to the documentation also works, though it may take a little longer for the user to complete the task.
Comment #9
vaish commentedThank you @ressa. I added back the configuration example.
Comment #11
ressaIt looks good, thanks @vaish!