Now can you tell me how can i resolve this problem?
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/fashionv/public_html/wp-includes/functions.php on line 285
That’s something in your core WordPress install, it sounds like your site is running close to your memory limit.
Hmm… it`s telling me this only on statistics -> overview page. and Top Referries from statistics.
It`s any chance to resolve this error?
The overview page is the large memory hog in the plug, really your down to two options:
– Purge some data
– Increase your memory limit
I talk with hosting comapny they can`t increase my memory limit. And i tryed to purge 165 days from statistics date. Any other hits?
How many rows did that leave you with in the database?
In the Optimization page, what is your memory usage listed as?
1. Last Overview page memory usage: 262,930,432 Byte
2. Memory usage in PHP: 68,326,360 Byte
3. Number of rows in the fashion_statistics_useronline table: 1 Row
4. Number of rows in the fashion_statistics_visit table: 250 Row
5. Number of rows in the fashion_statistics_visitor table: 228,122 Row
6. Number of rows in the fashion_statistics_pages table: 2,988 Row
Everything is showed in optimization. Everything else is 0 rows.
Your purge only remove ~15k rows, that won’t make a significant difference to your memory usage.
You’ll need to find the balance between your memory limit and the number of rows you can support.
I’d suggest purging until you find the last overview page is using under 200meg or ram.
Its very hard to do that. My client need to see all visits from website. He dont want to lose anything…
It`s any chance to make saving list on webhost instead of database?
No, that would require a change to the core of how the plugin functions.
You could export the data and use another tool to process the long term trends.